aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/download.hh
AgeCommit message (Expand)Author
2017-05-16Improve progress indicatorEelco Dolstra
2017-04-10Default to 5 download retriesDan Peebles
2017-03-15S3BinaryCacheStore: Support compression of narinfo and log filesEelco Dolstra
2017-02-14Add support for s3:// URIsEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-09-16Make computeFSClosure() single-threaded againEelco 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-07-26builtins.{fetchurl,fetchTarball}: Support a sha256 attributeEelco Dolstra
2016-04-15BinaryCacheStore::readFile(): Return a shared_ptr to a stringEelco Dolstra
2016-02-29Add an HTTP binary cache storeEelco Dolstra
2016-02-04StoreAPI -> StoreEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2015-10-21Show progress indicator for builtin fetchurlEelco Dolstra
2015-10-21Disable TLS verification for builtin fetchurlEelco Dolstra
2015-07-20Make <nix/fetchurl.nix> a builtin builderEelco Dolstra