Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-01-14 | * Start move towards SHA-256 hashes instead of MD5. | Eelco Dolstra | 1 | -6/+30 |
2005-01-13 | * Added SHA-1 support. `nix-hash' now has an option `--type sha1' to | Eelco Dolstra | 1 | -1/+1 |
2005-01-13 | * Refactoring to support SHA-1. | Eelco Dolstra | 1 | -1/+1 |
2004-12-20 | * An operation `nix-store --clear-substitutes' to remove all | Eelco Dolstra | 1 | -8/+35 |
2004-12-20 | * Simplify the substitute mechanism: | Eelco Dolstra | 1 | -80/+19 |
2004-10-25 | * Allow certain operations to succeed even if we don't have write | Eelco Dolstra | 1 | -7/+17 |
2004-09-09 | * Remove write permission from store objects after they have been | Eelco Dolstra | 1 | -0/+4 |
2004-09-09 | * A very dirty hack to make setuid installations a bit nicer to use. | Eelco Dolstra | 1 | -2/+9 |
2004-08-31 | * Main the `substitutes-rev' table again, but now in a way that | Eelco Dolstra | 1 | -18/+33 |
2004-08-25 | * Put the garbage collector in nix-store: operation `--gc', | Eelco Dolstra | 1 | -1/+1 |
2004-06-28 | * Added a switch `--fallback'. From the manual: | Eelco Dolstra | 1 | -4/+25 |
2004-06-22 | * Put WEXITSTATUS stuff somewhere else. | Eelco Dolstra | 1 | -1/+1 |
2004-06-22 | * Wrapper class around pids. | Eelco Dolstra | 1 | -13/+11 |
2004-06-22 | * Refactoring. | Eelco Dolstra | 1 | -1/+2 |
2004-06-21 | * Remove obstructing invalid store paths add[Text]ToStore(). | Eelco Dolstra | 1 | -0/+6 |
2004-06-21 | * Wrap calls to registerSubstitute() in a single transaction to | Eelco Dolstra | 1 | -8/+4 |
2004-06-20 | * Re-enable support for substitutes in the normaliser. | Eelco Dolstra | 1 | -58/+107 |
2004-04-14 | * Be stricter in verifying store paths. | Eelco Dolstra | 1 | -4/+5 |
2004-02-14 | * The environment variable NIX_ROOT can now be set to execute Nix in a | Eelco Dolstra | 1 | -9/+29 |
2004-01-15 | * Catch SIGINT to terminate cleanly when the user tries to interrupt | Eelco Dolstra | 1 | -1/+1 |
2004-01-13 | * Print error messages, not debug messages. | Eelco Dolstra | 1 | -5/+9 |
2003-12-22 | * GCC 2.95 compatibility. | Eelco Dolstra | 1 | -0/+1 |
2003-12-05 | * Allow successors that don't exist but have a substitute. | Eelco Dolstra | 1 | -34/+73 |
2003-11-24 | * Bug fix in path invalidation. | Eelco Dolstra | 1 | -23/+41 |
2003-11-22 | * Maintain integrity of the substitute and successor mappings when | Eelco Dolstra | 1 | -37/+54 |
2003-11-22 | * Fix the garbage collector. | Eelco Dolstra | 1 | -8/+1 |
2003-11-18 | * libnix -> libstore. | Eelco Dolstra | 1 | -0/+407 |