about summary refs log tree commit diff
path: root/src/nix-store (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-02-09 * Propagate the deriver of a path through the substitute mechanism.Eelco Dolstra1-0/+1
2005-02-08 * Subflag in `--verify': `nix-store --verify --check-contents' checksEelco Dolstra1-1/+11
2005-02-08 * Updated `nix-store --verify' to the new schema.Eelco Dolstra1-2/+2
2005-02-07 * `nix-store -qb' to query derivation environment bindings. UsefulEelco Dolstra1-11/+32
2005-02-07 * Maintain a database table (`derivers') that maps output paths to theEelco Dolstra1-2/+15
2005-02-01 * Move root finding from `nix-collect-garbage' to `nix-store --gc'.Eelco Dolstra1-15/+5
2005-02-01 * nix-build: use an indirection scheme to make it easier for users toEelco Dolstra1-10/+11
2005-02-01 * nix-store, nix-instantiate: added an option `--add-root' toEelco Dolstra2-3/+45
2005-01-27 * Fix and simplify the garbage collector (it's still not concurrent,Eelco Dolstra1-42/+13
2005-01-25 * Maintain the references/referers relation also for derivations.Eelco Dolstra1-1/+36
2005-01-25 * Simplification: registerSubstitutes -> registerSubstitute. We noEelco Dolstra1-4/+1
2005-01-25 * Really fix the substitute mechanism, i.e., ensure the closureEelco Dolstra1-1/+9
2005-01-25 * In nix-store: added query `--referers-closure' that returns theEelco Dolstra2-4/+16
2005-01-25 * In nix-store: change `--build' back to `--realise'. Also broughtEelco Dolstra2-12/+36
2005-01-19 * Nix-store queries `--references' and `referers' to query the pointerEelco Dolstra1-18/+19
2005-01-19 * Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' ->Eelco Dolstra3-4/+4
2005-01-19 * `nix-store --build' now builds its arguments in parallel instead ofEelco Dolstra1-1/+2
2005-01-19 * Change extension `.store' to `.drv'.Eelco Dolstra2-41/+42
2005-01-19 * Started removing closure store expressions, i.e., the explicitEelco Dolstra2-32/+14
2005-01-13 * Refactoring to support SHA-1.Eelco Dolstra1-3/+3
2004-12-20 * Simplify the substitute mechanism:Eelco Dolstra2-1/+14
2004-09-10 * Operation `--delete-generations' to delete generations of aEelco Dolstra1-9/+5
2004-08-31 * Main the `substitutes-rev' table again, but now in a way thatEelco Dolstra1-1/+4
2004-08-25 * `--min-age' flag in nix-store and nix-collect-garbage to only deleteEelco Dolstra1-10/+15
2004-08-25 * `nix-collect-garbage' now actually performs a garbage collection, itEelco Dolstra1-1/+1
2004-08-25 * Put the garbage collector in nix-store: operation `--gc',Eelco Dolstra1-13/+57
2004-06-28 * Added a switch `--fallback'. From the manual:Eelco Dolstra1-4/+2
2004-06-21 * Remove debug output.Eelco Dolstra1-1/+0
2004-06-21 * Wrap calls to registerSubstitute() in a single transaction toEelco Dolstra1-1/+7
2004-06-20 * Re-enable support for substitutes in the normaliser.Eelco Dolstra1-23/+31
2004-04-21 * Do initialise state (the DB etc.) when doing a `make install',Eelco Dolstra1-7/+0
2004-02-16 * Allow linking against an external Berkeley DB / ATerm library.Eelco Dolstra1-2/+2
2004-02-16 * Allow the location of the store to be specified (--with-store-dir).Eelco Dolstra1-1/+1
2004-02-14 * The environment variable NIX_ROOT can now be set to execute Nix in aEelco Dolstra2-3/+34
2004-02-06 * Improvements to profiles. Generations are now per-profile, e.g.,Eelco Dolstra1-3/+0
2004-01-09 * Option `--force-realise' in `nix-store --query'.Eelco Dolstra1-5/+12
2003-12-30 * RPM spec file.Eelco Dolstra1-8/+8
2003-12-01 * Help text for all (non-script) programs, so no more:Eelco Dolstra2-10/+2
2003-11-25 * Another fix.Eelco Dolstra1-1/+1
2003-11-25 * More `make dist' fixes.Eelco Dolstra1-3/+1
2003-11-19 * nix-env: a tool to manage user environments.Eelco Dolstra1-3/+2
2003-11-18 * "Fix expression" -> "Nix expression".Eelco Dolstra3-9/+6
2003-11-18 * nix -> nix-store, fix -> nix-instantiate.Eelco Dolstra5-0/+508