Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-10-08 | * Get rid of identifiers since they are redundant now. This greatly | Eelco Dolstra | 1 | -3/+3 | |
simplifies stuff. * The format of Nix expressions and the database schema changed because of this, so it's best to delete old Nix installations. | |||||
2003-07-20 | * Argh, another short-write problem. Added wrappers around | Eelco Dolstra | 1 | -1/+1 | |
read()/write() to fix this once and for all. | |||||
2003-06-23 | * A function to restore from a Nix archive. | Eelco Dolstra | 1 | -1/+3 | |
* addValue() can now import any dumpable FS object. | |||||
2003-06-20 | * Flags to indicate how values are specified on the command line | Eelco Dolstra | 1 | -0/+10 | |
(--hash, --file, --name). | |||||
2003-06-20 | * Refactoring: move dump function into archive.cc. | Eelco Dolstra | 1 | -0/+48 | |