Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-13 | * Periodically checkpoint the log. | Eelco Dolstra | 1 | -1/+3 | |
2004-01-13 | * Tricky: make sure that the accessor count is not reset to 0 if | Eelco Dolstra | 1 | -1/+5 | |
recovery fails. | |||||
2004-01-07 | * Upgraded to Berkeley DB 4.2.52. The main advantage of 4.2 is that | Eelco Dolstra | 1 | -1/+1 | |
it automatically removes log files when they are no longer needed. *** IMPORTANT *** If you have an existing Nix installation, you must checkpoint the Nix database to prevent recent transactions from being undone. Do the following: - optional: make a backup of $prefix/var/nix/db. - run `db_checkpoint' from Berkeley DB 4.1: $ db_checkpoint -h $prefix/var/nix/db -1 - optional (?): run `db_recover' from Berkeley DB 4.1: $ db_recover -h $prefix/var/nix/db - remove $prefix/var/nix/db/log* and $prefix/var/nix/db/__db* | |||||
2003-11-19 | * nix-env: a tool to manage user environments. | Eelco Dolstra | 1 | -2/+2 | |
* Replace all directory reading code by a generic readDirectory() function. | |||||
2003-11-18 | * libnix -> libstore. | Eelco Dolstra | 1 | -0/+425 | |