nix-super/src/libstore
Eelco Dolstra 9397cd30c8 * Support for doing builds in a chroot under Linux. The builder is
executed in a chroot that contains just the Nix store, the temporary
  build directory, and a configurable set of additional directories
  (/dev and /proc by default).  This allows a bit more purity
  enforcement: hidden build-time dependencies on directories such as
  /usr or /nix/var/nix/profiles are no longer possible.  As an added
  benefit, accidental network downloads (cf. NIXPKGS-52) are prevented
  as well (because files such as /etc/resolv.conf are not available in
  the chroot).

  However the usefulness of chroots is diminished by the fact that
  many builders depend on /bin/sh, so you need /bin in the list of
  additional directories.  (And then on non-NixOS you need /lib as
  well...)
2007-10-27 00:46:59 +00:00
..
build.cc * Support for doing builds in a chroot under Linux. The builder is 2007-10-27 00:46:59 +00:00
db.cc * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
db.hh * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
derivations-ast.def * Automatically upgrade <= 0.7 Nix stores to the new schema (so that 2005-02-09 09:50:29 +00:00
derivations.cc * computeStorePathForText: take the references into account when 2007-01-29 15:51:37 +00:00
derivations.hh * Remove unnecessary inclusions of aterm2.h. 2006-09-04 22:08:40 +00:00
gc.cc * PathLocks::lockPaths: don't allow reacquiring a lock we already 2007-08-28 09:39:03 +00:00
globals.cc * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
globals.hh * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
local-store.cc * Doh! Don't change the permissions on /nix/store. 2007-10-10 13:52:38 +00:00
local-store.hh * New command `nix-store --optimise' to reduce Nix store disk space 2007-10-09 22:14:27 +00:00
Makefile.am * Allow unprivileged users to run the garbage collector and to do 2006-12-05 02:18:46 +00:00
misc.cc * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
misc.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
pathlocks.cc * Fix a race condition with parallel builds where multiple 2007-08-28 11:36:17 +00:00
pathlocks.hh * Fix a race condition with parallel builds where multiple 2007-08-28 11:36:17 +00:00
references.cc * Use a bounded amount of memory in scanForReferences() by not reading 2006-09-22 13:10:30 +00:00
references.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
remote-store.cc * Pass various options to the worker so that flags like -K or -j work 2007-09-18 09:11:20 +00:00
remote-store.hh * Pass various options to the worker so that flags like -K or -j work 2007-09-18 09:11:20 +00:00
store-api.cc * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
store-api.hh * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
worker-protocol.hh * Pass various options to the worker so that flags like -K or -j work 2007-09-18 09:11:20 +00:00