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
2024-08-26
libstore: remove static initializers for Store registrations
Pierre Bourdon
2024-07-11
libstore: make BinaryCacheStore::getFile return a source
eldritch horrors
2024-06-19
filetransfer: return a Source from download()
eldritch horrors
2024-06-19
libstore: BinaryCacheStore::getFile{ -> Contents}
eldritch horrors
2024-06-18
filetransfer: {up,down}load -> transfer
eldritch horrors
2024-05-10
libutil: remove callback.hh
eldritch horrors
2024-05-09
libstore: de-callback-ify BinaryCacheStore::getFile
eldritch horrors
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-03-21
Support per-store Markdown documentation
Eelco Dolstra
2023-03-21
nix store --help: Include store type documentation
Eelco Dolstra
2023-02-07
NarInfoDiskCache: Rename cacheExists -> upToDateCacheExists
Robert Hensing
2022-05-30
HttpBinaryCacheStore::getFile(): Don't throw an exception
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2021-09-22
Make setDefault() typed
Eelco Dolstra
2020-12-20
Overhaul store subclassing
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-10-05
Fix s3:// store
Eelco Dolstra
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
[next]