about summary refs log tree commit diff
path: root/src/libstore/store.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-02 * `nix-store -q --hash' to quickly query the hash of the contents of aEelco Dolstra1-0/+3
2005-02-09 * Propagate the deriver of a path through the substitute mechanism.Eelco Dolstra1-1/+4
2005-02-09 * Automatically upgrade <= 0.7 Nix stores to the new schema (so thatEelco Dolstra1-0/+3
2005-02-08 * Subflag in `--verify': `nix-store --verify --check-contents' checksEelco Dolstra1-1/+1
2005-02-08 * Updated `nix-store --verify' to the new schema.Eelco Dolstra1-2/+4
2005-02-07 * `nix-store -qb' to query derivation environment bindings. UsefulEelco Dolstra1-0/+5
2005-02-07 * Maintain a database table (`derivers') that maps output paths to theEelco Dolstra1-2/+12
2005-02-01 * nix-store, nix-instantiate: added an option `--add-root' toEelco Dolstra1-0/+2
2005-01-27 * Fix and simplify the garbage collector (it's still not concurrent,Eelco Dolstra1-1/+1
2005-01-25 * Maintain the references/referers relation also for derivations.Eelco Dolstra1-2/+3
2005-01-25 * Simplification: registerSubstitutes -> registerSubstitute. We noEelco Dolstra1-3/+2
2005-01-20 * Terminology fixes.Eelco Dolstra1-1/+1
2005-01-19 * Nix-store queries `--references' and `referers' to query the pointerEelco Dolstra1-0/+4
2005-01-19 * Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' ->Eelco Dolstra1-2/+18
2005-01-19 * Started removing closure store expressions, i.e., the explicitEelco Dolstra1-21/+8
2005-01-17 * Removed the `id' attribute hack.Eelco Dolstra1-1/+1
2005-01-14 * Start move towards SHA-256 hashes instead of MD5.Eelco Dolstra1-4/+7
2004-12-20 * Simplify the substitute mechanism:Eelco Dolstra1-4/+3
2004-08-31 * Main the `substitutes-rev' table again, but now in a way thatEelco Dolstra1-2/+3
2004-06-28 * Added a switch `--fallback'. From the manual:Eelco Dolstra1-0/+3
2004-06-21 * Wrap calls to registerSubstitute() in a single transaction toEelco Dolstra1-2/+2
2004-06-20 * Re-enable support for substitutes in the normaliser.Eelco Dolstra1-2/+26
2004-04-14 * Be stricter in verifying store paths.Eelco Dolstra1-0/+3
2003-11-22 * Maintain integrity of the substitute and successor mappings whenEelco Dolstra1-3/+0
2003-11-18 * libnix -> libstore.Eelco Dolstra1-0/+72