aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store-api.hh
AgeCommit message (Expand)Author
2016-04-29Eliminate the substituter mechanismEelco Dolstra
2016-04-21Implement S3BinaryCacheStore::queryAllValidPaths()Eelco Dolstra
2016-04-20Cache path info lookups in SQLiteEelco Dolstra
2016-04-19Move path info caching from BinaryCacheStore to StoreEelco Dolstra
2016-04-15BinaryCacheStore::readFile(): Return a shared_ptr to a stringEelco Dolstra
2016-04-08Remove failed build cachingEelco Dolstra
2016-04-07nix verify-paths: Add ‘--sigs-needed <N>’ flagEelco Dolstra
2016-04-05Add "nix copy-sigs" commandEelco Dolstra
2016-03-30Improve the SQLite wrapper APIEelco Dolstra
2016-03-24Move signature support from NarInfo to ValidPathInfoEelco Dolstra
2016-03-22Don't overload dumpPath()Eelco Dolstra
2016-03-21Move signatures from NarInfo to ValidPathInfoEelco Dolstra
2016-03-21Add Store::dumpPath() methodEelco Dolstra
2016-03-14Fix another mismatched tagEelco Dolstra
2016-03-04BinaryCacheStore: Remove publicKeyFile argumentEelco Dolstra
2016-03-02Provide function required by HydraEelco Dolstra
2016-03-02Make store implementations pluggableEelco Dolstra
2016-03-02importPaths(): Optionally add NARs to binary cache accessorEelco Dolstra
2016-02-25Add NAR / Store accessor abstractionEelco Dolstra
2016-02-24Eliminate reserveSpace flagEelco Dolstra
2016-02-24Move BinaryCacheStore / LocalBinaryCacheStore from HydraEelco Dolstra
2016-02-16Rename ValidPathInfo::hash -> narHash for consistencyEelco Dolstra
2016-02-15Expose the export magic value and move LocalStore::queryReferences to StoreEelco Dolstra
2016-02-15Add function to extract hash part of a store pathEelco Dolstra
2016-02-11Move addPermRoot into StoreEelco Dolstra
2016-02-04StoreAPI -> StoreEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2016-01-31Add build mode to compute fixed-output derivation hashesEelco Dolstra
2015-11-09Add option to verify build determinismEelco Dolstra
2015-10-06nix-store --serve: Implement log size limitEelco Dolstra
2015-08-21nix-collect-garbage: Revive --max-freedEelco Dolstra
2015-07-20Provide more detailed info about build status to hydra-queue-runnerEelco Dolstra
2015-07-17Allow remote builds without sending the derivation closureEelco Dolstra
2015-06-02Add a ‘verifyStore’ RPCLudovic Courtès
2015-03-25addToStore(): Take explicit name argumentEelco Dolstra
2014-09-01Add an 'optimiseStore' remote procedure call.Ludovic Courtès
2014-03-30boost::shared_ptr -> std::shared_ptrEelco Dolstra
2014-02-18Add a flag ‘--check’ to verify build determinismEelco Dolstra
2013-05-23nix-store --export: Export paths in topologically sorted orderEelco Dolstra
2012-12-20nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settingsEelco Dolstra
2012-10-03Add a ‘--repair’ flag to nix-instantiateEelco Dolstra
2012-10-02Add a --repair flag to ‘nix-store -r’ to repair derivation outputsEelco Dolstra
2012-08-27Merge branch 'master' into no-manifestsEelco Dolstra
2012-08-01Drop the block count in the garbage collectorEelco Dolstra
2012-08-01nix-store --gc: Make ‘--max-freed 0’ do the right thingEelco Dolstra
2012-07-26Merge branch 'master' into no-manifestsEelco Dolstra
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2012-07-18Merge branch 'master' into no-manifestsEelco Dolstra
2012-07-17Add function queryPathFromHashPart()Eelco Dolstra
2012-07-11Replace hasSubstitutes() with querySubstitutablePaths()Eelco Dolstra