depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
binary-cache-store.hh
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-07
move the parallel-compression setting to binary-cache-store, the setting
AmineChikhaoui
1
-0
/
+2
2017-11-14
nix sign-paths: Support binary caches
Eelco Dolstra
1
-2
/
+3
2017-10-17
BinaryCacheStore: Support local caching of NARs
Eelco Dolstra
1
-0
/
+1
2017-07-04
Sort substituters by priority
Eelco Dolstra
1
-0
/
+2
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
1
-3
/
+3
2017-05-01
Add a dummy Store::buildPaths() method
Eelco Dolstra
1
-17
/
+12
2017-04-13
Add a Config class to simplify adding configuration settings
Eelco Dolstra
1
-4
/
+6
2017-03-15
S3BinaryCacheStore: Set Content-Type
Eelco Dolstra
1
-1
/
+3
2017-03-15
BinaryCacheStore: Implement getBuildLog()
Eelco Dolstra
1
-0
/
+2
2017-02-07
Provide default implementations for a couple of Store methods
Eelco Dolstra
1
-19
/
+0
2017-02-07
Cleanup
Eelco Dolstra
1
-2
/
+0
2016-10-21
Remove addPathToAccessor
Eelco Dolstra
1
-10
/
+7
2016-10-21
BinaryCacheStore: Optionally write a NAR listing
Eelco Dolstra
1
-1
/
+7
2016-10-07
Implement generic Store::queryValidPaths()
Eelco Dolstra
1
-3
/
+0
2016-10-07
importPaths(): Fix accessor support for Hydra
Eelco Dolstra
1
-0
/
+6
2016-09-16
Make computeFSClosure() single-threaded again
Eelco Dolstra
1
-2
/
+8
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
1
-1
/
+1
2016-05-31
Shut up some clang warnings
Eelco Dolstra
1
-3
/
+3
2016-05-31
nix-copy-closure / build-remote.pl: Disable signature checking
Eelco Dolstra
1
-1
/
+1
2016-05-30
Re-implement the WantMassQuery property of binary caches
Eelco Dolstra
1
-0
/
+5
2016-05-30
BinaryCacheStore: Remove buildPaths() / ensurePath()
Eelco Dolstra
1
-7
/
+7
2016-05-04
Add a Store::addToStore() variant that accepts a NAR
Eelco Dolstra
1
-9
/
+3
2016-05-04
Remove OpenSSL-based signing
Eelco Dolstra
1
-2
/
+2
2016-04-29
BinaryCacheStore: Support "none" compression method
Eelco Dolstra
1
-1
/
+3
2016-04-29
BinaryCacheStore: Make the signing key a parameter
Eelco Dolstra
1
-1
/
+2
2016-04-29
BinaryCacheStore::queryPathInfo: Don't check signatures
Eelco Dolstra
1
-1
/
+0
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
1
-42
/
+2
2016-04-15
Make the .narinfo cache bigger
Eelco Dolstra
1
-1
/
+1
2016-04-15
BinaryCacheStore: Do negative caching of .narinfo lookups
Eelco Dolstra
1
-1
/
+2
2016-04-15
BinaryCacheStore::readFile(): Return a shared_ptr to a string
Eelco Dolstra
1
-1
/
+3
2016-04-08
Remove failed build caching
Eelco Dolstra
1
-6
/
+0
2016-04-05
Add "nix copy-sigs" command
Eelco Dolstra
1
-0
/
+3
2016-03-22
Don't overload dumpPath()
Eelco Dolstra
1
-1
/
+1
2016-03-21
Add Store::dumpPath() method
Eelco Dolstra
1
-0
/
+2
2016-03-04
BinaryCacheStore: Remove publicKeyFile argument
Eelco Dolstra
1
-2
/
+1
2016-02-26
importPaths(): Optionally add NARs to binary cache accessor
Eelco Dolstra
1
-2
/
+3
2016-02-25
Add NAR / Store accessor abstraction
Eelco Dolstra
1
-2
/
+3
2016-02-24
BinaryCacheStore: Implement addToStore()
Eelco Dolstra
1
-8
/
+8
2016-02-24
Show a proper error message for unimplemented binary cache operations
Eelco Dolstra
1
-17
/
+19
2016-02-24
Move BinaryCacheStore / LocalBinaryCacheStore from Hydra
Eelco Dolstra
1
-0
/
+170