index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
http-binary-cache-store.cc
Age
Commit message (
Expand
)
Author
2020-09-21
Move Callback into its own header
Eelco Dolstra
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-09-01
Allow HTTP binary cache to request absolute uris
Domen Kožar
2020-07-13
Make 'nix copy' to s3:// binary caches run in constant memory
Eelco Dolstra
2020-07-13
Make 'nix copy' to file:// binary caches run in constant memory
Eelco Dolstra
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
2020-04-08
DataTransfer -> FileTransfer
Nikola Knezevic
2020-04-08
Add upload method
Nikola Knezevic
2020-04-08
DownloadError -> DataTransferError
Nikola Knezevic
2020-04-08
{get,make,new}Downloader -> DataTransfer
Nikola Knezevic
2020-04-08
enqueueDownload -> enqueueDataTransfer
Nikola Knezevic
2020-04-08
DownloadResult -> DataTransferResult
Nikola Knezevic
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
2020-04-08
DownloadRequest -> DataTransferRequest
Nikola Knezevic
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2019-12-17
Add priority setting to stores
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
HttpBinaryCacheStore: Use default number of retries for NARs
Eelco Dolstra
2019-07-10
Revert "Fix 'error 9 while decompressing xz file'"
Eelco Dolstra
2019-06-24
Add '--no-net' convenience flag
Eelco Dolstra
2019-06-24
Fix 'error 9 while decompressing xz file'
Eelco Dolstra
2018-09-07
If fallback is enabled, temporarily disable substituters after a failure
Eelco Dolstra
2018-06-01
Improve binary cache upload messages
Eelco Dolstra
2018-05-30
Make HttpBinaryCacheStore::narFromPath() run in constant memory
Eelco Dolstra
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2018-01-31
Cleanup
Eelco Dolstra
2018-01-26
HttpBinaryCacheStore: Support upsertFile with PUT.
Shea Levy
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-05-16
Improve progress indicator
Eelco Dolstra
2017-03-15
S3BinaryCacheStore: Set Content-Type
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-10-19
Shut up clang warning
Eelco Dolstra
2016-09-20
Fix "Promise already satisfied" error
Eelco Dolstra
2016-09-16
Make computeFSClosure() single-threaded again
Eelco Dolstra
2016-09-14
Enable HTTP/2 support
Eelco Dolstra
2016-08-30
Increase the sleep time between download retries
Eelco Dolstra
2016-08-10
HttpBinaryCacheStore: Retry on transient HTTP errors
Eelco Dolstra
2016-06-01
HttpBinaryCacheStore: Fix caching of WantMassQuery
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-05-30
Re-implement the WantMassQuery property of binary caches
Eelco Dolstra
2016-05-30
BinaryCacheStore: Remove buildPaths() / ensurePath()
Eelco Dolstra
[next]