aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store-api.hh
AgeCommit message (Expand)Author
2016-06-02Allow setting the state directory as a store parameterEelco Dolstra
2016-06-01Make the store directory a member variable of StoreEelco Dolstra
2016-05-31nix-copy-closure / build-remote.pl: Disable signature checkingEelco Dolstra
2016-05-30Re-implement the WantMassQuery property of binary cachesEelco Dolstra
2016-05-30Fix repair during substitutionEelco Dolstra
2016-05-04Add a Store::addToStore() variant that accepts a NAREelco Dolstra
2016-05-04Remove OpenSSL-based signingEelco Dolstra
2016-05-04Add a copyStorePath() utility functionEelco Dolstra
2016-04-29BinaryCacheStore: Make the signing key a parameterEelco Dolstra
2016-04-29Allow parameters in store URIsEelco Dolstra
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