aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/download.cc
AgeCommit message (Expand)Author
2017-03-15runProgram(): Distinguish between empty input and no inputEelco Dolstra
2017-03-15S3BinaryCacheStore: Support compression of narinfo and log filesEelco Dolstra
2017-03-15Add support for brotli compressionEelco Dolstra
2017-03-12Merge branch 'configurable-aws-region'Shea Levy
2017-03-06Properly set the caFile for aws-sdk-cpp s3Shea Levy
2017-03-03Add aws-region param to S3 store URLsShea Levy
2017-02-28Fix building against older curl versionsEelco Dolstra
2017-02-27Retry downloads on HTTP/2 stream errorsEelco Dolstra
2017-02-22RemoteStore::addToStore(): Pass content-addressability assertionEelco Dolstra
2017-02-21Handle CURLE_RECV_ERROR as a transient errorEelco Dolstra
2017-02-21Fix building without S3 supportEelco Dolstra
2017-02-16Move netrcFile to SettingsEelco Dolstra
2017-02-16Include "curl" in the User-Agent headerEelco Dolstra
2017-02-16Merge pull request #1215 from k0001/netrc-1Eelco Dolstra
2017-02-14Add support for s3:// URIsEelco Dolstra
2017-02-09Documentation.Renzo Carbonara
2017-02-02Add netrc-file supportRenzo Carbonara
2017-01-26On HTTP errors, also show the curl errorEelco Dolstra
2017-01-24Enable verbose curl outputEelco Dolstra
2017-01-17Handle SIGINT etc. via a sigwait() signal handler threadEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-10-21BinaryCacheStore: Optionally write a NAR listingEelco Dolstra
2016-10-19Merge branch 'priorityqueue' of https://github.com/groxxda/nixEelco Dolstra
2016-10-19Fix uninitialised variableEelco Dolstra
2016-10-18downloader: use priority_queueAlexander Ried
2016-10-14CURL_AT_LEAST_VERSION -> LIBCURL_VERSION_NUMEelco Dolstra
2016-10-13Fix HTTP/2 supportEelco Dolstra
2016-10-13SSL_CERT_FILE -> NIX_SSL_CERT_FILEEelco Dolstra
2016-10-05Use std::random_deviceEelco Dolstra
2016-10-04Fix build with older versions of libcurlEelco Dolstra
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-09-20TweakEelco Dolstra
2016-09-20Improve robustnessEelco Dolstra
2016-09-16Make computeFSClosure() single-threaded againEelco Dolstra
2016-09-14Revive binary-caches-parallel-connectionsEelco Dolstra
2016-09-14Enable HTTP/2 supportEelco Dolstra
2016-08-31download.hh: Fix conflicts from nix-channel-c++ mergeShea Levy
2016-08-31Merge branch 'nix-channel-c++'Shea Levy
2016-08-30Increase the sleep time between download retriesEelco Dolstra
2016-08-15builtins.fetch{url,tarball}: Allow name attributeShea Levy
2016-08-11nix-channel: implement in c++Shea Levy
2016-08-10HttpBinaryCacheStore: Retry on transient HTTP errorsEelco Dolstra
2016-08-10Show HTTP error codesEelco Dolstra
2016-07-26makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra
2016-07-26builtins.{fetchurl,fetchTarball}: Support a sha256 attributeEelco Dolstra
2016-07-21Fix random failures caused by CurlDownloader modifying a shared stringEelco Dolstra
2016-04-29Add fetchgit builtinEelco Dolstra
2016-04-20Cache path info lookups in SQLiteEelco Dolstra
2016-04-15BinaryCacheStore::readFile(): Return a shared_ptr to a stringEelco Dolstra