index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
s3-binary-cache-store.cc
Age
Commit message (
Expand
)
Author
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-11
treat s3 permission errors as file-not-found
Michael Bishop
2020-12-04
Fix compatibility with newer AWS SDKs
Stéphan Kochen
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-16
Fix the s3 store
regnat
2020-09-16
Fix build issues with gcc
regnat
2020-09-16
Add a name to the stores
regnat
2020-09-16
Document the new store hierarchy
regnat
2020-09-16
Properly filter the stores according to their declared uriSchemes
regnat
2020-09-16
Correctly call all the parent contructors of the stores
regnat
2020-09-16
Separate store configs from the implems
regnat
2020-09-16
Separate the instantiation and initialisation of the stores
regnat
2020-09-16
Fix the registration of stores
regnat
2020-09-16
Make the store plugins more introspectable
regnat
2020-08-04
S3BinaryCacheStore: Fix size determination
Eelco Dolstra
2020-08-04
Revert "Remove putBytes"
Eelco Dolstra
2020-07-28
Remove putBytes
Eelco Dolstra
2020-07-13
Make 'nix copy' to s3:// binary caches run in constant memory
Eelco Dolstra
2020-07-13
Remove istringstream_nocopy
Eelco Dolstra
2020-07-13
Make 'nix copy' to file:// binary caches run in constant memory
Eelco Dolstra
2020-07-13
Fix 'nix verify --all' on a binary cache and add a test
Eelco Dolstra
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
2020-04-08
DataTransfer -> FileTransfer
Nikola Knezevic
2020-04-08
DownloadResult -> DataTransferResult
Nikola Knezevic
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
2019-12-17
Add priority setting to stores
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-03-15
Add a 5 seconds of timeouts to connect to S3.
Chaker Benhamed
2018-12-07
s3: make scheme configurable
Daiderd Jordan
2018-11-01
Disable the S3 content-encoding patch
Eelco Dolstra
2018-10-30
Remove redundant message
Eelco Dolstra
2018-10-30
S3BinaryCacheStore: Allow disabling multipart uploads
Eelco Dolstra
2018-10-30
Fix broken uploadProgressCallback closure
Eelco Dolstra
2018-09-27
S3BinaryCacheStore: Don't create buckets
Eelco Dolstra
2018-08-09
S3BinaryCacheStore: Share TransferManager
Eelco Dolstra
2018-08-08
S3BinaryCacheStore: Don't use the transfer status callback
Eelco Dolstra
2018-08-06
Fix setting Content-Encoding in S3 uploads
Eelco Dolstra
2018-08-06
Fix Brotli decompression in 'nix log'
Eelco Dolstra
2018-08-02
s3 binary cache: support specifying an endpoint
Graham Christensen
2018-06-08
use debug instead of printTalkative to avoid spamming hydra queue
AmineChikhaoui
2018-05-30
Make LocalBinaryCacheStore::narFromPath() run in constant memory
Eelco Dolstra
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2018-05-10
Remove mention of default since we already know the default
Eelco Dolstra
2018-05-07
share the executor between multiple copy threads.
AmineChikhaoui
2018-05-07
add a FIXME note to find a way to abort the multipart uploads in
AmineChikhaoui
2018-05-07
Support multi-part uploads for large NARs that exceed the size of
AmineChikhaoui
[next]