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