about summary refs log tree commit diff
path: root/src/libstore/binary-cache-store.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01 Add a dummy Store::buildPaths() methodEelco Dolstra1-17/+12
2017-04-13 Add a Config class to simplify adding configuration settingsEelco Dolstra1-4/+6
2017-03-15 S3BinaryCacheStore: Set Content-TypeEelco Dolstra1-1/+3
2017-03-15 BinaryCacheStore: Implement getBuildLog()Eelco Dolstra1-0/+2
2017-02-07 Provide default implementations for a couple of Store methodsEelco Dolstra1-19/+0
2017-02-07 CleanupEelco Dolstra1-2/+0
2016-10-21 Remove addPathToAccessorEelco Dolstra1-10/+7
2016-10-21 BinaryCacheStore: Optionally write a NAR listingEelco Dolstra1-1/+7
2016-10-07 Implement generic Store::queryValidPaths()Eelco Dolstra1-3/+0
2016-10-07 importPaths(): Fix accessor support for HydraEelco Dolstra1-0/+6
2016-09-16 Make computeFSClosure() single-threaded againEelco Dolstra1-2/+8
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-1/+1
2016-05-31 Shut up some clang warningsEelco Dolstra1-3/+3
2016-05-31 nix-copy-closure / build-remote.pl: Disable signature checkingEelco Dolstra1-1/+1
2016-05-30 Re-implement the WantMassQuery property of binary cachesEelco Dolstra1-0/+5
2016-05-30 BinaryCacheStore: Remove buildPaths() / ensurePath()Eelco Dolstra1-7/+7
2016-05-04 Add a Store::addToStore() variant that accepts a NAREelco Dolstra1-9/+3
2016-05-04 Remove OpenSSL-based signingEelco Dolstra1-2/+2
2016-04-29 BinaryCacheStore: Support "none" compression methodEelco Dolstra1-1/+3
2016-04-29 BinaryCacheStore: Make the signing key a parameterEelco Dolstra1-1/+2
2016-04-29 BinaryCacheStore::queryPathInfo: Don't check signaturesEelco Dolstra1-1/+0
2016-04-19 Move path info caching from BinaryCacheStore to StoreEelco Dolstra1-42/+2
2016-04-15 Make the .narinfo cache biggerEelco Dolstra1-1/+1
2016-04-15 BinaryCacheStore: Do negative caching of .narinfo lookupsEelco Dolstra1-1/+2
2016-04-15 BinaryCacheStore::readFile(): Return a shared_ptr to a stringEelco Dolstra1-1/+3
2016-04-08 Remove failed build cachingEelco Dolstra1-6/+0
2016-04-05 Add "nix copy-sigs" commandEelco Dolstra1-0/+3
2016-03-22 Don't overload dumpPath()Eelco Dolstra1-1/+1
2016-03-21 Add Store::dumpPath() methodEelco Dolstra1-0/+2
2016-03-04 BinaryCacheStore: Remove publicKeyFile argumentEelco Dolstra1-2/+1
2016-02-26 importPaths(): Optionally add NARs to binary cache accessorEelco Dolstra1-2/+3
2016-02-25 Add NAR / Store accessor abstractionEelco Dolstra1-2/+3
2016-02-24 BinaryCacheStore: Implement addToStore()Eelco Dolstra1-8/+8
2016-02-24 Show a proper error message for unimplemented binary cache operationsEelco Dolstra1-17/+19
2016-02-24 Move BinaryCacheStore / LocalBinaryCacheStore from HydraEelco Dolstra1-0/+170