summaryrefslogtreecommitdiff
path: root/pkgs/build-support/fetchurl/builder.sh
AgeCommit message (Expand)Author
2025-12-19fetchurl: builder.sh: handle `urls` as a Bash arrayYueh-Shun Li
2025-12-18fetchurl: builder.sh: simplify curlOpts/curlOptsList appendingYueh-Shun Li
2025-12-18fetchurl: builder.sh: convert curlOpts to string if array encounteredYueh-Shun Li
2025-12-17fetchurl: move netrcPhase invokation into build.shYueh-Shun Li
2025-12-14fetchurl: fix handling of fallback URLsSergei Trofimovich
2025-12-09fetchurl: use __structuredAttrs = true and pass curlOptsList directlyYueh-Shun Li
2025-09-29fetchurl: fix hashedMirrors with downloadToTempAlexander Bantyev
2025-01-27fetchurl: improve error handling flags to curl to retry harder (#358042)Philip Taron
2024-12-29treewide: load structured attributes in all bash builders consistentlyWolfgang Walther
2024-11-21improve error handling flags to curllolbinarycat
2024-10-26fetchurl: revert enabling TLS verification when `NIX_SSL_CERT_FILE`Thomas Gerbet
2024-10-22fetchurl: enable TLS verification when `NIX_SSL_CERT_FILE` is setThomas Gerbet
2023-10-04treewide: refactor `.attrs.sh` detectionMaximilian Bosch
2023-01-16treewide: remove usages of header and stopNestArtturin
2022-12-08treewide: source .attrs in buildersArtturin
2022-04-26fetchurl: Introduce curlOptsList as an improvement over curlOptsSilvan Mosberger
2020-06-09fetchurl: only allow empty hash when cacert is availableMatthew Bauer
2020-04-16fetchurl: don’t run ‘postFetch’ on hashed-mirrorsMatthew Bauer
2018-10-16fetchurl: warn on rev archives, resolves #32999Yegor Timoshenko
2018-06-11Readd --retry 3Yegor Timoshenko
2017-12-23fetchurl: add user agentDan Peebles
2017-07-21fetchurl: remove unpaired call to `stopNest'Thomas Tuegel
2016-01-19fetchurl: support executablesDomen Kožar
2015-12-10fetchurl: Always use tarballs.nixos.orgEelco Dolstra
2015-10-07fetchurl/builder.sh: style fix, close #10260ts468
2014-10-05fix fetchurlAristid Breitkreuz
2014-10-05fetchurl: fix mirroring after ecf5a08831f18e3ae2fc857c70d60fc11f622dd6Domen Kožar
2014-10-01fetchurl: resume download of curl exits with status code 18Domen Kožar
2014-05-08Add a function "fetchzip"Eelco Dolstra
2013-05-16fetchUrl: add curlOpts parameter (merge #535)Gergely Risko
2013-02-06fetchurl: Don't wait too long for the hashed mirrorsEelco Dolstra
2013-02-06fetchurl: Remove some compatibility hacksEelco Dolstra
2011-03-03* Remove a not very useful message that didn't get printed anywayEelco Dolstra
2010-05-28Fix typo, thanks to Rob VermaasYury G. Kudryashov
2010-05-27Let fetchurl retry failed downloads. Add NIX_CURL_FLAGS impure varYury G. Kudryashov
2009-07-16Revert "adding NIX_CONTINUE_DOWNLOADS feature, see mkdir comment"Marc Weber
2009-07-16adding NIX_CONTINUE_DOWNLOADS feature, see mkdir commentMarc Weber
2009-05-08Allow question marks in URL...Michael Raskin
2008-11-14* Get rid of all references to nix.cs.uu.nl.Eelco Dolstra
2008-08-22* Write the list of mirrors to a file that we can reuse betweenEelco Dolstra
2008-07-23* Interface to support mirror:// in nix-prefetch-url. The functionEelco Dolstra
2007-09-11* Allow the user to override the list of mirrors for specificEelco Dolstra
2007-09-11* Allow the user to override the list of content-addressable mirrorsEelco Dolstra
2007-08-27* Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead ofEelco Dolstra
2007-08-23* Basic transparent mirror support in fetchurl (NIXPKGS-70). WhenEelco Dolstra
2006-12-15* Handle weird cases when the server redirects us while setting aEelco Dolstra
2006-10-28* Don't use EPSV.Eelco Dolstra
2005-12-05* "." -> "source".Eelco Dolstra
2005-02-22* `md5' -> `id' in compatibility mode.Eelco Dolstra
2005-02-22* Check the hash, but only on Nix <= 0.7.Eelco Dolstra