Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-21 | * `nix-install-package --url': install from a URL (NIX-12). | Eelco Dolstra | |
* `nix-install-package --help' (NIX-9). * `nix-install-package --non-interactive': don't prompt or pause. * Tests for nix-install-package. * Security fixes: filter the values obtained from the nixpkg. | |||
2006-05-29 | * Handle $PATHs with spaces. | Eelco Dolstra | |
2006-04-25 | * Unless --with-bzip2 is specified, use a copy of bzip2 in the | Eelco Dolstra | |
externals directory. This is in particular useful because though most systems have bzip2/bunzip2, they don't always have libbz2, which we need for bsdiff/bspatch. | |||
2006-03-01 | * Test nix-build. This also tests indirect roots. | Eelco Dolstra | |
2006-03-01 | * Simplification. | Eelco Dolstra | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | |
2006-02-08 | * Tests for nix-env, finally! | Eelco Dolstra | |
2005-07-25 | * Hack to get around the libtool wrapper script around nix-store not | Eelco Dolstra | |
working when PATH is unset. | |||
2005-04-07 | * Get rid of fetchurl, we don't need it anymore. | Eelco Dolstra | |
2005-03-21 | * Remove non-POSIX flag. | Eelco Dolstra | |
2005-02-18 | * `make check' fix. | Eelco Dolstra | |
2005-02-15 | * Fix broken GC test. | Eelco Dolstra | |
2005-02-01 | * Make check fixes. | Eelco Dolstra | |
2005-01-31 | * Start of concurrent garbage collection. Processes write temporary | Eelco Dolstra | |
roots to a per-process temporary file in /nix/var/nix/temproots while holding a write lock on that file. The garbage collector acquires read locks on all those files, thus blocking further progress in other Nix processes, and reads the sets of temporary roots. | |||
2005-01-28 | * Another horrible `make check' hack. | Eelco Dolstra | |
2005-01-27 | * Set execute permission. | Eelco Dolstra | |
2005-01-27 | * Add missing substitutes files to dist. | Eelco Dolstra | |
* Add a garbage collector test. | |||
2005-01-25 | * Really fix the substitute mechanism, i.e., ensure the closure | Eelco Dolstra | |
invariant by registering references through the manifest. * Added a test for nix-pull. | |||
2004-06-18 | * Big refactoring. Move to a much more explicitly state machine based | Eelco Dolstra | |
approach. This makes it much easier to add extra complexity in the normaliser / realiser (e.g., build hooks, substitutes). | |||
2004-05-04 | * Allow the location of the store etc. to be specified using | Eelco Dolstra | |
environment variables. * Started adding some automatic tests. * Do a `make check' when building RPMs. |