aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/db.cc
AgeCommit message (Expand)Author
2005-02-09* Commit more often to prevent out-of-memory errors.Eelco Dolstra
2005-02-09* Automatically upgrade <= 0.7 Nix stores to the new schema (so thatEelco Dolstra
2004-10-25* Allow certain operations to succeed even if we don't have writeEelco Dolstra
2004-08-31* Quadruple the Berkeley DB locking limits to get rid of out of memoryEelco Dolstra
2004-06-28* Added a switch `--fallback'. From the manual:Eelco Dolstra
2004-06-21* Disable calls to fsync() since Berkeley DB's DB_TXN_WRITE_NOSYNCEelco Dolstra
2004-06-20* Refactoring.Eelco Dolstra
2004-01-15* Catch SIGINT to terminate cleanly when the user tries to interruptEelco Dolstra
2004-01-13* Periodically checkpoint the log.Eelco Dolstra
2004-01-13* Tricky: make sure that the accessor count is not reset to 0 ifEelco Dolstra
2004-01-07* Upgraded to Berkeley DB 4.2.52. The main advantage of 4.2 is thatEelco Dolstra
2003-11-19* nix-env: a tool to manage user environments.Eelco Dolstra
2003-11-18* libnix -> libstore.Eelco Dolstra