Age | Commit message (Expand) | Author | Files | Lines |
2006-03-23 | * In `nix-env', look for derivations inside attribute sets that have | Eelco Dolstra | 2 | -1/+16 |
2006-03-23 | * Hm. | Eelco Dolstra | 1 | -2/+1 |
2006-03-15 | * Update copyright. | Eelco Dolstra | 1 | -0/+1 |
2006-03-14 | * Allow the resulting symlink of nix-build to be named, e.g., | Eelco Dolstra | 1 | -9/+31 |
2006-03-10 | * Allow `make check' to work in directories that have symlink | Eelco Dolstra | 3 | -23/+25 |
2006-03-10 | * `nix-env -qa --description' shows human-readable descriptions of | Eelco Dolstra | 7 | -25/+79 |
2006-03-10 | * Oops. | Eelco Dolstra | 1 | -1/+1 |
2006-03-10 | * In theory, this should reduce the number of ATermMap | Eelco Dolstra | 2 | -3/+4 |
2006-03-10 | * `nix-env -q' now accepts arguments that allow specific derivations | Eelco Dolstra | 2 | -45/+49 |
2006-03-10 | * Write messages to stderr, not stdout. | Eelco Dolstra | 1 | -1/+1 |
2006-03-09 | * Ugh, printHash() was very inefficient because it used | Eelco Dolstra | 1 | -5/+7 |
2006-03-09 | * Regression: semantics of the result of getDerivation() changed. | Eelco Dolstra | 1 | -2/+2 |
2006-03-09 | * Big speedup (factor > 2.5) in all nix-env operations that do actual | Eelco Dolstra | 2 | -3/+14 |
2006-03-08 | * When obtaining derivations from Nix expressions, ignore all | Eelco Dolstra | 3 | -70/+98 |
2006-03-08 | * Some refactoring of the exception handling code so that we can catch | Eelco Dolstra | 5 | -22/+45 |
2006-03-06 | * GCC 4.1 compatibility. | Eelco Dolstra | 1 | -1/+1 |
2006-03-06 | * `nix-env (-i|-u) --dry-run' now shows exactly which missing paths | Eelco Dolstra | 9 | -22/+120 |
2006-03-06 | * Regularise help text a bit. | Eelco Dolstra | 4 | -4/+4 |
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-03-01 | * Tests for fixed-output derivations (and attribute selection, incidentally). | Eelco Dolstra | 5 | -1/+67 |
2006-03-01 | * Tests to prevent a repeat of the parseHash32 debacle. | Eelco Dolstra | 1 | -0/+7 |
2006-03-01 | * Flags `--to-base32' and `--to-base16' to convert between hex and | Eelco Dolstra | 1 | -2/+19 |
2006-03-01 | * Ouch, parseHash32 was completely broken. All digits >= 4 were | Eelco Dolstra | 1 | -1/+1 |
2006-03-01 | * db.hh shouldn't depend on the Berkeley DB headers. | Eelco Dolstra | 5 | -3/+13 |
2006-03-01 | * Doh! | Eelco Dolstra | 1 | -1/+1 |
2006-03-01 | * Close the database before the destructor runs. | Eelco Dolstra | 4 | -0/+15 |
2006-03-01 | * More test coverage. | Eelco Dolstra | 7 | -0/+15 |
2006-03-01 | * Doh! | Eelco Dolstra | 1 | -2/+2 |
2006-03-01 | * Test `nix-store -q --binding'. | Eelco Dolstra | 2 | -0/+3 |
2006-03-01 | * Test `nix-store --add' and `nix-store -q --hash'. | Eelco Dolstra | 2 | -4/+17 |
2006-03-01 | * New suppressions. | Eelco Dolstra | 1 | -0/+54 |
2006-03-01 | * Uninitialised variable. Fixes the --delete test. | Eelco Dolstra | 1 | -1/+1 |
2006-03-01 | * Wrong delete. Thanks valgrind. | Eelco Dolstra | 1 | -1/+1 |
2006-03-01 | * TDD! Woohoo! | Eelco Dolstra | 5 | -2/+22 |
2006-03-01 | * Oops! | Eelco Dolstra | 2 | -2/+3 |
2006-03-01 | * Test the nix-store --gc subflags. | Eelco Dolstra | 1 | -1/+11 |
2006-03-01 | * Test nix-build. This also tests indirect roots. | Eelco Dolstra | 5 | -4/+24 |
2006-03-01 | * Clear the substitutes prior to running the test. | Eelco Dolstra | 1 | -1/+1 |
2006-03-01 | * Add a test for nix-log2xml. | Eelco Dolstra | 7 | -8/+41 |
2006-03-01 | * Generate valid HTML. | Eelco Dolstra | 1 | -15/+22 |
2006-03-01 | * Remove dead code. | Eelco Dolstra | 1 | -30/+0 |
2006-03-01 | * Simplification. | Eelco Dolstra | 21 | -67/+77 |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | 23 | -33/+78 |
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 | * Aha! | Eelco Dolstra | 1 | -3/+2 |
2006-02-22 | * WTF? | Eelco Dolstra | 1 | -0/+1 |
2006-02-22 | * Separate the cache reading code. | Eelco Dolstra | 2 | -25/+28 |