aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/main.cc
AgeCommit message (Expand)Author
2006-09-04* Use a proper namespace.Eelco Dolstra
2006-08-11* `nix-store --gc --print-dead': print the total size of the storeEelco Dolstra
2006-03-06* `nix-env (-i|-u) --dry-run' now shows exactly which missing pathsEelco Dolstra
2006-03-01* Uninitialised variable. Fixes the --delete test.Eelco Dolstra
2006-02-16* A simple hack to fix NIX-18: the garbage collector cannot run whenEelco Dolstra
2005-12-23* Added a flag `--ignore-liveness' to `nix-store --delete'. ItEelco Dolstra
2005-12-23* Revived the old "nix-store --delete" operation that deletes theEelco Dolstra
2005-12-15* `nix-store --gc' prints out the number of bytes freed on stdoutEelco Dolstra
2005-12-13* Change `referer' to `referrer' throughout. In particular, theEelco Dolstra
2005-05-04* Include some required header files.Eelco Dolstra
2005-04-08* nix-store: `--substitute' -> `--register-substitutes'.Eelco Dolstra
2005-04-08* Make `nix-store --query --tree' work on non-derivations (i.e., onEelco Dolstra
2005-04-07* Support base-32 hash representations.Eelco Dolstra
2005-04-07* `nix-store --add-fixed' to preload the outputs of fixed-outputEelco Dolstra
2005-03-26* Re-enable dot graph generation.Eelco Dolstra
2005-03-23* `nix-store --register-validity': allow a path to refer to a pathEelco Dolstra
2005-03-23* Canonicalise path meta-data in `nix-store --register-validity'.Eelco Dolstra
2005-03-23* nix-store: `--isvalid' -> `--check-validity', `--validpath' ->Eelco Dolstra
2005-03-02* `nix-store -q --hash' to quickly query the hash of the contents of aEelco Dolstra
2005-02-22* Compatibility hack so that Nixpkgs can continue to do hash checkingEelco Dolstra
2005-02-17* `nix-store -q --tree' shows a tree representing the dependency graphEelco Dolstra
2005-02-17* Switch to the calling user context for some more operations in aEelco Dolstra
2005-02-14* It is now possible to add store derivations or paths directly to aEelco Dolstra
2005-02-09* Propagate the deriver of a path through the substitute mechanism.Eelco Dolstra
2005-02-08* Subflag in `--verify': `nix-store --verify --check-contents' checksEelco Dolstra
2005-02-08* Updated `nix-store --verify' to the new schema.Eelco Dolstra
2005-02-07* `nix-store -qb' to query derivation environment bindings. UsefulEelco Dolstra
2005-02-07* Maintain a database table (`derivers') that maps output paths to theEelco Dolstra
2005-02-01* Move root finding from `nix-collect-garbage' to `nix-store --gc'.Eelco Dolstra
2005-02-01* nix-build: use an indirection scheme to make it easier for users toEelco Dolstra
2005-02-01* nix-store, nix-instantiate: added an option `--add-root' toEelco Dolstra
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 noEelco Dolstra
2005-01-25* Really fix the substitute mechanism, i.e., ensure the closureEelco Dolstra
2005-01-25* In nix-store: added query `--referers-closure' that returns theEelco Dolstra
2005-01-25* In nix-store: change `--build' back to `--realise'. Also broughtEelco Dolstra
2005-01-19* Nix-store queries `--references' and `referers' to query the pointerEelco 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 ofEelco Dolstra
2005-01-19* Change extension `.store' to `.drv'.Eelco Dolstra
2005-01-19* Started removing closure store expressions, i.e., the explicitEelco Dolstra
2004-12-20* Simplify the substitute mechanism:Eelco Dolstra
2004-09-10* Operation `--delete-generations' to delete generations of aEelco Dolstra
2004-08-31* Main the `substitutes-rev' table again, but now in a way thatEelco Dolstra
2004-08-25* `--min-age' flag in nix-store and nix-collect-garbage to only deleteEelco Dolstra
2004-08-25* `nix-collect-garbage' now actually performs a garbage collection, itEelco 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