about summary refs log tree commit diff
path: root/src/libstore/store-api.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-24 Move BinaryCacheStore / LocalBinaryCacheStore from HydraEelco Dolstra1-2/+22
2016-02-16 Rename ValidPathInfo::hash -> narHash for consistencyEelco Dolstra1-2/+2
2016-02-15 Expose the export magic value and move LocalStore::queryReferences to StoreEelco Dolstra1-6/+9
2016-02-15 Add function to extract hash part of a store pathEelco Dolstra1-0/+6
2016-02-11 Move addPermRoot into StoreEelco Dolstra1-5/+4
2016-02-04 StoreAPI -> StoreEelco Dolstra1-4/+4
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-18/+36
2016-01-31 Add build mode to compute fixed-output derivation hashesEelco Dolstra1-1/+1
2015-11-09 Add option to verify build determinismEelco Dolstra1-3/+11
2015-10-06 nix-store --serve: Implement log size limitEelco Dolstra1-1/+2
2015-08-21 nix-collect-garbage: Revive --max-freedEelco Dolstra1-5/+4
2015-07-20 Provide more detailed info about build status to hydra-queue-runnerEelco Dolstra1-4/+14
2015-07-17 Allow remote builds without sending the derivation closureEelco Dolstra1-0/+22
2015-06-02 Add a ‘verifyStore’ RPCLudovic Courtès1-0/+4
2015-03-25 addToStore(): Take explicit name argumentEelco Dolstra1-10/+10
2014-09-01 Add an 'optimiseStore' remote procedure call.Ludovic Courtès1-0/+4
2014-03-30 boost::shared_ptr -> std::shared_ptrEelco Dolstra1-4/+3
2014-02-18 Add a flag ‘--check’ to verify build determinismEelco Dolstra1-1/+4
2013-05-23 nix-store --export: Export paths in topologically sorted orderEelco Dolstra1-1/+1
2012-12-20 nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settingsEelco Dolstra1-0/+6
2012-10-03 Add a ‘--repair’ flag to nix-instantiateEelco Dolstra1-2/+2
2012-10-02 Add a --repair flag to ‘nix-store -r’ to repair derivation outputsEelco Dolstra1-1/+1
2012-08-27 Merge branch 'master' into no-manifestsEelco Dolstra1-6/+1
2012-08-01 Drop the block count in the garbage collectorEelco Dolstra1-4/+0
2012-08-01 nix-store --gc: Make ‘--max-freed 0’ do the right thingEelco Dolstra1-2/+1
2012-07-26 Merge branch 'master' into no-manifestsEelco Dolstra1-5/+1
2012-07-18 Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra1-5/+1
2012-07-18 Merge branch 'master' into no-manifestsEelco Dolstra1-0/+4
2012-07-17 Add function queryPathFromHashPart()Eelco Dolstra1-0/+4
2012-07-11 Replace hasSubstitutes() with querySubstitutablePaths()Eelco Dolstra1-2/+2
2012-07-11 Add a function queryValidPaths()Eelco Dolstra1-0/+3
2012-07-11 Rename queryValidPaths() to queryAllValidPaths()Eelco Dolstra1-6/+6
2012-07-11 Implement querySubstitutablePathInfos() in the daemonEelco Dolstra1-5/+3
2012-07-06 download-from-binary-cache: parallelise fetching of NAR info filesEelco Dolstra1-0/+5
2012-06-27 nix-store -r: do substitutions in parallelEelco Dolstra1-3/+5
2012-05-29 Reserve some disk space for the garbage collectorEelco Dolstra1-1/+1
2012-03-26 Remove the --max-links GC optionEelco Dolstra1-4/+0
2011-12-30 * Reject a build if there is a cycle among the outputs. This isEelco Dolstra1-0/+4
2011-12-16 * Sync with the trunk.Eelco Dolstra1-6/+10
2011-12-16 * importPath() -> importPaths(). Because of buffering of the inputEelco Dolstra1-3/+3
2011-12-01 * When doing "nix-store --add-fixed" without "--recursive" via the NixEelco Dolstra1-3/+1
2011-11-23 * Add an API function exportPaths() that provides the functionality ofEelco Dolstra1-0/+6
2011-11-06 Include all outputs of derivations in the closure of explicitly-passed deriva...Shea Levy1-0/+3
2011-08-31 * Eliminate all uses of the global variable ‘store’ from libstore.Eelco Dolstra1-3/+3
2011-07-20 * Fix a huuuuge security hole in the Nix daemon. It didn't check thatEelco Dolstra1-0/+6
2010-11-17 * Before a build, show the disk space that the downloaded store pathsEelco Dolstra1-0/+1
2010-11-16 * Store the size of a store path in the database (to be precise, theEelco Dolstra1-16/+24
2010-11-16 * Sync with the trunk.Eelco Dolstra1-3/+3
2010-10-04 * Make sure that config.h is included before the system headers,Eelco Dolstra1-3/+3
2010-06-21 * Sync with the trunk.Eelco Dolstra1-2/+0