Age | Commit message (Expand) | Author |
2005-01-27 | * Fix and simplify the garbage collector (it's still not concurrent, | Eelco Dolstra |
2005-01-25 | * Maintain the references/referers relation also for derivations. | Eelco Dolstra |
2005-01-25 | * Simplification: registerSubstitutes -> registerSubstitute. We no | Eelco Dolstra |
2005-01-25 | * Really fix the substitute mechanism, i.e., ensure the closure | Eelco Dolstra |
2005-01-25 | * In nix-store: added query `--referers-closure' that returns the | Eelco Dolstra |
2005-01-25 | * In nix-store: change `--build' back to `--realise'. Also brought | Eelco Dolstra |
2005-01-19 | * Nix-store queries `--references' and `referers' to query the pointer | Eelco Dolstra |
2005-01-19 | * Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' -> | Eelco Dolstra |
2005-01-19 | * `nix-store --build' now builds its arguments in parallel instead of | Eelco Dolstra |
2005-01-19 | * Change extension `.store' to `.drv'. | Eelco Dolstra |
2005-01-19 | * Started removing closure store expressions, i.e., the explicit | Eelco Dolstra |
2005-01-13 | * Refactoring to support SHA-1. | Eelco Dolstra |
2004-12-20 | * Simplify the substitute mechanism: | Eelco Dolstra |
2004-09-10 | * Operation `--delete-generations' to delete generations of a | Eelco Dolstra |
2004-08-31 | * Main the `substitutes-rev' table again, but now in a way that | Eelco Dolstra |
2004-08-25 | * `--min-age' flag in nix-store and nix-collect-garbage to only delete | Eelco Dolstra |
2004-08-25 | * `nix-collect-garbage' now actually performs a garbage collection, it | Eelco Dolstra |
2004-08-25 | * Put the garbage collector in nix-store: operation `--gc', | Eelco Dolstra |
2004-06-28 | * Added a switch `--fallback'. From the manual: | Eelco Dolstra |
2004-06-21 | * Remove debug output. | Eelco Dolstra |
2004-06-21 | * Wrap calls to registerSubstitute() in a single transaction to | Eelco Dolstra |
2004-06-20 | * Re-enable support for substitutes in the normaliser. | Eelco Dolstra |
2004-04-21 | * Do initialise state (the DB etc.) when doing a `make install', | Eelco Dolstra |
2004-02-16 | * Allow linking against an external Berkeley DB / ATerm library. | Eelco Dolstra |
2004-02-16 | * Allow the location of the store to be specified (--with-store-dir). | Eelco Dolstra |
2004-02-14 | * The environment variable NIX_ROOT can now be set to execute Nix in a | Eelco Dolstra |
2004-02-06 | * Improvements to profiles. Generations are now per-profile, e.g., | Eelco Dolstra |
2004-01-09 | * Option `--force-realise' in `nix-store --query'. | Eelco Dolstra |
2003-12-30 | * RPM spec file. | Eelco Dolstra |
2003-12-01 | * Help text for all (non-script) programs, so no more: | Eelco Dolstra |
2003-11-25 | * Another fix. | Eelco Dolstra |
2003-11-25 | * More `make dist' fixes. | Eelco Dolstra |
2003-11-19 | * nix-env: a tool to manage user environments. | Eelco Dolstra |
2003-11-18 | * "Fix expression" -> "Nix expression". | Eelco Dolstra |
2003-11-18 | * nix -> nix-store, fix -> nix-instantiate. | Eelco Dolstra |