depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
download.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-10
Don't retry on "unsupported protocol" error
Cole Helbling
1
-0
/
+1
2020-04-10
Downloader: Only write data to the sink on a 200 response
Eelco Dolstra
1
-2
/
+9
2020-02-18
retry on HTTP status code 429
Domen Kožar
1
-1
/
+2
2019-09-03
Ensure that Callback is called only once
Eelco Dolstra
1
-3
/
+3
2019-09-03
Downloader: Remove a possible double call to Callback
Eelco Dolstra
1
-8
/
+2
2019-08-08
conf: stalled-download-timeout: make tunable
Graham Christensen
1
-3
/
+1
2019-07-10
Resume NAR downloads
Eelco Dolstra
1
-7
/
+28
2019-07-10
Downloader: Use warn()
Eelco Dolstra
1
-3
/
+3
2019-07-10
Revert "Fix 'error 9 while decompressing xz file'"
Eelco Dolstra
1
-12
/
+55
2019-07-02
build: add exit code for hash and check mismatches
Daiderd Jordan
1
-1
/
+2
2019-06-28
Fix `http2 = false` having no effect. Fixes #2971.
Aniket Deshpande
1
-0
/
+2
2019-06-24
Fix 32-bit overflow with --no-net
Eelco Dolstra
1
-1
/
+1
2019-06-24
Refactor downloadCached() interface
Eelco Dolstra
1
-22
/
+22
2019-06-24
Add '--no-net' convenience flag
Eelco Dolstra
1
-17
/
+1
2019-06-24
Fix 'error 9 while decompressing xz file'
Eelco Dolstra
1
-55
/
+12
2019-06-24
Downloader: Propagate exceptions from decompressionSink->finish()
Eelco Dolstra
1
-2
/
+7
2019-06-24
CachedDownloadResult: Include store path
Eelco Dolstra
1
-0
/
+2
2019-06-24
downloadCached: Return ETag
Eelco Dolstra
1
-4
/
+13
2019-02-26
fix indentation
Dzmitry Zaitsau
1
-2
/
+2
2019-02-25
Apply param values on S3Helper initialization
Dzmitry Zaitsau
1
-1
/
+8
2019-02-25
Extend S3 URL parsing with parameters extraction
Dzmitry Zaitsau
1
-5
/
+17
2018-12-12
libstore: improve hash mismatch error messages
zimbatm
1
-2
/
+2
2018-12-07
s3: make scheme configurable
Daiderd Jordan
1
-1
/
+1
2018-11-20
Merge pull request #2216 from dtzWill/fix/curl-760-timeout
Eelco Dolstra
1
-1
/
+2
2018-09-26
Ensure download thread liveness
Eelco Dolstra
1
-19
/
+26
2018-09-03
download: fix size reported to progress bar
Will Dietz
1
-1
/
+1
2018-08-06
Fix Brotli decompression in 'nix log'
Eelco Dolstra
1
-24
/
+44
2018-08-06
Fix reporting of HTTP body size when a result callback is used
Eelco Dolstra
1
-1
/
+4
2018-08-02
s3 binary cache: support specifying an endpoint
Graham Christensen
1
-1
/
+1
2018-07-31
Fix race downloading into a sink
Eelco Dolstra
1
-6
/
+8
2018-06-18
Detect redirect loops
Eelco Dolstra
1
-0
/
+2
2018-06-08
download: if there are active requests, never sleep for 10s
Will Dietz
1
-1
/
+2
2018-06-05
Handle HTTP 410 Gone errors
Eelco Dolstra
1
-1
/
+1
2018-06-05
Improve binary cache fallback test
Eelco Dolstra
1
-0
/
+5
2018-06-05
Further improve upload messages
Eelco Dolstra
1
-8
/
+6
2018-06-01
download.cc: fix readCallback return type (int -> size_t)
Will Dietz
1
-2
/
+2
2018-06-01
Improve binary cache upload messages
Eelco Dolstra
1
-4
/
+14
2018-05-30
getDownloader(): Simplify
Eelco Dolstra
1
-4
/
+2
2018-05-30
Make HttpBinaryCacheStore::narFromPath() run in constant memory
Eelco Dolstra
1
-1
/
+91
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
1
-17
/
+20
2018-05-30
Move some Download-specific settings to download.cc
Eelco Dolstra
1
-8
/
+24
2018-05-25
libstore/download: remove unused function "getTime()"
Will Dietz
1
-7
/
+0
2018-05-09
make sure not to use cached channels for nix-channel --update
Yorick van Pelt
1
-2
/
+1
2018-04-23
Merge branch 'hash-mismatch' of git://github.com/LnL7/nix
Shea Levy
1
-2
/
+2
2018-04-21
Merge pull request #1707 from dtzWill/fix/issue-1692
Peter Simons
1
-1
/
+5
2018-04-20
download: make hash mismatch error consistent with fetchurl
Daiderd Jordan
1
-2
/
+2
2018-03-22
download: improve error for hash mismatch ("store mismatch")
Will Dietz
1
-2
/
+7
2018-03-22
download.cc: fix path for cached files
Will Dietz
1
-1
/
+1
2018-03-16
Don't retry on CURLE_SSL_CACERT_BADFILE
Eelco Dolstra
1
-0
/
+1
2018-03-14
Catch more possible instances of passing NULL to memcpy.
Shea Levy
1
-0
/
+1
[next]