about summary refs log tree commit diff
path: root/src/libstore/download.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-24 Fix 'error 9 while decompressing xz file'Eelco Dolstra1-55/+12
2019-06-24 Downloader: Propagate exceptions from decompressionSink->finish()Eelco Dolstra1-2/+7
2019-06-24 CachedDownloadResult: Include store pathEelco Dolstra1-0/+2
2019-06-24 downloadCached: Return ETagEelco Dolstra1-4/+13
2019-02-26 fix indentationDzmitry Zaitsau1-2/+2
2019-02-25 Apply param values on S3Helper initializationDzmitry Zaitsau1-1/+8
2019-02-25 Extend S3 URL parsing with parameters extractionDzmitry Zaitsau1-5/+17
2018-12-12 libstore: improve hash mismatch error messageszimbatm1-2/+2
2018-12-07 s3: make scheme configurableDaiderd Jordan1-1/+1
2018-11-20 Merge pull request #2216 from dtzWill/fix/curl-760-timeoutEelco Dolstra1-1/+2
2018-09-26 Ensure download thread livenessEelco Dolstra1-19/+26
2018-09-03 download: fix size reported to progress barWill Dietz1-1/+1
2018-08-06 Fix Brotli decompression in 'nix log'Eelco Dolstra1-24/+44
2018-08-06 Fix reporting of HTTP body size when a result callback is usedEelco Dolstra1-1/+4
2018-08-02 s3 binary cache: support specifying an endpointGraham Christensen1-1/+1
2018-07-31 Fix race downloading into a sinkEelco Dolstra1-6/+8
2018-06-18 Detect redirect loopsEelco Dolstra1-0/+2
2018-06-08 download: if there are active requests, never sleep for 10sWill Dietz1-1/+2
2018-06-05 Handle HTTP 410 Gone errorsEelco Dolstra1-1/+1
2018-06-05 Improve binary cache fallback testEelco Dolstra1-0/+5
2018-06-05 Further improve upload messagesEelco Dolstra1-8/+6
2018-06-01 download.cc: fix readCallback return type (int -> size_t)Will Dietz1-2/+2
2018-06-01 Improve binary cache upload messagesEelco Dolstra1-4/+14
2018-05-30 getDownloader(): SimplifyEelco Dolstra1-4/+2
2018-05-30 Make HttpBinaryCacheStore::narFromPath() run in constant memoryEelco Dolstra1-1/+91
2018-05-30 Simplify the callback mechanismEelco Dolstra1-17/+20
2018-05-30 Move some Download-specific settings to download.ccEelco Dolstra1-8/+24
2018-05-25 libstore/download: remove unused function "getTime()"Will Dietz1-7/+0
2018-05-09 make sure not to use cached channels for nix-channel --updateYorick van Pelt1-2/+1
2018-04-23 Merge branch 'hash-mismatch' of git://github.com/LnL7/nixShea Levy1-2/+2
2018-04-21 Merge pull request #1707 from dtzWill/fix/issue-1692Peter Simons1-1/+5
2018-04-20 download: make hash mismatch error consistent with fetchurlDaiderd Jordan1-2/+2
2018-03-22 download: improve error for hash mismatch ("store mismatch")Will Dietz1-2/+7
2018-03-22 download.cc: fix path for cached filesWill Dietz1-1/+1
2018-03-16 Don't retry on CURLE_SSL_CACERT_BADFILEEelco Dolstra1-0/+1
2018-03-14 Catch more possible instances of passing NULL to memcpy.Shea Levy1-0/+1
2018-02-23 Fix downloadCached() with a chroot storeEelco Dolstra1-2/+2
2018-01-31 Fix building without aws-sdk-cppEelco Dolstra1-4/+5
2018-01-31 Merge branch 'http-binary-cache-put-upsert' of https://github.com/adelbertc/nixEelco Dolstra1-1/+27
2018-01-31 Indent properlyEelco Dolstra1-3/+3
2018-01-26 HttpBinaryCacheStore: Support upsertFile with PUT.Shea Levy1-1/+27
2018-01-19 Don't retry CURLE_URL_MALFORMATEelco Dolstra1-0/+1
2017-12-09 Fix for builds with system libcurl < 7.30Benjamin Hipple1-1/+3
2017-11-30 ignore "interrupted" exception in progress callbackWill Dietz1-1/+5
2017-11-15 Add a "profile" option to S3BinaryCacheStoreEelco Dolstra1-1/+1
2017-11-01 Add fetchMercurial primopEelco Dolstra1-1/+1
2017-10-30 fetchurl/fetchTarball: Respect name changesEelco Dolstra1-1/+3
2017-10-02 Reverse retry logic to retry in all but a few casesDan Peebles1-20/+37
2017-09-18 Don't remove Content-Encoding in fetchurl / nix-prefetch-urlEelco Dolstra1-1/+2
2017-09-01 Abort curl downloads if there is no progress for 5 minutesEelco Dolstra1-1/+6