lix/src/libstore
Eelco Dolstra daf0a923c7 * Wrap calls to registerSubstitute() in a single transaction to
improve throughput.
* Don't build the `substitute-rev' table for now, since it caused
  Theta(N^2) time and log file consumption when adding N substitutes.
  Maybe we can do without it.
2004-06-21 07:38:17 +00:00
..
db.cc * Disable calls to fsync() since Berkeley DB's DB_TXN_WRITE_NOSYNC 2004-06-21 07:36:01 +00:00
db.hh
globals.cc * A switch `-j NUMBER' to set the maximum number of parallel jobs (0 = 2004-05-12 14:20:32 +00:00
globals.hh * A switch `-j NUMBER' to set the maximum number of parallel jobs (0 = 2004-05-12 14:20:32 +00:00
Makefile.am * Big refactoring. Move to a much more explicitly state machine based 2004-06-18 18:09:32 +00:00
misc.cc * Big refactoring. Move to a much more explicitly state machine based 2004-06-18 18:09:32 +00:00
normalise.cc * Re-enable support for substitutes in the normaliser. 2004-06-20 19:17:54 +00:00
normalise.hh * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +00:00
pathlocks.cc * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +00:00
pathlocks.hh * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +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
store.cc * Wrap calls to registerSubstitute() in a single transaction to 2004-06-21 07:38:17 +00:00
store.hh * Wrap calls to registerSubstitute() in a single transaction to 2004-06-21 07:38:17 +00:00
storeexpr.cc * Changed the extension for store expressions from ".nix" to ".store" 2004-01-12 10:44:48 +00:00
storeexpr.hh
test-builder-1.sh
test-builder-2.sh
test.cc