index
:
lix
main
User &
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
2020-09-16
Separate store configs from the implems
regnat
2020-08-14
Merge pull request #3899 from obsidiansystems/make-narHash-not-optional
Eelco Dolstra
2020-08-13
Use `TeeSink` and `TeeSouce` in a few more places
John Ericson
2020-08-07
Fix .ls file names in binary caches
Eelco Dolstra
2020-08-06
Minimize the usage of `Hash::dummy`
John Ericson
2020-08-05
Remove Hash::operator bool ()
Carlo Nucera
2020-08-04
S3BinaryCacheStore: Fix size determination
Eelco Dolstra
2020-08-04
BinaryCacheStore: Explicitly flush file sink
Eelco Dolstra
2020-08-03
Delete compressed NARs
Eelco Dolstra
2020-07-15
Merge branch 'master' of github.com:NixOS/nix into hash-always-has-type
Carlo Nucera
2020-07-13
Make 'nix copy' to s3:// binary caches run in constant memory
Eelco Dolstra
2020-07-13
Remove 'accessor' from addToStore()
Eelco Dolstra
2020-07-13
NarAccessor: Run in constant memory
Eelco Dolstra
2020-07-13
Make 'nix copy' to file:// binary caches run in constant memory
Eelco Dolstra
2020-06-19
WIP bug fixing
Carlo Nucera
2020-06-17
Remove unused narInfoFile in binary-cache-store
Matthew Bauer
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-06-03
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-05-29
Remove addToStore variant as requested by `FIXME`
John Ericson
2020-05-29
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-05-27
Rename some variables named “recursive” to “method”
Matthew Bauer
2020-04-29
errorinfo constructor test
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-12
pathInfoCache: Respect disk cache TTLs #3398
Robert Hensing
2019-12-17
Add priority setting to stores
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-10-29
queryPathInfoUncached(): Return const ValidPathInfo
Eelco Dolstra
2019-09-04
BinaryCacheStore: Add index-debug-info option
Eelco Dolstra
2019-09-03
Add some noexcepts
Eelco Dolstra
2019-09-03
Ensure that Callback is called only once
Eelco Dolstra
2019-07-10
Revert "Fix 'error 9 while decompressing xz file'"
Eelco Dolstra
2019-06-24
Fix 'error 9 while decompressing xz file'
Eelco Dolstra
2018-08-21
Fix another 'coroutine has finished' during decompression
Eelco Dolstra
2018-08-06
Fix Brotli decompression in 'nix log'
Eelco Dolstra
2018-06-05
Don't require --fallback to recover from disappeared binary cache NARs
Eelco Dolstra
2018-05-30
Make LocalBinaryCacheStore::narFromPath() run in constant memory
Eelco Dolstra
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2018-03-16
decompress(): Use a Source and Sink
Eelco Dolstra
2018-02-07
move the parallel-compression setting to binary-cache-store, the setting
AmineChikhaoui
2018-02-07
make multi threaded compression configurable and use single threaded
AmineChikhaoui
2017-12-07
Provide random access to cached NARs
Eelco Dolstra
2017-11-14
nix sign-paths: Support binary caches
Eelco Dolstra
2017-11-14
nix ls-{nar,store} --json: Respect -R
Eelco Dolstra
2017-11-14
nix ls-{store,nar}: Add --json flag
Eelco Dolstra
2017-10-19
Revert "Let's not populate the NAR cache from hydra-queue-runner for now"
Eelco Dolstra
2017-10-18
Let's not populate the NAR cache from hydra-queue-runner for now
Eelco Dolstra
2017-10-17
BinaryCacheStore::addToStore(): Add NARs to the local cache
Eelco Dolstra
2017-10-17
BinaryCacheStore: Support local caching of NARs
Eelco Dolstra
[next]