summaryrefslogtreecommitdiff
path: root/src/chunkid.rs
AgeCommit message (Expand)AuthorFilesLines
2022-04-16refactor: rename Checksum to LabelLars Wirzenius1-3/+3
2021-12-31docs: add documentation comments to crateLars Wirzenius1-1/+12
2021-09-18refactor: define a Checksum type and use it where appropriateLars Wirzenius1-3/+3
2021-03-27refactor: rename ChunkId::from_str to ChunkId::recreateLars Wirzenius1-3/+4
2021-01-04feat: verify checksum of chunks downloaded from serverLars Wirzenius1-2/+6
2021-01-03feat: load chunk metadata into index at startupLars Wirzenius1-0/+9
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