Age | Commit message (Expand) | Author | Files | Lines |
2016-03-24 | Move signature support from NarInfo to ValidPathInfo | Eelco Dolstra | 1 | -0/+15 |
2016-03-22 | Don't overload dumpPath() | Eelco Dolstra | 1 | -2/+2 |
2016-03-21 | Move signatures from NarInfo to ValidPathInfo | Eelco Dolstra | 1 | -0/+7 |
2016-03-21 | Add Store::dumpPath() method | Eelco Dolstra | 1 | -0/+5 |
2016-03-14 | Fix another mismatched tag | Eelco Dolstra | 1 | -1/+1 |
2016-03-04 | BinaryCacheStore: Remove publicKeyFile argument | Eelco Dolstra | 1 | -2/+1 |
2016-03-02 | Provide function required by Hydra | Eelco Dolstra | 1 | -0/+5 |
2016-03-02 | Make store implementations pluggable | Eelco Dolstra | 1 | -0/+17 |
2016-03-02 | importPaths(): Optionally add NARs to binary cache accessor | Eelco Dolstra | 1 | -2/+5 |
2016-02-25 | Add NAR / Store accessor abstraction | Eelco Dolstra | 1 | -1/+11 |
2016-02-24 | Eliminate reserveSpace flag | Eelco Dolstra | 1 | -7/+3 |
2016-02-24 | Move BinaryCacheStore / LocalBinaryCacheStore from Hydra | Eelco Dolstra | 1 | -2/+22 |
2016-02-16 | Rename ValidPathInfo::hash -> narHash for consistency | Eelco Dolstra | 1 | -2/+2 |
2016-02-15 | Expose the export magic value and move LocalStore::queryReferences to Store | Eelco Dolstra | 1 | -6/+9 |
2016-02-15 | Add function to extract hash part of a store path | Eelco Dolstra | 1 | -0/+6 |
2016-02-11 | Move addPermRoot into Store | Eelco Dolstra | 1 | -5/+4 |
2016-02-04 | StoreAPI -> Store | Eelco Dolstra | 1 | -4/+4 |
2016-02-04 | Eliminate the "store" global variable | Eelco Dolstra | 1 | -18/+36 |
2016-01-31 | Add build mode to compute fixed-output derivation hashes | Eelco Dolstra | 1 | -1/+1 |
2015-11-09 | Add option to verify build determinism | Eelco Dolstra | 1 | -3/+11 |
2015-10-06 | nix-store --serve: Implement log size limit | Eelco Dolstra | 1 | -1/+2 |
2015-08-21 | nix-collect-garbage: Revive --max-freed | Eelco Dolstra | 1 | -5/+4 |
2015-07-20 | Provide more detailed info about build status to hydra-queue-runner | Eelco Dolstra | 1 | -4/+14 |
2015-07-17 | Allow remote builds without sending the derivation closure | Eelco Dolstra | 1 | -0/+22 |
2015-06-02 | Add a ‘verifyStore’ RPC | Ludovic Courtès | 1 | -0/+4 |
2015-03-25 | addToStore(): Take explicit name argument | Eelco Dolstra | 1 | -10/+10 |
2014-09-01 | Add an 'optimiseStore' remote procedure call. | Ludovic Courtès | 1 | -0/+4 |
2014-03-30 | boost::shared_ptr -> std::shared_ptr | Eelco Dolstra | 1 | -4/+3 |
2014-02-18 | Add a flag ‘--check’ to verify build determinism | Eelco Dolstra | 1 | -1/+4 |
2013-05-23 | nix-store --export: Export paths in topologically sorted order | Eelco Dolstra | 1 | -1/+1 |
2012-12-20 | nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settings | Eelco Dolstra | 1 | -0/+6 |
2012-10-03 | Add a ‘--repair’ flag to nix-instantiate | Eelco Dolstra | 1 | -2/+2 |
2012-10-02 | Add a --repair flag to ‘nix-store -r’ to repair derivation outputs | Eelco Dolstra | 1 | -1/+1 |
2012-08-27 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -6/+1 |
2012-08-01 | Drop the block count in the garbage collector | Eelco Dolstra | 1 | -4/+0 |
2012-08-01 | nix-store --gc: Make ‘--max-freed 0’ do the right thing | Eelco Dolstra | 1 | -2/+1 |
2012-07-26 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -5/+1 |
2012-07-18 | Use "#pragma once" to prevent repeated header file inclusion | Eelco Dolstra | 1 | -5/+1 |
2012-07-18 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -0/+4 |
2012-07-17 | Add function queryPathFromHashPart() | Eelco Dolstra | 1 | -0/+4 |
2012-07-11 | Replace hasSubstitutes() with querySubstitutablePaths() | Eelco Dolstra | 1 | -2/+2 |
2012-07-11 | Add a function queryValidPaths() | Eelco Dolstra | 1 | -0/+3 |
2012-07-11 | Rename queryValidPaths() to queryAllValidPaths() | Eelco Dolstra | 1 | -6/+6 |
2012-07-11 | Implement querySubstitutablePathInfos() in the daemon | Eelco Dolstra | 1 | -5/+3 |
2012-07-06 | download-from-binary-cache: parallelise fetching of NAR info files | Eelco Dolstra | 1 | -0/+5 |
2012-06-27 | nix-store -r: do substitutions in parallel | Eelco Dolstra | 1 | -3/+5 |
2012-05-29 | Reserve some disk space for the garbage collector | Eelco Dolstra | 1 | -1/+1 |
2012-03-26 | Remove the --max-links GC option | Eelco Dolstra | 1 | -4/+0 |
2011-12-30 | * Reject a build if there is a cycle among the outputs. This is | Eelco Dolstra | 1 | -0/+4 |
2011-12-16 | * Sync with the trunk. | Eelco Dolstra | 1 | -6/+10 |