about summary refs log tree commit diff
path: root/src/libstore/download.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-08-31 Add an activity for binary cache queriesEelco Dolstra1-1/+1
2017-08-28 Give activities a verbosity level againEelco Dolstra1-1/+1
2017-08-25 Allow activities to be nestedEelco Dolstra1-1/+1
2017-08-16 Progress indicator: CleanupEelco Dolstra1-1/+1
2017-08-16 Improve substitution progress indicatorEelco Dolstra1-6/+5
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-15/+15
2017-07-11 fetchTarball: Prevent concurrent downloads of the same fileEelco Dolstra1-0/+4
2017-07-04 Support base-64 hashesEelco Dolstra1-1/+1
2017-07-03 Replace a few bool flags with enumsEelco Dolstra1-2/+2
2017-06-12 Provide a builtin default for $NIX_SSL_CERT_FILEEelco Dolstra1-3/+4
2017-05-16 Improve progress indicatorEelco Dolstra1-32/+6
2017-05-11 Add an option for extending the user agent headerEelco Dolstra1-1/+3
2017-05-11 Tweak error messageEelco Dolstra1-1/+1
2017-05-11 LocalStore::addToStore(): Check info.narSizeEelco Dolstra1-0/+1
2017-04-19 Reimplement connect-timeoutEelco Dolstra1-0/+2
2017-04-14 Shut up some warningsEelco Dolstra1-1/+1
2017-04-13 Convert Settings to the new config systemEelco Dolstra1-1/+1
2017-04-13 Merge branch 'rework-options' of https://github.com/copumpkin/nixEelco Dolstra1-3/+3
2017-04-10 Add CURLE_WRITE_ERROR as a transient error conditionDan Peebles1-0/+5
2017-04-06 Retry downloads on transient SSL errors tooDan Peebles1-0/+2
2017-03-31 Retry curl error 16Eelco Dolstra1-0/+1
2017-03-15 runProgram(): Distinguish between empty input and no inputEelco Dolstra1-1/+1
2017-03-15 S3BinaryCacheStore: Support compression of narinfo and log filesEelco Dolstra1-5/+11
2017-03-15 Add support for brotli compressionEelco Dolstra1-2/+19
2017-03-12 Merge branch 'configurable-aws-region'Shea Levy1-1/+4
2017-03-06 Properly set the caFile for aws-sdk-cpp s3Shea Levy1-2/+1
2017-03-03 Add aws-region param to S3 store URLsShea Levy1-1/+4
2017-02-28 Fix building against older curl versionsEelco Dolstra1-1/+4
2017-02-27 Retry downloads on HTTP/2 stream errorsEelco Dolstra1-1/+3
2017-02-22 Explicitly model all settings and fail on unrecognized onesDan Peebles1-3/+3
2017-02-22 RemoteStore::addToStore(): Pass content-addressability assertionEelco Dolstra1-0/+1
2017-02-21 Handle CURLE_RECV_ERROR as a transient errorEelco Dolstra1-1/+1
2017-02-21 Fix building without S3 supportEelco Dolstra1-1/+1
2017-02-16 Move netrcFile to SettingsEelco Dolstra1-5/+2
2017-02-16 Include "curl" in the User-Agent headerEelco Dolstra1-1/+1
2017-02-16 Merge pull request #1215 from k0001/netrc-1Eelco Dolstra1-0/+8
2017-02-14 Add support for s3:// URIsEelco Dolstra1-1/+27
2017-02-09 Documentation.Renzo Carbonara1-0/+3