aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2006-11-30* Skeleton of the privileged worker program.Eelco Dolstra
2006-11-30* Oops.Eelco Dolstra
2006-11-30* Skeleton of remote store implementation.Eelco Dolstra
2006-11-30* Put building in the store API.Eelco Dolstra
2006-11-30* Refactoring. There is now an abstract interface class StoreAPIEelco Dolstra
2006-11-24* Doh! Path sizes need to be computed recursively of course.Eelco Dolstra
2006-11-24* Dead files.Eelco Dolstra
2006-11-13* Remove the undocumented `noscan' feature. It's no longer necessaryEelco Dolstra
2006-11-13* Magic attribute `exportReferencesGraph' that allows the referencesEelco Dolstra
2006-10-28* `nix-store --read-log / -l PATH' shows the build log of PATH, ifEelco Dolstra
2006-10-19* Special derivation attribute `allowedReferences' that causes Nix toEelco Dolstra
2006-10-16* Big cleanup of the semantics of paths, strings, contexts, stringEelco Dolstra
2006-10-13* A helpful message.Eelco Dolstra
2006-10-13* Don't crash when upgrading the Berkeley DB environment.Eelco Dolstra
2006-09-22* Use a bounded amount of memory in scanForReferences() by not readingEelco Dolstra
2006-09-22* Don't allocate the buffer twice.Eelco Dolstra
2006-09-22* Don't allocate more than SIZE_MAX bytes.Eelco Dolstra
2006-09-14* Fix a huge gaping hole in nix-env w.r.t. the garbage collector.Eelco Dolstra
2006-09-04* Install header files in /nix/include/nix.Eelco Dolstra
2006-09-04* Remove unnecessary inclusions of aterm2.h.Eelco Dolstra
2006-09-04* Use a proper namespace.Eelco Dolstra
2006-09-04* Store the Nix libraries in ${libdir}/nix instead of ${libdir}.Eelco Dolstra
2006-08-15On cygwin, disable the check that the output is not group or worldMartin Bravenboer
2006-08-11* `nix-store --gc --print-dead': print the total size of the storeEelco Dolstra
2006-08-11* Don't assume that paths returned by the runtime root finder areEelco Dolstra
2006-08-01* Show some progress.Eelco Dolstra
2006-07-20* Use $(libexecdir) to find find-runtime-roots.pl.Eelco Dolstra
2006-07-20* Use debug().Eelco Dolstra
2006-07-20* Call find-runtime-roots.pl from the garbage collector to preventEelco Dolstra
2006-07-06* Allow the canonical system name to be specified at runtime in theEelco Dolstra
2006-06-20* Concurrent GC on Cygwin.Eelco Dolstra
2006-06-19* Oops.Eelco Dolstra
2006-06-19* _exit() doesn't seem to work right on Cygwin.Eelco Dolstra
2006-06-19* On Windows we cannot delete open (lock) files, so we delete lockEelco Dolstra
2006-06-16* Show when we're blocked waiting for a lock.Eelco Dolstra
2006-06-15* In `nix-env -i|-u|-e', lock the profile to prevent races betweenEelco Dolstra
2006-06-01* Minor cleanup.Eelco Dolstra
2006-05-31* For fixed-output derivations, pass the environment variables listedEelco Dolstra
2006-05-30* Not all platforms have sys/select.h.Eelco Dolstra
2006-05-29* Disable the concurrent garbage collector on Cygwin for now.Eelco Dolstra
2006-05-24* Some Cygwin fixes.Eelco Dolstra
2006-05-12* Support for srcdir != builddir (NIX-41).Eelco Dolstra
2006-05-11* 64-bit compatibility fixes (for problems revealed by building on an AthlonEelco Dolstra
2006-05-02* Removed a bunch of ATreverses.Eelco Dolstra
2006-03-10* Allow `make check' to work in directories that have symlinkEelco Dolstra
2006-03-06* `nix-env (-i|-u) --dry-run' now shows exactly which missing pathsEelco Dolstra
2006-03-01* db.hh shouldn't depend on the Berkeley DB headers.Eelco Dolstra
2006-03-01* Close the database before the destructor runs.Eelco Dolstra
2006-03-01* Wrong delete. Thanks valgrind.Eelco Dolstra
2006-03-01* Remove dead code.Eelco Dolstra