guix/src
Eelco Dolstra ccc52adfb2 Add function queryPathFromHashPart()
To implement binary caches efficiently, Hydra needs to be able to map
the hash part of a store path (e.g. "gbg...zr7") to the full store
path (e.g. "/nix/store/gbg...kzr7-subversion-1.7.5").  (The binary
cache mechanism uses hash parts as a key for looking up store paths to
ensure privacy.)  However, doing a search in the Nix store for
/nix/store/<hash>* is expensive since it requires reading the entire
directory.  queryPathFromHashPart() prevents this by doing a cheap
database lookup.
2012-07-17 18:55:39 -04:00
..
bin2c * Sync with the trunk. 2010-04-20 09:20:29 +00:00
boost
bsdiff-4.3 Drop the externals directory 2012-03-18 23:54:57 +01:00
libexpr Remove dead code 2012-07-17 14:07:52 -04:00
libmain Ensure that Perl processes delete their entry in the temproots directory 2012-03-13 17:07:49 +01:00
libstore Add function queryPathFromHashPart() 2012-07-17 18:55:39 -04:00
libutil When using chroots, use a private PID namespace 2012-06-25 15:45:16 -04:00
nix-env nix-store -r: do substitutions in parallel 2012-06-27 16:58:15 -04:00
nix-hash * Move parseHash16or32 into libutil, and use in nix-hash. 2011-12-02 11:47:06 +00:00
nix-instantiate nix-instantiate: default to "default.nix" if no arguments are given 2012-04-17 17:19:43 +02:00
nix-log2xml * Emit warning='1' or error='1' attributes for lines marked as 2010-03-05 12:54:58 +00:00
nix-setuid-helper * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00
nix-store nix-store -r: do substitutions in parallel 2012-06-27 16:58:15 -04:00
nix-worker Add function queryPathFromHashPart() 2012-07-17 18:55:39 -04:00
Makefile.am * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00