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 64fd29855a * Wrap deleteFromStore() in a transaction. Otherwise there might be a
race with other processes that add new referrers to a path,
  resulting in the garbage collector crashing with "foreign key
  constraint failed".  (Nix/4)
* Make --gc --print-dead etc. interruptible.
2010-10-14 15:55:51 +00:00
..
build.cc * Always print hook output on stderr, even if --no-build-output is 2010-08-31 12:36:24 +00:00
derivations.cc * Don't use an ostringstream in unparseDerivation(), because it's 2010-04-21 19:25:50 +00:00
derivations.hh * Sync with the trunk. 2010-05-12 22:13:09 +00:00
gc.cc * Wrap deleteFromStore() in a transaction. Otherwise there might be a 2010-10-14 15:55:51 +00:00
globals.cc * When using the build hook, distinguish between the stderr of the 2010-08-30 14:53:03 +00:00
globals.hh Added support for passing an (impure) NIX_BUILD_CORES variable to build expressions. 2010-06-23 14:34:08 +00:00
local-store.cc * Wrap deleteFromStore() in a transaction. Otherwise there might be a 2010-10-14 15:55:51 +00:00
local-store.hh `nix-store --verify' improvements: 2010-08-31 11:47:31 +00:00
Makefile.am * Sync with the trunk. 2010-05-12 22:13:09 +00:00
misc.cc * Sync with the trunk. 2010-05-12 22:13:09 +00:00
misc.hh * Made `nix-store -qR --include-outputs' much faster if there are 2010-01-25 17:18:44 +00:00
optimise-store.cc * Applied a patch from David Brown to prevent `nix-store --optimise' 2010-06-04 13:56:11 +00:00
pathlocks.cc * Revert r19797, and use a simpler solution: just don't monitor build 2010-02-03 21:38:41 +00:00
pathlocks.hh * Revert r19797, and use a simpler solution: just don't monitor build 2010-02-03 21:38:41 +00:00
references.cc 2009-03-30 19:35:55 +00:00
references.hh * Scan for references and compute the SHA-256 hash of the output in 2009-03-28 20:51:33 +00:00
remote-store.cc * When using the build hook, distinguish between the stderr of the 2010-08-30 14:53:03 +00:00
remote-store.hh * Allow unprivileged users to do `nix-store --clear-failed-paths' and 2010-05-04 10:45:10 +00:00
schema.sql 2010-02-24 14:39:52 +00:00
store-api.cc * Revert r19650 (implement gc-keep-outputs by looking for derivations 2010-02-22 11:44:17 +00:00
store-api.hh * Sync with the trunk. 2010-06-21 07:55:38 +00:00
worker-protocol.hh * Sync with the trunk. 2010-08-24 09:56:28 +00:00