index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
download.cc
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-08
Downloader: Only write data to the sink on a 200 response
Eelco Dolstra
2020-04-07
Cleanup
Eelco Dolstra
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-04-05
Don't retry on "unsupported protocol" error
Cole Helbling
2020-01-29
Merge pull request #3335 from domenkozar/retry-429
Eelco Dolstra
2020-01-29
retry on HTTP status code 429
Domen Kožar
2019-12-19
Merge branch 'libarchive' of https://github.com/yorickvP/nix
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-07
libarchive proof of concept
Yorick van Pelt
2019-11-26
Drop remaining uses of external "tar"
Eelco Dolstra
2019-11-26
Merge pull request #3141 from xbreak/nocafile
Eelco Dolstra
2019-11-07
Remove #include
Eelco Dolstra
2019-10-18
Downloader: Warn if no trusted CA file has been configured
xbreak
2019-09-03
Ensure that Callback is called only once
Eelco Dolstra
2019-09-03
Downloader: Remove a possible double call to Callback
Eelco Dolstra
2019-08-08
conf: stalled-download-timeout: make tunable
Graham Christensen
2019-07-10
Resume NAR downloads
Eelco Dolstra
2019-07-10
Downloader: Use warn()
Eelco Dolstra
2019-07-10
Revert "Fix 'error 9 while decompressing xz file'"
Eelco Dolstra
2019-07-02
build: add exit code for hash and check mismatches
Daiderd Jordan
2019-06-28
Fix `http2 = false` having no effect. Fixes #2971.
Aniket Deshpande
2019-06-24
Fix 32-bit overflow with --no-net
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
Downloader: Propagate exceptions from decompressionSink->finish()
Eelco Dolstra
2019-06-24
CachedDownloadResult: Include store path
Eelco Dolstra
2019-06-24
downloadCached: Return ETag
Eelco Dolstra
2019-02-26
fix indentation
Dzmitry Zaitsau
2019-02-25
Apply param values on S3Helper initialization
Dzmitry Zaitsau
2019-02-25
Extend S3 URL parsing with parameters extraction
Dzmitry Zaitsau
2018-12-12
libstore: improve hash mismatch error messages
zimbatm
2018-12-07
s3: make scheme configurable
Daiderd Jordan
2018-11-20
Merge pull request #2216 from dtzWill/fix/curl-760-timeout
Eelco Dolstra
2018-09-26
Ensure download thread liveness
Eelco Dolstra
2018-09-03
download: fix size reported to progress bar
Will Dietz
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-08-02
s3 binary cache: support specifying an endpoint
Graham Christensen
2018-07-31
Fix race downloading into a sink
Eelco Dolstra
2018-06-18
Detect redirect loops
Eelco Dolstra
2018-06-08
download: if there are active requests, never sleep for 10s
Will Dietz
2018-06-05
Handle HTTP 410 Gone errors
Eelco Dolstra
2018-06-05
Improve binary cache fallback test
Eelco Dolstra
2018-06-05
Further improve upload messages
Eelco Dolstra
2018-06-01
download.cc: fix readCallback return type (int -> size_t)
Will Dietz
2018-06-01
Improve binary cache upload messages
Eelco Dolstra
2018-05-30
getDownloader(): Simplify
Eelco Dolstra
[next]