aboutsummaryrefslogtreecommitdiff
path: root/scripts/download-from-binary-cache.pl.in
AgeCommit message (Expand)Author
2016-01-05Verify TLS certificate before downloading binariesPhilip Potter
2015-11-25Set default binary-caches-parallel-connections to 25Eelco Dolstra
2015-09-25Also set CURLOPT_SSL_VERIFYHOST=0 when "verify-https-binary-caches" is falseUtku Demir
2015-02-19FIXMEsEelco Dolstra
2015-01-15Set correct user agent for NAR downloads from binary cachesEelco Dolstra
2014-12-09DohEelco Dolstra
2014-12-09Add option to disable binary cache certificate checkingEelco Dolstra
2014-12-09Provide some fallback defaults for the CA bundleEelco Dolstra
2014-12-09Use https://cache.nixos.org instead of http://cache.nixos.orgEelco Dolstra
2014-11-04download-from-binary-cache.pl: Fix flushing of stderrEelco Dolstra
2014-10-15Revert "binary download: Use $NIX_CURL_FLAGS"Eelco Dolstra
2014-10-14binary download: Use $NIX_CURL_FLAGSwmertens
2014-08-29Shut up "Wide character" warnings in Perl scriptsEelco Dolstra
2014-08-21Set a curl timeout on binary cache lookupsEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-07Warn about untrusted binary caches in extra-binary-cachesEelco Dolstra
2014-08-07download-from-binary-cache.pl: Respect $SSL_CERT_FILEEelco Dolstra
2014-02-26Also provide an option for setting the curl connection timeoutEelco Dolstra
2014-02-26Respect $NIX_CONNECT_TIMEOUT properlyEelco Dolstra
2014-02-26Fix broken patchEelco Dolstra
2014-02-26use USER environmental variable if getting user id by getpwuid is failed in p...Ian-Woo Kim
2014-01-08Support cryptographically signed binary cachesEelco Dolstra
2013-10-24Fix segfault on DarwinEelco Dolstra
2013-07-01Add support for uncompressed NARs in binary cachesEelco Dolstra
2013-06-20Don't keep "disabled" substituters runningEelco Dolstra
2013-06-07download-from-binary-cache.pl: Respect $NIX_CONNECT_TIMEOUTEelco Dolstra
2013-06-07Replace $NIX_DEBUG_SUBST with an option ‘debug-subst’Eelco Dolstra
2013-06-07download-from-binary-cache.pl: Show if we're waiting for a URLEelco Dolstra
2013-06-05download-from-binary-cache.pl: Fix race conditionEelco Dolstra
2013-06-05Update the default binary cache URL to cache.nixos.orgEelco Dolstra
2013-06-04download-from-binary-cache.pl: Treat a 403 error as a 404Eelco Dolstra
2013-05-15download-from-binary-cache.pl: Get rid of an uninitialized value warningEelco Dolstra
2013-05-07Add option ‘extra-binary-caches’Eelco Dolstra
2013-04-23Fix --fallback with the binary cache substituterEelco Dolstra
2013-04-23Test NAR info cachingEelco Dolstra
2013-01-02Reinstate the http://nixos.org/binary-cache default for the binary-caches set...Eelco Dolstra
2012-12-21download-from-binary-cache: Use the channels of the calling user rather than ...Eelco Dolstra
2012-12-06Set a long SQLite timeout in the binary cache substituterEelco Dolstra
2012-11-06download-from-binary-cache: Try next cache if downloading a NAR failsEelco Dolstra
2012-11-06Process binary caches in order of priorityEelco Dolstra
2012-11-06Add an option ‘use-binary-caches’Eelco Dolstra
2012-11-06Fix "Not an ARRAY reference" errorEelco Dolstra
2012-10-17nix-push: Only generate and copy a NAR if it doesn't already existEelco Dolstra
2012-10-11download-from-binary-cache: Remove duplicate entries in trustedURLsEelco Dolstra
2012-10-02Add operation ‘nix-store --repair-path’Eelco Dolstra
2012-09-21Style fixEelco Dolstra
2012-09-13Put a time-to-live on negative binary cache lookupsEelco Dolstra
2012-09-13DohEelco Dolstra
2012-09-13Delete manifests in "nix-channel --remove" or when a binary cache is availableEelco Dolstra
2012-09-12Compatibility fix for WWW::Curl < 4.14Eelco Dolstra