1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src/libstore
Eelco Dolstra 7959354379 * Upgraded to Berkeley DB 4.2.52. The main advantage of 4.2 is that
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*
2004-01-07 15:53:14 +00:00
..
db.cc * Upgraded to Berkeley DB 4.2.52. The main advantage of 4.2 is that 2004-01-07 15:53:14 +00:00
db.hh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
exec.cc * GCC 2.95 compatibility. 2003-12-22 16:40:46 +00:00
exec.hh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
globals.cc * nix-env: a tool to manage user environments. 2003-11-19 17:27:16 +00:00
globals.hh * nix-env: a tool to manage user environments. 2003-11-19 17:27:16 +00:00
Makefile.am * Use a system name that does not include the OS manufacturer (i.e., 2003-12-01 14:36:50 +00:00
normalise.cc * Maintain integrity of the substitute and successor mappings when 2003-11-22 18:45:56 +00:00
normalise.hh * "Nix expression" -> "store expression". 2003-11-18 11:22:29 +00:00
pathlocks.cc * Bug fix: parallel builds of the same derivation failed due to lock file removal. 2003-12-21 17:09:16 +00:00
pathlocks.hh * Remove lock files after building. 2003-11-21 16:05:19 +00:00
references.cc * Implemented Eelco V.'s `nix-env -I' command to specify the default 2004-01-05 16:26:43 +00:00
references.hh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
store.cc * GCC 2.95 compatibility. 2003-12-22 16:40:46 +00:00
store.hh * Maintain integrity of the substitute and successor mappings when 2003-11-22 18:45:56 +00:00
storeexpr.cc * "Nix expression" -> "store expression". 2003-11-18 11:22:29 +00:00
storeexpr.hh * "Nix expression" -> "store expression". 2003-11-18 11:22:29 +00:00
test-builder-1.sh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
test-builder-2.sh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
test.cc * libnix -> libstore. 2003-11-18 10:55:27 +00:00