aboutsummaryrefslogtreecommitdiff
path: root/scripts/download-from-binary-cache.pl.in
AgeCommit message (Expand)Author
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
2012-08-27Disable the binary cache substituter by default for nowEelco Dolstra
2012-08-27Drop dependency on List::MoreUtilsEelco Dolstra
2012-08-01nix-channel: Use binary caches advertised by channelsEelco Dolstra
2012-08-01download-from-binary-cache: Remove duplicate URLsEelco Dolstra
2012-08-01Report substituter errors to clients of the Nix daemonEelco Dolstra
2012-07-31Allow daemon users to override ‘binary-caches’Eelco Dolstra
2012-07-30Do some validation of URLsEelco Dolstra
2012-07-30Get rid of $NIX_BINARY_CACHESEelco Dolstra
2012-07-27Allow a binary cache to declare that it doesn't support "nix-env -qas"Eelco Dolstra
2012-07-27Let build.cc verify the expected hash of a substituter's outputEelco Dolstra
2012-07-27download-using-manifests: Don't use nix-prefetch-urlEelco Dolstra
2012-07-27Remove trailing whitespace / tabsEelco Dolstra