lix/src/libstore
Eelco Dolstra 76c0e85929 * The environment variable NIX_ROOT can now be set to execute Nix in a
chroot() environment.
* A operation `--validpath' to register path validity.  Useful for
  bootstrapping in a pure Nix environment.
* Safety checks: ensure that files involved in store operations are in
  the store.
2004-02-14 21:44:18 +00:00
..
db.cc * Catch SIGINT to terminate cleanly when the user tries to interrupt 2004-01-15 20:23:55 +00:00
db.hh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
exec.cc * Catch SIGINT to terminate cleanly when the user tries to interrupt 2004-01-15 20:23:55 +00:00
exec.hh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
globals.cc * Option `-B' to always show the output of builders, regardless of 2004-01-13 16:35:43 +00:00
globals.hh * Option `-B' to always show the output of builders, regardless of 2004-01-13 16:35:43 +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 * Regression fix: realise substitutes and detect cycles. 2004-02-13 10:45:09 +00:00
normalise.hh * "Nix expression" -> "store expression". 2003-11-18 11:22:29 +00:00
pathlocks.cc * Catch SIGINT to terminate cleanly when the user tries to interrupt 2004-01-15 20:23:55 +00:00
pathlocks.hh * Remove lock files after building. 2003-11-21 16:05:19 +00:00
references.cc * Catch SIGINT to terminate cleanly when the user tries to interrupt 2004-01-15 20:23:55 +00:00
references.hh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
store.cc * The environment variable NIX_ROOT can now be set to execute Nix in a 2004-02-14 21:44:18 +00:00
store.hh * Maintain integrity of the substitute and successor mappings when 2003-11-22 18:45:56 +00:00
storeexpr.cc * Changed the extension for store expressions from ".nix" to ".store" 2004-01-12 10:44:48 +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