summaryrefslogtreecommitdiff
path: root/src/chunker.rs
AgeCommit message (Expand)AuthorFilesLines
2023-10-21chore: fix blemishes found by clippyLars Wirzenius1-2/+1
2022-04-16feat: use one checksum for all chunks in a backupLars Wirzenius1-3/+13
2022-04-16refactor: rename Checksum to LabelLars Wirzenius1-2/+2
2022-01-16refactor: rename Chunker to FileChunksLars Wirzenius1-3/+3
2021-12-31docs: add documentation comments to crateLars Wirzenius1-1/+8
2021-09-18refactor: define a Checksum type and use it where appropriateLars Wirzenius1-2/+2
2021-07-21Replace ChunkerResult with plain ResultAlexander Batischev1-5/+3
2021-05-29refactor: make metadata be part of datachunkLars Wirzenius1-6/+6
2021-04-29feat: improve error messagesLars Wirzenius1-4/+10
2021-02-04refactor: have per-module error enumsLars Wirzenius1-3/+11
2020-11-09refactor: move sha256 checksumming to its own moduleLars Wirzenius1-6/+2
2020-11-08feat(src/chunker.rs): add abstraction for chunking live dataLars Wirzenius1-0/+60