summary refs log tree commit diff
path: root/pkgs/build-support/fetchurl/builder.sh
Commit message (Expand)AuthorAge
* fetchurl: only allow empty hash when cacert is availableMatthew Bauer2020-06-09
* fetchurl: don’t run ‘postFetch’ on hashed-mirrorsMatthew Bauer2020-04-16
* fetchurl: warn on rev archives, resolves #32999Yegor Timoshenko2018-10-16
* Readd --retry 3Yegor Timoshenko2018-06-11
* fetchurl: add user agentDan Peebles2017-12-23
* fetchurl: remove unpaired call to `stopNest'Thomas Tuegel2017-07-21
* fetchurl: support executablesDomen Kožar2016-01-19
* fetchurl: Always use tarballs.nixos.orgEelco Dolstra2015-12-10
* fetchurl/builder.sh: style fix, close #10260ts4682015-10-07
* fix fetchurlAristid Breitkreuz2014-10-05
* fetchurl: fix mirroring after ecf5a08831f18e3ae2fc857c70d60fc11f622dd6Domen Kožar2014-10-05
* fetchurl: resume download of curl exits with status code 18Domen Kožar2014-10-01
* Add a function "fetchzip"Eelco Dolstra2014-05-08
* fetchUrl: add curlOpts parameter (merge #535)Gergely Risko2013-05-16
* fetchurl: Don't wait too long for the hashed mirrorsEelco Dolstra2013-02-06
* fetchurl: Remove some compatibility hacksEelco Dolstra2013-02-06
* * Remove a not very useful message that didn't get printed anywayEelco Dolstra2011-03-03
* Fix typo, thanks to Rob VermaasYury G. Kudryashov2010-05-28
* Let fetchurl retry failed downloads. Add NIX_CURL_FLAGS impure varYury G. Kudryashov2010-05-27
* Revert "adding NIX_CONTINUE_DOWNLOADS feature, see mkdir comment"Marc Weber2009-07-16
* adding NIX_CONTINUE_DOWNLOADS feature, see mkdir commentMarc Weber2009-07-16
* Allow question marks in URL...Michael Raskin2009-05-08
* * Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2008-11-14
* * Write the list of mirrors to a file that we can reuse betweenEelco Dolstra2008-08-22
* * Interface to support mirror:// in nix-prefetch-url. The functionEelco Dolstra2008-07-23
* * Allow the user to override the list of mirrors for specificEelco Dolstra2007-09-11
* * Allow the user to override the list of content-addressable mirrorsEelco Dolstra2007-09-11
* * Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead ofEelco Dolstra2007-08-27
* * Basic transparent mirror support in fetchurl (NIXPKGS-70). WhenEelco Dolstra2007-08-23
* * Handle weird cases when the server redirects us while setting aEelco Dolstra2006-12-15
* * Don't use EPSV.Eelco Dolstra2006-10-28
* * "." -> "source".Eelco Dolstra2005-12-05
* * `md5' -> `id' in compatibility mode.Eelco Dolstra2005-02-22
* * Check the hash, but only on Nix <= 0.7.Eelco Dolstra2005-02-22
* * Use Nix 0.8-style fixed outputs.Eelco Dolstra2005-02-21
* * Follow redirects. Eelco Dolstra2004-04-01
* * Add `--fail' to curl invocation to catch errors.Eelco Dolstra2004-04-01
* * Remove trivial builders.Eelco Dolstra2004-03-29
* * Typo fix.Eelco Dolstra2004-03-27
* * The stdenv setup script now defines a generic builder that allowsEelco Dolstra2004-03-19
* * Use md5sum instead of nix-hash.Eelco Dolstra2003-12-21
* * Renamed pkgs-ng to pkgs.Eelco Dolstra2003-11-14