Age | Commit message (Expand) | Author | Files | Lines |
2007-02-20 | * Close the file - just in case. | Eelco Dolstra | 1 | -0/+3 |
2007-01-23 | * New kind of manifest object: "localPath", which denotes that a store | Eelco Dolstra | 8 | -22/+73 |
2007-01-23 | * Successors have been gone for ages. | Eelco Dolstra | 8 | -32/+15 |
2007-01-22 | * nix-prefetch-url: change the default hash to SHA-256 (in base-32). | Eelco Dolstra | 1 | -1/+1 |
2007-01-13 | * nix-pack-closure: store the top-level store paths in the closure. | Eelco Dolstra | 2 | -0/+16 |
2007-01-13 | * Removed chroot support. | Eelco Dolstra | 2 | -5/+0 |
2007-01-11 | (no commit message) | Eelco Dolstra | 1 | -1/+2 |
2007-01-11 | * Install generate-patches into libexec. | Eelco Dolstra | 1 | -0/+1 |
2007-01-08 | * Reject patches that are larger than a certain fraction of the full archive | Eelco Dolstra | 1 | -4/+13 |
2007-01-08 | * Huge speedup in patch propagation (20 minutes or so to 3 seconds). | Eelco Dolstra | 1 | -8/+15 |
2006-12-15 | * Handle weird cases when the server redirects us while setting a cookie. | Eelco Dolstra | 1 | -1/+1 |
2006-12-08 | * Kill a build if it has gone for more than a certain number of | Eelco Dolstra | 1 | -0/+6 |
2006-11-18 | * Show more progress. | Eelco Dolstra | 1 | -1/+3 |
2006-10-31 | * Oops, `nix-build --no-out-link' was broken. | Eelco Dolstra | 1 | -1/+1 |
2006-10-28 | * Don't use EPSV. | Eelco Dolstra | 1 | -1/+1 |
2006-10-19 | * nix-build: check the exit status of `nix-store -r'. | Eelco Dolstra | 1 | -4/+6 |
2006-10-12 | * Reduce the maximum archive size for patch generation to 100 MB to | Eelco Dolstra | 2 | -2/+2 |
2006-10-04 | * tmpnam() -> File::Temp::tempdir(). | Eelco Dolstra | 7 | -53/+41 |
2006-09-25 | * Quick hack to let nix-install-package set the package name properly | Eelco Dolstra | 1 | -1/+1 |
2006-09-25 | * In `nix-channel --update', skip manifests that assume a Nix store at | Eelco Dolstra | 2 | -2/+21 |
2006-09-25 | * Clean up calls to system(). | Eelco Dolstra | 8 | -26/+26 |
2006-09-25 | * Use builtins.toPath. | Eelco Dolstra | 1 | -2/+2 |
2006-09-21 | * `nix-install-package --url': install from a URL (NIX-12). | Eelco Dolstra | 3 | -21/+107 |
2006-09-21 | * Try konsole and gnome-terminal in addition to xterm. | Eelco Dolstra | 1 | -1/+3 |
2006-09-20 | * Absolute path to rm (NIX-51). | Eelco Dolstra | 2 | -5/+5 |
2006-09-20 | * Hide warnings about a missing "lsof" (NIX-54). | Eelco Dolstra | 1 | -1/+1 |
2006-09-20 | * Use paths, not strings, when calling the function that generates | Eelco Dolstra | 1 | -10/+17 |
2006-09-19 | * Doh. | Eelco Dolstra | 1 | -2/+1 |
2006-09-19 | * Doh! Of course we have to take execute permission into account. | Eelco Dolstra | 1 | -2/+9 |
2006-09-19 | * `optimise-store.pl' reduces disk space consumption by hard-linking | Eelco Dolstra | 1 | -16/+40 |
2006-09-19 | * Cleanups. | Eelco Dolstra | 1 | -19/+12 |
2006-09-19 | * `show-duplication.pl', a small utility that shows the amount of | Eelco Dolstra | 2 | -1/+73 |
2006-09-06 | * Convenience option `nix-collect-garbage -d' (--delete-old): removes | Eelco Dolstra | 1 | -2/+42 |
2006-08-09 | * file:/ -> file:// | Eelco Dolstra | 1 | -1/+1 |
2006-08-08 | rework the --target flag. If this flag is used, a URI should be given. Default | Armijn Hemel | 1 | -4/+4 |
2006-08-07 | * In nar.nix, path -> storePath, otherwise we get a collision between | 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 | 2 | -0/+4 |
2006-08-04 | * Use old-school pipe opens; the new style is Perl >= 5.8.0. | Eelco Dolstra | 1 | -2/+3 |
2006-08-04 | * Remove the dependency on `date', use strftime instead. | Eelco Dolstra | 1 | -3/+2 |
2006-08-03 | urgh...for some weird reason this one-liner was not in svn. PEBKAC! | Armijn Hemel | 1 | -1/+1 |
2006-08-01 | * Better error checking. | Eelco Dolstra | 1 | -2/+2 |
2006-08-01 | add a flag --target, so we can override the URL in the MANIFEST file. This | Armijn Hemel | 1 | -0/+9 |
2006-07-28 | * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passed | Eelco Dolstra | 1 | -2/+10 |
2006-07-21 | * Don't try to do DNS lookups. | Eelco Dolstra | 2 | -2/+2 |
2006-07-19 | * Added a tool to find additional roots for the garbage collector, | Eelco Dolstra | 2 | -2/+62 |
2006-05-31 | * This may be useful in the future. | Eelco Dolstra | 3 | -2/+21 |
2006-05-08 | * Remove old manifests in `nix-channel --update'. | Eelco Dolstra | 1 | -0/+8 |
2006-03-14 | * Allow the resulting symlink of nix-build to be named, e.g., | Eelco Dolstra | 1 | -9/+31 |
2006-03-10 | * Write messages to stderr, not stdout. | Eelco Dolstra | 1 | -1/+1 |