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