summaryrefslogtreecommitdiff
path: root/src/chunkid.rs
AgeCommit message (Expand)AuthorFilesLines
2020-11-25perf: store chunks on disk in a 3-level directory treeLars Wirzenius1-0/+4
2020-11-25feat: add programs to benchmark server chunk storageLars Wirzenius1-0/+5
2020-11-08feat: make ChunkId serializable to SQLiteLars Wirzenius1-0/+10
2020-10-16feat: obnam-restore restores generation to stdoutLars Wirzenius1-3/+8
2020-09-18use to_string method for ChunkId instead of format! macroLars Wirzenius1-4/+4
2020-09-18feat: make ChunkId usable in a HashMap and serializbleLars Wirzenius1-1/+3
2020-09-17feat: add an in-memory index of chunks for searchingLars Wirzenius1-1/+1
2020-09-17feat: add an initial ChunkId implementationLars Wirzenius1-0/+83