about summary refs log tree commit diff
path: root/src/archive.cc
AgeCommit message (Collapse)AuthorFilesLines
2003-07-20 * Argh, another short-write problem. Added wrappers aroundEelco Dolstra1-1/+1
read()/write() to fix this once and for all.
2003-07-17 * Preserve the executable bit.Eelco Dolstra1-0/+13
2003-07-14 * After building, scan for actual file system references asEelco Dolstra1-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 Dolstra1-1/+1
2003-06-23 * A function to restore from a Nix archive.Eelco Dolstra1-7/+189
* addValue() can now import any dumpable FS object.
2003-06-20 * Flags to indicate how values are specified on the command lineEelco Dolstra1-2/+9
(--hash, --file, --name).
2003-06-20 * Refactoring: move dump function into archive.cc.Eelco Dolstra1-0/+136