summaryrefslogtreecommitdiff
path: root/src/chunk.rs
AgeCommit message (Expand)AuthorFilesLines
2021-12-31docs: add documentation comments to crateLars Wirzenius1-5/+24
2021-09-18refactor: define a Checksum type and use it where appropriateLars Wirzenius1-2/+2
2021-07-21Replace GenerationChunkResult with plain ResultAlexander Batischev1-5/+2
2021-05-29refactor: make metadata part of a chunkLars Wirzenius1-1/+1
2021-05-29refactor: make metadata be part of datachunkLars Wirzenius1-5/+17
2021-04-29feat: improve error messagesLars Wirzenius1-4/+7
2021-02-04refactor: have per-module error enumsLars Wirzenius1-2/+15
2021-01-04refactor: use fetch_chunk to fetch generationLars Wirzenius1-0/+6
2020-12-23refactor: use a struct instead of a tupleLars Wirzenius1-1/+1
2020-10-16feat: obnam-restore restores generation to stdoutLars Wirzenius1-2/+32
2020-10-14refactor: rename Chunk to DataChunkLars Wirzenius1-3/+3
2020-10-14refactor: move chunk metadata out of chunk structLars Wirzenius1-9/+2
2020-09-18feat: add a rudimentary chunk server main programLars Wirzenius1-0/+2
2020-09-17feat: add initial Chunk structLars Wirzenius1-0/+29