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
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
2017-04-10
Add CURLE_WRITE_ERROR as a transient error condition
Dan Peebles
2017-04-06
Retry downloads on transient SSL errors too
Dan Peebles
2017-03-31
Retry curl error 16
Eelco Dolstra
2017-03-15
runProgram(): Distinguish between empty input and no input
Eelco Dolstra
2017-03-15
S3BinaryCacheStore: Support compression of narinfo and log files
Eelco Dolstra
2017-03-15
Add support for brotli compression
Eelco Dolstra
2017-03-12
Merge branch 'configurable-aws-region'
Shea Levy
2017-03-06
Properly set the caFile for aws-sdk-cpp s3
Shea Levy
2017-03-03
Add aws-region param to S3 store URLs
Shea Levy
2017-02-28
Fix building against older curl versions
Eelco Dolstra
2017-02-27
Retry downloads on HTTP/2 stream errors
Eelco Dolstra
2017-02-22
Explicitly model all settings and fail on unrecognized ones
Dan Peebles
2017-02-22
RemoteStore::addToStore(): Pass content-addressability assertion
Eelco Dolstra
2017-02-21
Handle CURLE_RECV_ERROR as a transient error
Eelco Dolstra
2017-02-21
Fix building without S3 support
Eelco Dolstra
2017-02-16
Move netrcFile to Settings
Eelco Dolstra
2017-02-16
Include "curl" in the User-Agent header
Eelco Dolstra
2017-02-16
Merge pull request #1215 from k0001/netrc-1
Eelco Dolstra
2017-02-14
Add support for s3:// URIs
Eelco Dolstra
2017-02-09
Documentation.
Renzo Carbonara
2017-02-02
Add netrc-file support
Renzo Carbonara
2017-01-26
On HTTP errors, also show the curl error
Eelco Dolstra
2017-01-24
Enable verbose curl output
Eelco Dolstra
2017-01-17
Handle SIGINT etc. via a sigwait() signal handler thread
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-10-21
BinaryCacheStore: Optionally write a NAR listing
Eelco Dolstra
2016-10-19
Merge branch 'priorityqueue' of https://github.com/groxxda/nix
Eelco Dolstra
2016-10-19
Fix uninitialised variable
Eelco Dolstra
2016-10-18
downloader: use priority_queue
Alexander Ried
2016-10-14
CURL_AT_LEAST_VERSION -> LIBCURL_VERSION_NUM
Eelco Dolstra
2016-10-13
Fix HTTP/2 support
Eelco Dolstra
2016-10-13
SSL_CERT_FILE -> NIX_SSL_CERT_FILE
Eelco Dolstra
2016-10-05
Use std::random_device
Eelco Dolstra
2016-10-04
Fix build with older versions of libcurl
Eelco Dolstra
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-09-20
Tweak
Eelco Dolstra
2016-09-20
Improve robustness
Eelco Dolstra
[next]