Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-19 | * Don't show cycles, they're not very useful. | Eelco Dolstra | 1 | -2/+4 | |
2005-03-26 | * Re-enable dot graph generation. | Eelco Dolstra | 1 | -19/+31 | |
2005-01-19 | * Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' -> | Eelco Dolstra | 1 | -1/+1 | |
`derivations.cc', etc. * Store the SHA-256 content hash of store paths in the database after they have been built/added. This is so that we can check whether the store has been messed with (a la `rpm --verify'). * When registering path validity, verify that the closure property holds. | |||||
2005-01-19 | * Started removing closure store expressions, i.e., the explicit | Eelco Dolstra | 1 | -0/+2 | |
representation of closures as ATerms in the Nix store. Instead, the file system pointer graph is now stored in the Nix database. This has many advantages: - It greatly simplifies the implementation (we can drop the notion of `successors', and so on). - It makes registering roots for the garbage collector much easier. Instead of specifying the closure expression as a root, you can simply specify the store path that must be retained as a root. This could not be done previously, since there was no way to find the closure store expression containing a given store path. - Better traceability: it is now possible to query what paths are referenced by a path, and what paths refer to a path. | |||||
2005-01-13 | * Refactoring to support SHA-1. | Eelco Dolstra | 1 | -3/+3 | |
2003-11-18 | * nix -> nix-store, fix -> nix-instantiate. | Eelco Dolstra | 1 | -0/+135 | |