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