aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/db.cc
AgeCommit message (Expand)Author
2009-11-06* Remove support for old (before Nix 0.12pre12020) databases.Eelco Dolstra
2008-06-09* Merged the no-bdb branch (-r10900:HEADEelco Dolstra
2007-08-12* Get rid of the substitutes database table (NIX-47). Instead, if weEelco Dolstra
2007-05-07* Create the database directory if it doesn't exist.Eelco Dolstra
2006-10-13* A helpful message.Eelco Dolstra
2006-10-13* Don't crash when upgrading the Berkeley DB environment.Eelco Dolstra
2006-09-04* Use a proper namespace.Eelco Dolstra
2006-03-01* db.hh shouldn't depend on the Berkeley DB headers.Eelco Dolstra
2006-03-01* Close the database before the destructor runs.Eelco Dolstra
2006-03-01* Remove dead code.Eelco Dolstra
2005-12-25* More GCC 2.95 compatibility.Eelco Dolstra
2005-12-12* Automatically delete the old referers table.Eelco Dolstra
2005-12-12* Fix NIX-23: quadratic complexity in maintaining the referersEelco Dolstra
2005-12-09* Use Berkeley DB 4.4's process registry feature to recover fromEelco Dolstra
2005-12-06* Require Berkeley DB 4.4.Eelco Dolstra
2005-05-09* Automatically upgrade the Berkeley DB environment if necessary.Eelco Dolstra
2005-03-03* Increase Berkeley DB limits a bit more.Eelco Dolstra
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