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
2019-09-03
Add some noexcepts
Eelco Dolstra
1
-2
/
+2
2019-09-03
Ensure that Callback is called only once
Eelco Dolstra
1
-3
/
+5
2019-07-10
Revert "Fix 'error 9 while decompressing xz file'"
Eelco Dolstra
1
-11
/
+7
2019-06-24
Fix 'error 9 while decompressing xz file'
Eelco Dolstra
1
-7
/
+11
2018-08-21
Fix another 'coroutine has finished' during decompression
Eelco Dolstra
1
-1
/
+1
2018-08-06
Fix Brotli decompression in 'nix log'
Eelco Dolstra
1
-12
/
+11
2018-06-05
Don't require --fallback to recover from disappeared binary cache NARs
Eelco Dolstra
1
-1
/
+5
2018-05-30
Make LocalBinaryCacheStore::narFromPath() run in constant memory
Eelco Dolstra
1
-9
/
+27
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
1
-16
/
+21
2018-03-16
decompress(): Use a Source and Sink
Eelco Dolstra
1
-12
/
+8
2018-02-07
move the parallel-compression setting to binary-cache-store, the setting
AmineChikhaoui
1
-1
/
+1
2018-02-07
make multi threaded compression configurable and use single threaded
AmineChikhaoui
1
-1
/
+1
2017-12-07
Provide random access to cached NARs
Eelco Dolstra
1
-8
/
+4
2017-11-14
nix sign-paths: Support binary caches
Eelco Dolstra
1
-13
/
+34
2017-11-14
nix ls-{nar,store} --json: Respect -R
Eelco Dolstra
1
-1
/
+1
2017-11-14
nix ls-{store,nar}: Add --json flag
Eelco Dolstra
1
-34
/
+1
2017-10-19
Revert "Let's not populate the NAR cache from hydra-queue-runner for now"
Eelco Dolstra
1
-2
/
+2
2017-10-18
Let's not populate the NAR cache from hydra-queue-runner for now
Eelco Dolstra
1
-2
/
+2
2017-10-17
BinaryCacheStore::addToStore(): Add NARs to the local cache
Eelco Dolstra
1
-2
/
+6
2017-10-17
BinaryCacheStore: Support local caching of NARs
Eelco Dolstra
1
-1
/
+1
2017-10-17
Remove BinaryCacheStoreAccessor
Eelco Dolstra
1
-61
/
+1
2017-08-31
Add an activity for binary cache queries
Eelco Dolstra
1
-0
/
+7
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
1
-9
/
+9
2017-07-04
Support base-64 hashes
Eelco Dolstra
1
-1
/
+1
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
1
-5
/
+5
2017-05-01
Add a dummy Store::buildPaths() method
Eelco Dolstra
1
-5
/
+0
2017-04-13
Add a Config class to simplify adding configuration settings
Eelco Dolstra
1
-3
/
+0
2017-03-15
Compress NAR listings using the "text-compression" method
Eelco Dolstra
1
-1
/
+1
2017-03-15
S3BinaryCacheStore: Set Content-Type
Eelco Dolstra
1
-4
/
+4
2017-03-15
S3BinaryCacheStore: Support compression of narinfo and log files
Eelco Dolstra
1
-0
/
+1
2017-03-15
BinaryCacheStore: Implement getBuildLog()
Eelco Dolstra
1
-0
/
+24
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
[next]