Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-11 | * Added some missing #includes. | Eelco Dolstra | 1 | -0/+2 | |
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-07-17 | * Preserve the executable bit. | Eelco Dolstra | 1 | -0/+13 | |
2003-07-14 | * After building, scan for actual file system references as | Eelco Dolstra | 1 | -2/+2 | |
opposed to declared references. This prunes the reference graph, thus allowing better garbage collection and more efficient derivate distribution. | |||||
2003-07-06 | * Bug fix: properly check result of open(). | Eelco Dolstra | 1 | -1/+1 | |
2003-06-23 | * A function to restore from a Nix archive. | Eelco Dolstra | 1 | -7/+189 | |
* 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 | -2/+9 | |
(--hash, --file, --name). | |||||
2003-06-20 | * Refactoring: move dump function into archive.cc. | Eelco Dolstra | 1 | -0/+136 | |