about summary refs log tree commit diff
path: root/src/libstore/store.cc
AgeCommit message (Expand)AuthorFilesLines
2006-06-01 * Minor cleanup.Eelco Dolstra1-7/+3
2006-05-11 * 64-bit compatibility fixes (for problems revealed by building on an AthlonEelco Dolstra1-2/+2
2006-03-10 * Allow `make check' to work in directories that have symlinkEelco Dolstra1-0/+20
2006-03-01 * Close the database before the destructor runs.Eelco Dolstra1-0/+7
2006-02-16 * Allow the size of the GC reserved file to be specified in nix.confEelco Dolstra1-2/+4
2006-02-16 * A simple hack to fix NIX-18: the garbage collector cannot run whenEelco Dolstra1-1/+15
2005-12-25 * Hack around a GCC 2.95 bug.Eelco Dolstra1-2/+2
2005-12-24 * GCC 2.95 compatibility.Eelco Dolstra1-1/+1
2005-12-15 * `nix-store --gc' prints out the number of bytes freed on stdoutEelco Dolstra1-2/+3
2005-12-15 * Split the database upgrade into multiple transactions to preventEelco Dolstra1-2/+11
2005-12-13 * Change `referer' to `referrer' throughout. In particular, theEelco Dolstra1-32/+32
2005-12-12 * Automatically delete the old referers table.Eelco Dolstra1-1/+5
2005-12-12 * Fix NIX-23: quadratic complexity in maintaining the referersEelco Dolstra1-28/+81
2005-10-29 * Repair the referers table from the references table.Rob Vermaas1-0/+3
2005-05-07 * Don't try to register GC roots in read-only mode.Eelco Dolstra1-2/+2
2005-05-04 * Idem (constness fix).Eelco Dolstra1-2/+2
2005-04-12 * Garbage collector fix: allow deletion of paths that have invalidEelco Dolstra1-4/+4
2005-04-07 * `nix-store --add-fixed' to preload the outputs of fixed-outputEelco Dolstra1-2/+59
2005-03-25 * `nix-store --verify': repair bad referer mappings.Eelco Dolstra1-6/+16
2005-03-23 * `nix-store --register-validity': allow a path to refer to a pathEelco Dolstra1-13/+37
2005-03-23 * nix-store: `--isvalid' -> `--check-validity', `--validpath' ->Eelco Dolstra1-1/+1
2005-03-14 * Bug in clearSubstitutes().Eelco Dolstra1-1/+2
2005-03-03 * Don't use fork() in copyPath(), but a string buffer.Eelco Dolstra1-47/+14
2005-03-03 * Increase Berkeley DB limits a bit more.Eelco Dolstra1-4/+23
2005-03-02 * `nix-store -q --hash' to quickly query the hash of the contents of aEelco Dolstra1-0/+8
2005-02-14 * Type error in constructor call (caught by GCC 3.3, but not 3.4!).Eelco Dolstra1-1/+1
2005-02-09 * Commit more often to prevent out-of-memory errors.Eelco Dolstra1-0/+9
2005-02-09 * Propagate the deriver of a path through the substitute mechanism.Eelco Dolstra1-5/+12
2005-02-09 * Automatically upgrade <= 0.7 Nix stores to the new schema (so thatEelco Dolstra1-20/+133
2005-02-08 * Subflag in `--verify': `nix-store --verify --check-contents' checksEelco Dolstra1-9/+35
2005-02-08 * Updated `nix-store --verify' to the new schema.Eelco Dolstra1-17/+95
2005-02-07 * `nix-store -qb' to query derivation environment bindings. UsefulEelco Dolstra1-2/+20
2005-02-07 * Maintain a database table (`derivers') that maps output paths to theEelco Dolstra1-7/+44
2005-02-01 * nix-store, nix-instantiate: added an option `--add-root' toEelco Dolstra1-3/+3
2005-02-01 * Add missing files to dist.Eelco Dolstra1-1/+4
2005-01-31 * Topologically sort paths under the references relation to ensureEelco Dolstra1-3/+7
2005-01-31 * Start of concurrent garbage collection. Processes write temporaryEelco Dolstra1-0/+5
2005-01-28 * Only invalidate paths when they are in fact valid.Eelco Dolstra1-1/+2
2005-01-27 * Fix deadlock.Eelco Dolstra1-1/+1
2005-01-27 * Update referers mappings when updating/clearing the referencesEelco Dolstra1-7/+27
2005-01-27 * Fix and simplify the garbage collector (it's still not concurrent,Eelco Dolstra1-2/+9
2005-01-25 * Maintain the references/referers relation also for derivations.Eelco Dolstra1-14/+32
2005-01-25 * Simplification: registerSubstitutes -> registerSubstitute. We noEelco Dolstra1-16/+9
2005-01-25 * Really fix the substitute mechanism, i.e., ensure the closureEelco Dolstra1-4/+4
2005-01-20 * Terminology fixes.Eelco Dolstra1-1/+1
2005-01-19 * Nix-store queries `--references' and `referers' to query the pointerEelco Dolstra1-0/+10
2005-01-19 * Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' ->Eelco Dolstra1-6/+66
2005-01-19 * Change extension `.store' to `.drv'.Eelco Dolstra1-0/+2
2005-01-19 * Started removing closure store expressions, i.e., the explicitEelco Dolstra1-135/+28
2005-01-17 * Removed the `id' attribute hack.Eelco Dolstra1-5/+5