summaryrefslogtreecommitdiff
path: root/src/chunker.rs
AgeCommit message (Expand)AuthorFilesLines
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