Age | Commit message (Expand) | Author | Files | Lines |
2015-02-19 | FIXMEs | Eelco Dolstra | 1 | -0/+4 |
2015-01-15 | Set correct user agent for NAR downloads from binary caches | Eelco Dolstra | 1 | -2/+4 |
2014-12-09 | Doh | Eelco Dolstra | 1 | -1/+1 |
2014-12-09 | Add option to disable binary cache certificate checking | Eelco Dolstra | 1 | -1/+7 |
2014-12-09 | Provide some fallback defaults for the CA bundle | Eelco Dolstra | 1 | -0/+2 |
2014-12-09 | Use https://cache.nixos.org instead of http://cache.nixos.org | Eelco Dolstra | 1 | -1/+1 |
2014-11-04 | download-from-binary-cache.pl: Fix flushing of stderr | Eelco Dolstra | 1 | -0/+1 |
2014-10-15 | Revert "binary download: Use $NIX_CURL_FLAGS" | Eelco Dolstra | 1 | -1/+1 |
2014-10-14 | binary download: Use $NIX_CURL_FLAGS | wmertens | 1 | -1/+1 |
2014-08-29 | Shut up "Wide character" warnings in Perl scripts | Eelco Dolstra | 1 | -0/+2 |
2014-08-21 | Set a curl timeout on binary cache lookups | Eelco Dolstra | 1 | -0/+1 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 1 | -3/+3 |
2014-08-07 | Warn about untrusted binary caches in extra-binary-caches | Eelco Dolstra | 1 | -2/+5 |
2014-08-07 | download-from-binary-cache.pl: Respect $SSL_CERT_FILE | Eelco Dolstra | 1 | -1/+1 |
2014-02-26 | Also provide an option for setting the curl connection timeout | Eelco Dolstra | 1 | -1/+4 |
2014-02-26 | Respect $NIX_CONNECT_TIMEOUT properly | Eelco Dolstra | 1 | -2/+4 |
2014-02-26 | Fix broken patch | Eelco Dolstra | 1 | -1/+1 |
2014-02-26 | use USER environmental variable if getting user id by getpwuid is failed in p... | Ian-Woo Kim | 1 | -1/+1 |
2014-01-08 | Support cryptographically signed binary caches | Eelco Dolstra | 1 | -6/+18 |
2013-10-24 | Fix segfault on Darwin | Eelco Dolstra | 1 | -0/+1 |
2013-07-01 | Add support for uncompressed NARs in binary caches | Eelco Dolstra | 1 | -3/+4 |
2013-06-20 | Don't keep "disabled" substituters running | Eelco Dolstra | 1 | -4/+7 |
2013-06-07 | download-from-binary-cache.pl: Respect $NIX_CONNECT_TIMEOUT | Eelco Dolstra | 1 | -0/+1 |
2013-06-07 | Replace $NIX_DEBUG_SUBST with an option ‘debug-subst’ | Eelco Dolstra | 1 | -1/+1 |
2013-06-07 | download-from-binary-cache.pl: Show if we're waiting for a URL | Eelco Dolstra | 1 | -3/+15 |
2013-06-05 | download-from-binary-cache.pl: Fix race condition | Eelco Dolstra | 1 | -3/+4 |
2013-06-05 | Update the default binary cache URL to cache.nixos.org | Eelco Dolstra | 1 | -1/+1 |
2013-06-04 | download-from-binary-cache.pl: Treat a 403 error as a 404 | Eelco Dolstra | 1 | -2/+2 |
2013-05-15 | download-from-binary-cache.pl: Get rid of an uninitialized value warning | Eelco Dolstra | 1 | -1/+1 |
2013-05-07 | Add option ‘extra-binary-caches’ | Eelco Dolstra | 1 | -1/+10 |
2013-04-23 | Fix --fallback with the binary cache substituter | Eelco Dolstra | 1 | -0/+1 |
2013-04-23 | Test NAR info caching | Eelco Dolstra | 1 | -4/+12 |
2013-01-02 | Reinstate the http://nixos.org/binary-cache default for the binary-caches set... | Eelco Dolstra | 1 | -2/+2 |
2012-12-21 | download-from-binary-cache: Use the channels of the calling user rather than ... | Eelco Dolstra | 1 | -1/+3 |
2012-12-06 | Set a long SQLite timeout in the binary cache substituter | Eelco Dolstra | 1 | -0/+2 |
2012-11-06 | download-from-binary-cache: Try next cache if downloading a NAR fails | Eelco Dolstra | 1 | -1/+1 |
2012-11-06 | Process binary caches in order of priority | Eelco Dolstra | 1 | -7/+14 |
2012-11-06 | Add an option ‘use-binary-caches’ | Eelco Dolstra | 1 | -0/+4 |
2012-11-06 | Fix "Not an ARRAY reference" error | Eelco Dolstra | 1 | -1/+1 |
2012-10-17 | nix-push: Only generate and copy a NAR if it doesn't already exist | Eelco Dolstra | 1 | -40/+10 |
2012-10-11 | download-from-binary-cache: Remove duplicate entries in trustedURLs | Eelco Dolstra | 1 | -1/+1 |
2012-10-02 | Add operation ‘nix-store --repair-path’ | Eelco Dolstra | 1 | -3/+4 |
2012-09-21 | Style fix | Eelco Dolstra | 1 | -1/+1 |
2012-09-13 | Put a time-to-live on negative binary cache lookups | Eelco Dolstra | 1 | -3/+30 |
2012-09-13 | Doh | Eelco Dolstra | 1 | -2/+2 |
2012-09-13 | Delete manifests in "nix-channel --remove" or when a binary cache is available | Eelco Dolstra | 1 | -0/+1 |
2012-09-12 | Compatibility fix for WWW::Curl < 4.14 | Eelco Dolstra | 1 | -1/+2 |
2012-08-27 | Disable the binary cache substituter by default for now | Eelco Dolstra | 1 | -3/+2 |
2012-08-27 | Drop dependency on List::MoreUtils | Eelco Dolstra | 1 | -3/+2 |
2012-08-01 | nix-channel: Use binary caches advertised by channels | Eelco Dolstra | 1 | -0/+10 |