Age | Commit message (Expand) | Author | Files | Lines |
2006-10-05 | * Documented nix-store --dump / --restore. | Eelco Dolstra | 1 | -1/+1 |
2006-09-21 | * GC options in nix-store --help (NIX-15). | Eelco Dolstra | 1 | -1/+10 |
2006-09-05 | * Sone missing #includes. | Eelco Dolstra | 1 | -1/+1 |
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | 3 | -4/+26 |
2006-08-11 | * `nix-store --gc --print-dead': print the total size of the store | Eelco Dolstra | 1 | -5/+10 |
2006-05-12 | * Support for srcdir != builddir (NIX-41). | Eelco Dolstra | 1 | -1/+2 |
2006-03-06 | * `nix-env (-i|-u) --dry-run' now shows exactly which missing paths | Eelco Dolstra | 1 | -0/+1 |
2006-03-06 | * Regularise help text a bit. | Eelco Dolstra | 1 | -1/+1 |
2006-03-01 | * db.hh shouldn't depend on the Berkeley DB headers. | Eelco Dolstra | 1 | -0/+2 |
2006-03-01 | * Uninitialised variable. Fixes the --delete test. | Eelco Dolstra | 1 | -1/+1 |
2006-02-16 | * A simple hack to fix NIX-18: the garbage collector cannot run when | Eelco Dolstra | 1 | -1/+1 |
2006-01-19 | * Don't show cycles, they're not very useful. | Eelco Dolstra | 1 | -2/+4 |
2005-12-23 | * Added a flag `--ignore-liveness' to `nix-store --delete'. It | Eelco Dolstra | 1 | -3/+8 |
2005-12-23 | * Revived the old "nix-store --delete" operation that deletes the | Eelco Dolstra | 2 | -1/+23 |
2005-12-15 | * `nix-store --gc' prints out the number of bytes freed on stdout | Eelco Dolstra | 1 | -1/+16 |
2005-12-13 | * Change `referer' to `referrer' throughout. In particular, the | Eelco Dolstra | 2 | -10/+10 |
2005-07-22 | * Build dynamic libraries. | Eelco Dolstra | 1 | -2/+2 |
2005-05-04 | * Include some required header files. | Eelco Dolstra | 1 | -0/+1 |
2005-04-08 | * nix-store: `--substitute' -> `--register-substitutes'. | Eelco Dolstra | 2 | -4/+4 |
2005-04-08 | * Make `nix-store --query --tree' work on non-derivations (i.e., on | Eelco Dolstra | 1 | -15/+13 |
2005-04-07 | * Support base-32 hash representations. | Eelco Dolstra | 1 | -2/+6 |
2005-04-07 | * `nix-store --add-fixed' to preload the outputs of fixed-output | Eelco Dolstra | 1 | -2/+48 |
2005-03-26 | * Re-enable dot graph generation. | Eelco Dolstra | 2 | -34/+44 |
2005-03-23 | * `nix-store --register-validity': allow a path to refer to a path | Eelco Dolstra | 1 | -12/+13 |
2005-03-23 | * Canonicalise path meta-data in `nix-store --register-validity'. | Eelco Dolstra | 1 | -1/+4 |
2005-03-23 | * nix-store: `--isvalid' -> `--check-validity', `--validpath' -> | Eelco Dolstra | 2 | -16/+32 |
2005-03-02 | * `nix-store -q --hash' to quickly query the hash of the contents of a | Eelco Dolstra | 1 | -6/+17 |
2005-02-22 | * Compatibility hack so that Nixpkgs can continue to do hash checking | Eelco Dolstra | 1 | -1/+1 |
2005-02-17 | * `nix-store -q --tree' shows a tree representing the dependency graph | Eelco Dolstra | 2 | -2/+87 |
2005-02-17 | * Switch to the calling user context for some more operations in a | Eelco Dolstra | 1 | -0/+1 |
2005-02-14 | * It is now possible to add store derivations or paths directly to a | Eelco Dolstra | 1 | -9/+0 |
2005-02-09 | * Propagate the deriver of a path through the substitute mechanism. | Eelco Dolstra | 1 | -0/+1 |
2005-02-08 | * Subflag in `--verify': `nix-store --verify --check-contents' checks | Eelco Dolstra | 1 | -1/+11 |
2005-02-08 | * Updated `nix-store --verify' to the new schema. | Eelco Dolstra | 1 | -2/+2 |
2005-02-07 | * `nix-store -qb' to query derivation environment bindings. Useful | Eelco Dolstra | 1 | -11/+32 |
2005-02-07 | * Maintain a database table (`derivers') that maps output paths to the | Eelco Dolstra | 1 | -2/+15 |
2005-02-01 | * Move root finding from `nix-collect-garbage' to `nix-store --gc'. | Eelco Dolstra | 1 | -15/+5 |
2005-02-01 | * nix-build: use an indirection scheme to make it easier for users to | Eelco Dolstra | 1 | -10/+11 |
2005-02-01 | * nix-store, nix-instantiate: added an option `--add-root' to | Eelco Dolstra | 2 | -3/+45 |
2005-01-27 | * Fix and simplify the garbage collector (it's still not concurrent, | Eelco Dolstra | 1 | -42/+13 |
2005-01-25 | * Maintain the references/referers relation also for derivations. | Eelco Dolstra | 1 | -1/+36 |
2005-01-25 | * Simplification: registerSubstitutes -> registerSubstitute. We no | Eelco Dolstra | 1 | -4/+1 |
2005-01-25 | * Really fix the substitute mechanism, i.e., ensure the closure | Eelco Dolstra | 1 | -1/+9 |
2005-01-25 | * In nix-store: added query `--referers-closure' that returns the | Eelco Dolstra | 2 | -4/+16 |
2005-01-25 | * In nix-store: change `--build' back to `--realise'. Also brought | Eelco Dolstra | 2 | -12/+36 |
2005-01-19 | * Nix-store queries `--references' and `referers' to query the pointer | Eelco Dolstra | 1 | -18/+19 |
2005-01-19 | * Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' -> | Eelco Dolstra | 3 | -4/+4 |
2005-01-19 | * `nix-store --build' now builds its arguments in parallel instead of | Eelco Dolstra | 1 | -1/+2 |
2005-01-19 | * Change extension `.store' to `.drv'. | Eelco Dolstra | 2 | -41/+42 |
2005-01-19 | * Started removing closure store expressions, i.e., the explicit | Eelco Dolstra | 2 | -32/+14 |