nix-gh/src/nix
Eelco Dolstra e0204f8d46 Move path info caching from BinaryCacheStore to Store
Caching path info is generally useful. For instance, it speeds up "nix
path-info -rS /run/current-system" (i.e. showing the closure sizes of
all paths in the closure of the current system) from 5.6s to 0.15s.

This also eliminates some APIs like Store::queryDeriver() and
Store::queryReferences().
2016-04-19 18:52:53 +02:00
..
build.cc Fix build 2016-02-25 11:55:05 +01:00
cat.cc nix: Add commands to query contents of NARs / binary caches 2016-02-25 17:57:00 +01:00
command.cc Unify "nix verify-paths" and "nix verify-store" 2016-04-15 15:39:48 +02:00
command.hh Unify "nix verify-paths" and "nix verify-store" 2016-04-15 15:39:48 +02:00
hash.cc Fix build 2016-02-25 11:55:05 +01:00
installables.cc Add basic "nix build" command 2016-02-09 21:34:24 +01:00
installables.hh Add basic "nix build" command 2016-02-09 21:34:24 +01:00
legacy.cc Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
legacy.hh Fix Darwin build 2016-03-15 12:11:27 +01:00
local.mk Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
ls.cc nix: Add commands to query contents of NARs / binary caches 2016-02-25 17:57:00 +01:00
main.cc Add warning about "nix" being experimental 2016-03-04 15:54:41 +01:00
progress-bar.cc Add "nix verify-paths" command 2016-03-29 16:37:16 +02:00
progress-bar.hh Add "nix verify-paths" command 2016-03-29 16:37:16 +02:00
sigs.cc Move path info caching from BinaryCacheStore to Store 2016-04-19 18:52:53 +02:00
verify.cc Move path info caching from BinaryCacheStore to Store 2016-04-19 18:52:53 +02:00