about summary refs log tree commit diff
path: root/src/libstore/store-api.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-10 Mark content-addressed paths in the Nix database and in .narinfoEelco Dolstra1-18/+55
2016-08-10 Add a "root" parameter to local storesEelco Dolstra1-0/+2
2016-07-26 makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra1-1/+1
2016-06-03 Support sandbox builds by non-root usersEelco Dolstra1-0/+5
2016-06-02 Make derivationFromPath work on diverted storesEelco Dolstra1-0/+2
2016-06-02 Allow setting the state directory as a store parameterEelco Dolstra1-6/+8
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-62/+71
2016-05-31 nix-copy-closure / build-remote.pl: Disable signature checkingEelco Dolstra1-3/+3
2016-05-30 Re-implement the WantMassQuery property of binary cachesEelco Dolstra1-0/+2
2016-05-30 Fix repair during substitutionEelco Dolstra1-1/+1
2016-05-04 Add a Store::addToStore() variant that accepts a NAREelco Dolstra1-16/+18
2016-05-04 Remove OpenSSL-based signingEelco Dolstra1-7/+4
2016-05-04 Add a copyStorePath() utility functionEelco Dolstra1-0/+5
2016-04-29 BinaryCacheStore: Make the signing key a parameterEelco Dolstra1-4/+0
2016-04-29 Allow parameters in store URIsEelco Dolstra1-2/+5
2016-04-29 Eliminate the substituter mechanismEelco Dolstra1-0/+6
2016-04-21 Implement S3BinaryCacheStore::queryAllValidPaths()Eelco Dolstra1-3/+8
2016-04-20 Cache path info lookups in SQLiteEelco Dolstra1-0/+7
2016-04-19 Move path info caching from BinaryCacheStore to StoreEelco Dolstra1-12/+50
2016-04-15 BinaryCacheStore::readFile(): Return a shared_ptr to a stringEelco Dolstra1-0/+1
2016-04-08 Remove failed build cachingEelco Dolstra1-8/+0
2016-04-07 nix verify-paths: Add ‘--sigs-needed <N>’ flagEelco Dolstra1-0/+3
2016-04-05 Add "nix copy-sigs" commandEelco Dolstra1-0/+4
2016-03-30 Improve the SQLite wrapper APIEelco Dolstra1-2/+2
2016-03-24 Move signature support from NarInfo to ValidPathInfoEelco Dolstra1-0/+15
2016-03-22 Don't overload dumpPath()Eelco Dolstra1-2/+2
2016-03-21 Move signatures from NarInfo to ValidPathInfoEelco Dolstra1-0/+7
2016-03-21 Add Store::dumpPath() methodEelco Dolstra1-0/+5
2016-03-14 Fix another mismatched tagEelco Dolstra1-1/+1
2016-03-04 BinaryCacheStore: Remove publicKeyFile argumentEelco Dolstra1-2/+1
2016-03-02 Provide function required by HydraEelco Dolstra1-0/+5
2016-03-02 Make store implementations pluggableEelco Dolstra1-0/+17
2016-03-02 importPaths(): Optionally add NARs to binary cache accessorEelco Dolstra1-2/+5
2016-02-25 Add NAR / Store accessor abstractionEelco Dolstra1-1/+11
2016-02-24 Eliminate reserveSpace flagEelco Dolstra1-7/+3
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