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 5a1b9ed0aa * Refactoring: move sink/source buffering into separate classes.
* Buffer the HashSink.  This speeds up hashing a bit because it
  prevents lots of calls to the hash update functions (e.g. nix-hash
  went from 9.3s to 8.7s of user time on the closure of my
  /var/run/current-system).
2011-12-15 16:19:53 +00:00
..
build.cc * Get rid of some superfluous error messages if a substituter fails. 2011-11-29 13:00:41 +00:00
derivations.cc * Ouch. A store upgrade could cause a substituter to be triggered, 2011-09-12 09:07:43 +00:00
derivations.hh * Eliminate all uses of the global variable ‘store’ from libstore. 2011-08-31 21:11:50 +00:00
gc.cc * Eliminate all uses of the global variable ‘store’ from libstore. 2011-08-31 21:11:50 +00:00
globals.cc * Move initialisation of variables like nixConfDir from libmain to 2011-11-22 17:28:41 +00:00
globals.hh * Move initialisation of variables like nixConfDir from libmain to 2011-11-22 17:28:41 +00:00
local-store.cc * Refactoring: move sink/source buffering into separate classes. 2011-12-15 16:19:53 +00:00
local-store.hh * Ouch. A store upgrade could cause a substituter to be triggered, 2011-09-12 09:07:43 +00:00
Makefile.am * Move initialisation of variables like nixConfDir from libmain to 2011-11-22 17:28:41 +00:00
misc.cc * Eliminate all uses of the global variable ‘store’ from libstore. 2011-08-31 21:11:50 +00:00
misc.hh * Eliminate all uses of the global variable ‘store’ from libstore. 2011-08-31 21:11:50 +00:00
optimise-store.cc * Store the size of a store path in the database (to be precise, the 2010-11-16 17:11:46 +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 * Refactoring: move sink/source buffering into separate classes. 2011-12-15 16:19:53 +00:00
references.hh * Store the size of a store path in the database (to be precise, the 2010-11-16 17:11:46 +00:00
remote-store.cc * Refactoring: move sink/source buffering into separate classes. 2011-12-15 16:19:53 +00:00
remote-store.hh * Store the size of a store path in the database (to be precise, the 2010-11-16 17:11:46 +00:00
schema.sql * Store the size of a store path in the database (to be precise, the 2010-11-16 17:11:46 +00:00
store-api.cc * Add an API function exportPaths() that provides the functionality of 2011-11-23 15:13:37 +00:00
store-api.hh * When doing "nix-store --add-fixed" without "--recursive" via the Nix 2011-12-01 13:48:48 +00:00
worker-protocol.hh * Propagate the "100" exit status for failed builds through the Nix 2010-12-17 11:28:26 +00:00