summaryrefslogtreecommitdiff
path: root/src/chunkmeta.rs
AgeCommit message (Expand)AuthorFilesLines
2022-09-09chore: tidy up things to satisfy clippyLars Wirzenius1-1/+1
2022-04-16feat! change how chunk labels are serializedLars Wirzenius1-3/+3
2022-04-16refactor: rename Checksum to LabelLars Wirzenius1-10/+10
2022-03-22feat! drop generation related fields from chunk metadataLars Wirzenius1-49/+6
2022-03-13feat! rename metadata field "sha256" to "label"Lars Wirzenius1-16/+21
2021-12-31docs: add documentation comments to crateLars Wirzenius1-0/+2
2021-09-18refactor: define a Checksum type and use it where appropriateLars Wirzenius1-7/+12
2021-05-29refactor: make metadata part of a chunkLars Wirzenius1-1/+20
2021-03-27refactor: use matches! for clarityLars Wirzenius1-4/+1
2021-02-10fix: don't use the matched! macroLars Wirzenius1-1/+4
2020-10-16chore: fix style issues pointed out by clippyLars Wirzenius1-5/+2
2020-09-18feat: add a rudimentary chunk server main programLars Wirzenius1-1/+1
2020-09-17feat: store chunks persistentlyLars Wirzenius1-1/+1
2020-09-17feat: add initial ChunkMeta structLars Wirzenius1-0/+147