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
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
2018-05-30
Make HttpBinaryCacheStore::narFromPath() run in constant memory
Eelco Dolstra
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2018-05-30
Move some Download-specific settings to download.cc
Eelco Dolstra
2018-05-25
libstore/download: remove unused function "getTime()"
Will Dietz
2018-05-09
make sure not to use cached channels for nix-channel --update
Yorick van Pelt
2018-04-23
Merge branch 'hash-mismatch' of git://github.com/LnL7/nix
Shea Levy
2018-04-21
Merge pull request #1707 from dtzWill/fix/issue-1692
Peter Simons
2018-04-20
download: make hash mismatch error consistent with fetchurl
Daiderd Jordan
2018-03-22
download: improve error for hash mismatch ("store mismatch")
Will Dietz
2018-03-22
download.cc: fix path for cached files
Will Dietz
2018-03-16
Don't retry on CURLE_SSL_CACERT_BADFILE
Eelco Dolstra
2018-03-14
Catch more possible instances of passing NULL to memcpy.
Shea Levy
2018-02-23
Fix downloadCached() with a chroot store
Eelco Dolstra
2018-01-31
Fix building without aws-sdk-cpp
Eelco Dolstra
2018-01-31
Merge branch 'http-binary-cache-put-upsert' of https://github.com/adelbertc/nix
Eelco Dolstra
2018-01-31
Indent properly
Eelco Dolstra
2018-01-26
HttpBinaryCacheStore: Support upsertFile with PUT.
Shea Levy
2018-01-19
Don't retry CURLE_URL_MALFORMAT
Eelco Dolstra
2017-12-09
Fix for builds with system libcurl < 7.30
Benjamin Hipple
2017-11-30
ignore "interrupted" exception in progress callback
Will Dietz
2017-11-15
Add a "profile" option to S3BinaryCacheStore
Eelco Dolstra
2017-11-01
Add fetchMercurial primop
Eelco Dolstra
2017-10-30
fetchurl/fetchTarball: Respect name changes
Eelco Dolstra
2017-10-02
Reverse retry logic to retry in all but a few cases
Dan Peebles
2017-09-18
Don't remove Content-Encoding in fetchurl / nix-prefetch-url
Eelco Dolstra
2017-09-01
Abort curl downloads if there is no progress for 5 minutes
Eelco Dolstra
2017-08-31
Add an activity for binary cache queries
Eelco Dolstra
2017-08-28
Give activities a verbosity level again
Eelco Dolstra
2017-08-25
Allow activities to be nested
Eelco Dolstra
2017-08-16
Progress indicator: Cleanup
Eelco Dolstra
2017-08-16
Improve substitution progress indicator
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-11
fetchTarball: Prevent concurrent downloads of the same file
Eelco Dolstra
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-06-12
Provide a builtin default for $NIX_SSL_CERT_FILE
Eelco Dolstra
2017-05-16
Improve progress indicator
Eelco Dolstra
2017-05-11
Add an option for extending the user agent header
Eelco Dolstra
2017-05-11
Tweak error message
Eelco Dolstra
2017-05-11
LocalStore::addToStore(): Check info.narSize
Eelco Dolstra
2017-04-19
Reimplement connect-timeout
Eelco Dolstra
2017-04-14
Shut up some warnings
Eelco Dolstra
2017-04-13
Convert Settings to the new config system
Eelco Dolstra
2017-04-13
Merge branch 'rework-options' of https://github.com/copumpkin/nix
Eelco Dolstra
[next]