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.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
1
-9
/
+9
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
1
-9
/
+9
2016-11-09
Merge branch 'ssh-store' of https://github.com/shlevy/nix
Eelco Dolstra
1
-4
/
+3
2016-10-21
Remove addPathToAccessor
Eelco Dolstra
1
-75
/
+77
2016-10-21
BinaryCacheStore: Optionally write a NAR listing
Eelco Dolstra
1
-9
/
+64
2016-10-07
importPaths(): Fix accessor support for Hydra
Eelco Dolstra
1
-0
/
+8
2016-09-16
Make computeFSClosure() single-threaded again
Eelco Dolstra
1
-6
/
+26
2016-09-02
Factor a general remote FS accessor out of BinaryCacheStore
Shea Levy
1
-64
/
+2
2016-08-10
FSAccessor: Throw InvalidPath
Eelco Dolstra
1
-1
/
+1
2016-07-26
makeFixedOutputPath(): Drop superfluous HashType argument
Eelco Dolstra
1
-1
/
+1
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
1
-7
/
+8
2016-05-31
nix-copy-closure / build-remote.pl: Disable signature checking
Eelco Dolstra
1
-1
/
+2
2016-05-30
Re-implement the WantMassQuery property of binary caches
Eelco Dolstra
1
-1
/
+20
2016-05-30
BinaryCacheStore: Remove buildPaths() / ensurePath()
Eelco Dolstra
1
-61
/
+2
2016-05-04
Add a Store::addToStore() variant that accepts a NAR
Eelco Dolstra
1
-91
/
+14
2016-05-04
Remove OpenSSL-based signing
Eelco Dolstra
1
-6
/
+3
2016-04-29
BinaryCacheStore: Support bzip2 compression
Eelco Dolstra
1
-1
/
+4
2016-04-29
Better error message
Eelco Dolstra
1
-1
/
+6
2016-04-29
BinaryCacheStore: Support "none" compression method
Eelco Dolstra
1
-23
/
+18
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
-9
/
+1
2016-04-28
Fix error message
Eelco Dolstra
1
-1
/
+1
2016-04-22
BinaryCacheStore: When adding a path, ensure the references are valid
Eelco Dolstra
1
-0
/
+11
2016-04-21
Implement S3BinaryCacheStore::queryAllValidPaths()
Eelco Dolstra
1
-4
/
+4
2016-04-20
BinaryCacheStore: Insert new paths into the disk cache
Eelco Dolstra
1
-0
/
+4
2016-04-20
Cache path info lookups in SQLite
Eelco Dolstra
1
-2
/
+1
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
1
-80
/
+38
2016-04-15
BinaryCacheStore: Do negative caching of .narinfo lookups
Eelco Dolstra
1
-2
/
+10
2016-04-15
BinaryCacheStore::readFile(): Return a shared_ptr to a string
Eelco Dolstra
1
-7
/
+12
2016-03-22
Don't overload dumpPath()
Eelco Dolstra
1
-3
/
+3
2016-03-21
Move signatures from NarInfo to ValidPathInfo
Eelco Dolstra
1
-2
/
+2
2016-03-21
Add Store::dumpPath() method
Eelco Dolstra
1
-4
/
+11
2016-03-14
BinaryCacheStore::isValidPath(): Use .narinfo cache
Eelco Dolstra
1
-0
/
+9
2016-03-04
BinaryCacheStore: Remove publicKeyFile argument
Eelco Dolstra
1
-6
/
+3
2016-03-04
Eliminate some large string copying
Eelco Dolstra
1
-13
/
+13
2016-02-26
importPaths(): Optionally add NARs to binary cache accessor
Eelco Dolstra
1
-30
/
+36
2016-02-25
Add NAR / Store accessor abstraction
Eelco Dolstra
1
-4
/
+76
2016-02-24
BinaryCacheStore: Implement addToStore()
Eelco Dolstra
1
-0
/
+50
2016-02-24
Show a proper error message for unimplemented binary cache operations
Eelco Dolstra
1
-0
/
+5
2016-02-24
Move BinaryCacheStore / LocalBinaryCacheStore from Hydra
Eelco Dolstra
1
-0
/
+292