guix/src/libstore
Eelco Dolstra 824b154ce8 * Release output locks as soon as possible, not when the destructor of
the DerivationGoal runs.  Otherwise, if a goal is a top-level goal,
  then the lock won't be released until nix-store finishes.  With
  --keep-going and lots of top-level goals, it's possible to run out
  of file descriptors (this happened sometimes in the build farm for
  Nixpkgs).  Also, for failed derivation, it won't be possible to
  build it again  until the lock is released.
  
* Idem for locks on build users: these weren't released in a timely
  manner for failed top-level derivation goals.  So if there were more
  than (say) 10 such failed builds, you would get an error about
  having run out of build users.
2009-02-16 09:24:20 +00:00
..
build.cc * Release output locks as soon as possible, not when the destructor of 2009-02-16 09:24:20 +00:00
db.cc
db.hh
derivations-ast.def
derivations.cc
derivations.hh
gc.cc * Put chroots in the Nix store. This ensures that we can create hard 2008-12-12 17:14:57 +00:00
globals.cc * Revert r13150: now that we use private namespaces for the chroot, we 2008-12-11 17:52:34 +00:00
globals.hh * Revert r13150: now that we use private namespaces for the chroot, we 2008-12-11 17:52:34 +00:00
local-store.cc * Build hooks: use nix-store --import. This prevents a redundant 2009-02-02 17:24:10 +00:00
local-store.hh * nix-store --verify: repair bad hash fields in the metadata file. 2008-12-16 13:28:18 +00:00
Makefile.am
misc.cc
misc.hh
optimise-store.cc
pathlocks.cc * Release output locks as soon as possible, not when the destructor of 2009-02-16 09:24:20 +00:00
pathlocks.hh * Release output locks as soon as possible, not when the destructor of 2009-02-16 09:24:20 +00:00
references.cc
references.hh
remote-store.cc * Pass --use-atime / --max-atime to the daemon. 2008-12-16 12:23:35 +00:00
remote-store.hh * Open the connection to the daemon lazily (on demand) so that 2008-12-11 14:30:25 +00:00
store-api.cc * Build on Debian 4.0 (GCC 4.1.1). 2008-12-04 21:07:29 +00:00
store-api.hh
upgrade-schema.cc
worker-protocol.hh * Pass --use-atime / --max-atime to the daemon. 2008-12-16 12:23:35 +00:00