aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store.cc
AgeCommit message (Expand)Author
2005-04-12* Garbage collector fix: allow deletion of paths that have invalidEelco Dolstra
2005-04-07* `nix-store --add-fixed' to preload the outputs of fixed-outputEelco Dolstra
2005-03-25* `nix-store --verify': repair bad referer mappings.Eelco Dolstra
2005-03-23* `nix-store --register-validity': allow a path to refer to a pathEelco Dolstra
2005-03-23* nix-store: `--isvalid' -> `--check-validity', `--validpath' ->Eelco Dolstra
2005-03-14* Bug in clearSubstitutes().Eelco Dolstra
2005-03-03* Don't use fork() in copyPath(), but a string buffer.Eelco Dolstra
2005-03-03* Increase Berkeley DB limits a bit more.Eelco Dolstra
2005-03-02* `nix-store -q --hash' to quickly query the hash of the contents of aEelco Dolstra
2005-02-14* Type error in constructor call (caught by GCC 3.3, but not 3.4!).Eelco Dolstra
2005-02-09* Commit more often to prevent out-of-memory errors.Eelco Dolstra
2005-02-09* Propagate the deriver of a path through the substitute mechanism.Eelco Dolstra
2005-02-09* Automatically upgrade <= 0.7 Nix stores to the new schema (so thatEelco 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* nix-store, nix-instantiate: added an option `--add-root' toEelco Dolstra
2005-02-01* Add missing files to dist.Eelco Dolstra
2005-01-31* Topologically sort paths under the references relation to ensureEelco Dolstra
2005-01-31* Start of concurrent garbage collection. Processes write temporaryEelco Dolstra
2005-01-28* Only invalidate paths when they are in fact valid.Eelco Dolstra
2005-01-27* Fix deadlock.Eelco Dolstra
2005-01-27* Update referers mappings when updating/clearing the referencesEelco 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-20* Terminology fixes.Eelco 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* Change extension `.store' to `.drv'.Eelco Dolstra
2005-01-19* Started removing closure store expressions, i.e., the explicitEelco Dolstra
2005-01-17* Removed the `id' attribute hack.Eelco Dolstra
2005-01-14* Shorten SHA-256 hashes used in store path name generation to 160Eelco Dolstra
2005-01-14* Start move towards SHA-256 hashes instead of MD5.Eelco Dolstra
2005-01-13* Added SHA-1 support. `nix-hash' now has an option `--type sha1' toEelco Dolstra
2005-01-13* Refactoring to support SHA-1.Eelco Dolstra
2004-12-20* An operation `nix-store --clear-substitutes' to remove allEelco Dolstra
2004-12-20* Simplify the substitute mechanism:Eelco Dolstra
2004-10-25* Allow certain operations to succeed even if we don't have writeEelco Dolstra
2004-09-09* Remove write permission from store objects after they have beenEelco Dolstra
2004-09-09* A very dirty hack to make setuid installations a bit nicer to use.Eelco Dolstra
2004-08-31* Main the `substitutes-rev' table again, but now in a way thatEelco 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-22* Put WEXITSTATUS stuff somewhere else.Eelco Dolstra
2004-06-22* Wrapper class around pids.Eelco Dolstra
2004-06-22* Refactoring.Eelco Dolstra
2004-06-21* Remove obstructing invalid store paths add[Text]ToStore().Eelco Dolstra