lix/src/libstore
Martin Bravenboer 3e5b68068b On cygwin, disable the check that the output is not group or world
writable. File permissions on Cygwin are rather complex, and in this
case this check introduced a problem with build jobs invoke from
outside of Cygwin (MSYS). It seemed almost impossible to fix the
permissions of the directory, so for now this safety check is disabled
on Cygwin.
2006-08-15 21:37:48 +00:00
..
build.cc On cygwin, disable the check that the output is not group or world 2006-08-15 21:37:48 +00:00
build.hh * `nix-env (-i|-u) --dry-run' now shows exactly which missing paths 2006-03-06 11:21:15 +00:00
db.cc * db.hh shouldn't depend on the Berkeley DB headers. 2006-03-01 17:44:28 +00:00
db.hh * db.hh shouldn't depend on the Berkeley DB headers. 2006-03-01 17:44:28 +00:00
derivations-ast.def * Automatically upgrade <= 0.7 Nix stores to the new schema (so that 2005-02-09 09:50:29 +00:00
derivations.cc * Removed a bunch of ATreverses. 2006-05-02 17:51:50 +00:00
derivations.hh * Another change to low-level derivations. The last one this year, I 2005-01-20 14:10:19 +00:00
gc.cc * `nix-store --gc --print-dead': print the total size of the store 2006-08-11 20:26:49 +00:00
gc.hh * Added a flag --ignore-liveness' to nix-store --delete'. It 2005-12-23 21:36:44 +00:00
globals.cc * Use $(libexecdir) to find find-runtime-roots.pl. 2006-07-20 13:21:37 +00:00
globals.hh * Use $(libexecdir) to find find-runtime-roots.pl. 2006-07-20 13:21:37 +00:00
Makefile.am * Support for srcdir != builddir (NIX-41). 2006-05-12 11:47:45 +00:00
misc.cc * `nix-env (-i|-u) --dry-run' now shows exactly which missing paths 2006-03-06 11:21:15 +00:00
misc.hh * `nix-env (-i|-u) --dry-run' now shows exactly which missing paths 2006-03-06 11:21:15 +00:00
pathlocks.cc * Concurrent GC on Cygwin. 2006-06-20 17:48:10 +00:00
pathlocks.hh * Concurrent GC on Cygwin. 2006-06-20 17:48:10 +00:00
references.cc * 64-bit compatibility fixes (for problems revealed by building on an Athlon 2006-05-11 02:19:43 +00:00
references.hh * Did something useful while waiting at IAD: reference scanning is now 2005-11-16 08:27:06 +00:00
store.cc * Show some progress. 2006-08-01 09:43:41 +00:00
store.hh * Close the database before the destructor runs. 2006-03-01 16:36:35 +00:00
test-builder-1.sh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
test-builder-2.sh * libnix -> libstore. 2003-11-18 10:55:27 +00:00