Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-03-03 | * More online help. | Eelco Dolstra | 1 | -1/+15 |
2006-03-03 | * Rewrote nix-build in Perl, since sh is just too limited (turns out | Eelco Dolstra | 1 | -78/+87 |
2006-02-24 | * Remove debug statement. | Eelco Dolstra | 1 | -3/+0 |
2006-02-24 | * A script to remove from a manifest those patches whose base or | Eelco Dolstra | 1 | -0/+77 |
2006-02-24 | * Canonicalise manifests a bit by sorting them. | Eelco Dolstra | 1 | -2/+2 |
2006-02-22 | * Separate the cache reading code. | Eelco Dolstra | 2 | -25/+28 |
2006-02-22 | * Directory for nix.cs.uu.nl manifest / cache maintenance scripts. | Eelco Dolstra | 2 | -0/+2 |
2006-02-22 | * Use right directories for NAR files and patches. | Eelco Dolstra | 1 | -4/+5 |
2006-02-10 | * Enable the --attr in nix-build as well (and add -A as an alias). | Eelco Dolstra | 1 | -6/+15 |
2006-02-01 | * Add @bindir@. | Eelco Dolstra | 1 | -1/+1 |
2006-01-26 | * Don't force a build of derivations. | Eelco Dolstra | 1 | -2/+1 |
2006-01-12 | * New tools nix-pack-closure and nix-unpack-closure. These provide a | Eelco Dolstra | 3 | -2/+152 |
2005-12-13 | * Change `referer' to `referrer' throughout. In particular, the | Eelco Dolstra | 1 | -7/+7 |
2005-11-17 | * FreeBSD compatibility fix. | Eelco Dolstra | 1 | -1/+2 |
2005-10-29 | * Turn off build hooks in nix-push because of an impurity (NIX-21). | Eelco Dolstra | 1 | -1/+11 |
2005-10-11 | add @coreutils@ to correctly use coreutils to create a profile. This is needed | Armijn Hemel | 1 | -1/+1 |
2005-09-21 | * Remove other uses of IPC::Open2. | Eelco Dolstra | 1 | -20/+8 |
2005-09-21 | * Don't use IPC::Open2, it has a subtle race bug on Mac OS X 10.4. If | Eelco Dolstra | 1 | -8/+2 |
2005-09-16 | * Remove dead file. | Eelco Dolstra | 1 | -2/+0 |
2005-09-16 | * Set the current directory to something well-defined. Might help in | Eelco Dolstra | 1 | -0/+2 |
2005-09-15 | * Use a proper temporary directory. | Eelco Dolstra | 1 | -7/+19 |
2005-07-13 | * nix-build: default to `./default.nix' if no paths are specified. | Eelco Dolstra | 1 | -28/+38 |
2005-06-18 | * Don't create patches for archives >= 150 MB because bsdiff can't | Eelco Dolstra | 1 | -1/+13 |
2005-05-10 | * Make unpacking of patch sequences much faster by not doing redundant | Eelco Dolstra | 1 | -16/+32 |
2005-04-12 | * Argh! The patch downloader was broken due to the renaming of the | Eelco Dolstra | 1 | -1/+1 |
2005-04-12 | * Damn. Disable the USE heuristic for now, since the deriver in the | Eelco Dolstra | 1 | -4/+4 |
2005-04-08 | * nix-store: `--substitute' -> `--register-substitutes'. | Eelco Dolstra | 1 | -1/+1 |
2005-04-07 | * Get rid of fetchurl, we don't need it anymore. | Eelco Dolstra | 1 | -8/+8 |
2005-04-07 | * `nix-store --add-fixed' to preload the outputs of fixed-output | Eelco Dolstra | 1 | -32/+31 |
2005-04-04 | * I said it couldn't be done. I was wrong. | Eelco Dolstra | 1 | -0/+111 |
2005-03-25 | * Better error checking. | Eelco Dolstra | 1 | -0/+1 |
2005-03-18 | * Ignore hash conflicts in gc-releases.pl. | Eelco Dolstra | 3 | -5/+10 |
2005-03-15 | * Use SHA-256 for nix-push. | Eelco Dolstra | 2 | -18/+30 |
2005-03-14 | * Idem. | Eelco Dolstra | 1 | -1/+1 |
2005-03-14 | * Pass `--base32' unless using MD5. | Eelco Dolstra | 1 | -1/+3 |
2005-03-14 | * Parse new hash format properly. | Eelco Dolstra | 1 | -6/+15 |
2005-03-14 | * Print SHA-1 hashes in base-32 by default. | Eelco Dolstra | 1 | -2/+7 |
2005-03-14 | * Prefix hash algorithm in patch generator too. | Eelco Dolstra | 1 | -8/+9 |
2005-03-14 | * Set NAR name to content hash; previous nix-push names were not | Eelco Dolstra | 2 | -25/+13 |
2005-03-14 | * Script to garbage collect nix-push directories. It prints out all | Eelco Dolstra | 1 | -0/+75 |
2005-03-11 | * nix-install-package: install outPath, not drvPath, for now. | Eelco Dolstra | 2 | -2/+3 |
2005-03-03 | * Channel fix. | Eelco Dolstra | 1 | -1/+1 |
2005-03-01 | * Doh! | Eelco Dolstra | 1 | -1/+1 |
2005-03-01 | * Add missing file to dist. | Eelco Dolstra | 1 | -1/+2 |