aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-prefetch-url.in
AgeCommit message (Expand)Author
2014-08-29Shut up "Wide character" warnings in Perl scriptsEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-13Use $XDG_RUNTIME_DIR for temporary filesEelco Dolstra
2012-10-23nix-prefetch-url: Improve option handlingEelco Dolstra
2012-10-17nix-push: Only generate and copy a NAR if it doesn't already existEelco Dolstra
2011-12-02* nix-prefetch-url: rewritten in Perl.Eelco Dolstra
2011-10-10* Set the executable bit on scripts.Eelco Dolstra
2011-10-10* Install NixManifest.pm, NixConfig.pm and GeneratePatches.pm underEelco Dolstra
2010-03-05* nix-prefetch-url depends on sed (seeEelco Dolstra
2010-02-16* Since Hydra now escapes `+', `=' and `?' to %NN in URIs,Eelco Dolstra
2009-02-27* Use the regular progress bar; the hash bar isn't very useful whenEelco Dolstra
2008-07-23* A quick hack to make nix-prefetch-url support mirror:// URLs. ItEelco Dolstra
2008-03-28* Fix for NIX-101 (should use an absolute path for call to nix-hash).Eelco Dolstra
2007-11-05* nix-prefetch-url: don't fail if /tmp/nix-prefetch-url-<pid> exists,Eelco Dolstra
2007-09-18* Remove garbage.Eelco Dolstra
2007-08-15* Show errors in nix-prefetch-url.Eelco Dolstra
2007-08-10* Don't rely on /dev/stdin.Eelco Dolstra
2007-08-09* nix-prefetch-url: support caching. If the environment variableEelco Dolstra
2007-02-26* Error message to stdout.Eelco Dolstra
2007-01-22* nix-prefetch-url: change the default hash to SHA-256 (in base-32).Eelco Dolstra
2007-01-13* Removed chroot support.Eelco Dolstra
2007-01-11(no commit message)Eelco Dolstra
2006-12-15* Handle weird cases when the server redirects us while setting a cookie.Eelco Dolstra
2006-10-28* Don't use EPSV.Eelco Dolstra
2006-08-05add coreutils to the default PATH for this scripts, so we know for sure we ha...Armijn Hemel
2006-08-05prevent doing recursive chroots, by unsetting NIX_ROOT in the scripts.Armijn Hemel
2005-04-07* `nix-store --add-fixed' to preload the outputs of fixed-outputEelco Dolstra
2005-03-14* Idem.Eelco Dolstra
2005-03-14* Print SHA-1 hashes in base-32 by default.Eelco Dolstra
2005-03-11* nix-install-package: install outPath, not drvPath, for now.Eelco Dolstra
2005-02-24* Properly specify the hash algorithm in the manifests, and read itEelco Dolstra
2005-02-22* Support for fixed-output hashes over directory trees (i.e., over theEelco Dolstra
2005-01-25* Really fix the substitute mechanism, i.e., ensure the closureEelco Dolstra
2005-01-17* Removed the `id' attribute hack.Eelco Dolstra
2004-12-20* Sync with changed substitute mechanism.Eelco Dolstra
2004-12-13* Allow an optional hash to be provided. This prevents redundantEelco Dolstra
2004-10-20* Fix nix-prefetch-url in setuid Nix installations.Eelco Dolstra
2004-06-21* Adapted nix-pull to use the new substitute mechanism.Eelco Dolstra
2004-04-21* Channels. These allow you to stay current with an evolving set ofEelco Dolstra
2004-04-06* Switched from wget to curl.Eelco Dolstra
2004-03-15* Make perl a dependency of Nix.Eelco Dolstra
2004-02-20* Use $(storedir) instead of $(prefix)/store.Eelco Dolstra
2004-02-10* Lots of manual stuff. Reference pages for most Nix commands.Eelco Dolstra
2003-12-01* Use a system name that does not include the OS manufacturer (i.e.,Eelco Dolstra
2003-11-22* Maintain integrity of the substitute and successor mappings whenEelco Dolstra
2003-10-02* Use passive FTP in wget.Eelco Dolstra
2003-08-15* A script `nix-prefetch-url' to fetch a URL, place it in the NixEelco Dolstra