about summary refs log tree commit diff
path: root/src/libstore/download.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-06 Fix Brotli decompression in 'nix log'Eelco Dolstra1-3/+0
2018-08-06 Fix reporting of HTTP body size when a result callback is usedEelco Dolstra1-0/+1
2018-06-05 Further improve upload messagesEelco Dolstra1-0/+5
2018-05-30 Make HttpBinaryCacheStore::narFromPath() run in constant memoryEelco Dolstra1-0/+5
2018-05-30 Simplify the callback mechanismEelco Dolstra1-2/+1
2018-05-09 make sure not to use cached channels for nix-channel --updateYorick van Pelt1-1/+2
2018-03-12 Wrap thread local in function for CygwinAsad Saeeduddin1-1/+1
2018-01-31 CleanupEelco Dolstra1-2/+2
2018-01-26 HttpBinaryCacheStore: Support upsertFile with PUT.Shea Levy1-2/+4
2017-09-18 Don't remove Content-Encoding in fetchurl / nix-prefetch-urlEelco Dolstra1-0/+1
2017-08-25 Allow activities to be nestedEelco Dolstra1-1/+3
2017-05-16 Improve progress indicatorEelco Dolstra1-1/+0
2017-04-10 Default to 5 download retriesDan Peebles1-1/+1
2017-03-15 S3BinaryCacheStore: Support compression of narinfo and log filesEelco Dolstra1-0/+3
2017-02-14 Add support for s3:// URIsEelco Dolstra1-1/+1
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-1/+1
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-1/+1
2016-09-16 Make computeFSClosure() single-threaded againEelco Dolstra1-4/+6
2016-09-14 Enable HTTP/2 supportEelco Dolstra1-7/+28
2016-08-31 download.hh: Fix conflicts from nix-channel-c++ mergeShea Levy1-6/+1
2016-08-31 Merge branch 'nix-channel-c++'Shea Levy1-0/+6
2016-08-30 Increase the sleep time between download retriesEelco Dolstra1-0/+1
2016-08-15 builtins.fetch{url,tarball}: Allow name attributeShea Levy1-1/+1
2016-08-11 nix-channel: implement in c++Shea Levy1-0/+6
2016-08-10 HttpBinaryCacheStore: Retry on transient HTTP errorsEelco Dolstra1-5/+6
2016-07-26 builtins.{fetchurl,fetchTarball}: Support a sha256 attributeEelco Dolstra1-1/+3
2016-04-15 BinaryCacheStore::readFile(): Return a shared_ptr to a stringEelco Dolstra1-1/+2
2016-02-29 Add an HTTP binary cache storeEelco Dolstra1-4/+19
2016-02-04 StoreAPI -> StoreEelco Dolstra1-2/+2
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-1/+4
2015-10-21 Show progress indicator for builtin fetchurlEelco Dolstra1-0/+1
2015-10-21 Disable TLS verification for builtin fetchurlEelco Dolstra1-1/+7
2015-07-20 Make <nix/fetchurl.nix> a builtin builderEelco Dolstra1-0/+22