index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
download.hh
Age
Commit message (
Expand
)
Author
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
2020-04-08
DownloadRequest -> DataTransferRequest
Nikola Knezevic
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2019-11-07
Remove #include
Eelco Dolstra
2019-09-22
Shut up some warnings
Eelco Dolstra
2019-08-08
conf: stalled-download-timeout: make tunable
Graham Christensen
2019-07-10
Revert "Fix 'error 9 while decompressing xz file'"
Eelco Dolstra
2019-06-24
Refactor downloadCached() interface
Eelco Dolstra
2019-06-24
Add '--no-net' convenience flag
Eelco Dolstra
2019-06-24
Fix 'error 9 while decompressing xz file'
Eelco Dolstra
2019-06-24
CachedDownloadResult: Include store path
Eelco Dolstra
2019-06-24
downloadCached: Return ETag
Eelco Dolstra
2018-08-06
Fix Brotli decompression in 'nix log'
Eelco Dolstra
2018-08-06
Fix reporting of HTTP body size when a result callback is used
Eelco Dolstra
2018-06-05
Further improve 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-05-09
make sure not to use cached channels for nix-channel --update
Yorick van Pelt
2018-03-12
Wrap thread local in function for Cygwin
Asad Saeeduddin
2018-01-31
Cleanup
Eelco Dolstra
2018-01-26
HttpBinaryCacheStore: Support upsertFile with PUT.
Shea Levy
2017-09-18
Don't remove Content-Encoding in fetchurl / nix-prefetch-url
Eelco Dolstra
2017-08-25
Allow activities to be nested
Eelco Dolstra
2017-05-16
Improve progress indicator
Eelco Dolstra
2017-04-10
Default to 5 download retries
Dan Peebles
2017-03-15
S3BinaryCacheStore: Support compression of narinfo and log files
Eelco Dolstra
2017-02-14
Add support for s3:// URIs
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-09-16
Make computeFSClosure() single-threaded again
Eelco Dolstra
2016-09-14
Enable HTTP/2 support
Eelco Dolstra
2016-08-31
download.hh: Fix conflicts from nix-channel-c++ merge
Shea Levy
2016-08-31
Merge branch 'nix-channel-c++'
Shea Levy
2016-08-30
Increase the sleep time between download retries
Eelco Dolstra
2016-08-15
builtins.fetch{url,tarball}: Allow name attribute
Shea Levy
2016-08-11
nix-channel: implement in c++
Shea Levy
2016-08-10
HttpBinaryCacheStore: Retry on transient HTTP errors
Eelco Dolstra
2016-07-26
builtins.{fetchurl,fetchTarball}: Support a sha256 attribute
Eelco Dolstra
2016-04-15
BinaryCacheStore::readFile(): Return a shared_ptr to a string
Eelco Dolstra
2016-02-29
Add an HTTP binary cache store
Eelco Dolstra
2016-02-04
StoreAPI -> Store
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2015-10-21
Show progress indicator for builtin fetchurl
Eelco Dolstra
2015-10-21
Disable TLS verification for builtin fetchurl
Eelco Dolstra
2015-07-20
Make <nix/fetchurl.nix> a builtin builder
Eelco Dolstra