summaryrefslogtreecommitdiff
path: root/src/chunkstore.rs
AgeCommit message (Expand)AuthorFilesLines
2023-01-07refactor: use idiom to iterate over keys in HashMapLars Wirzenius1-1/+1
2022-11-12fix: unnecessary borrows, other things found by clippyLars Wirzenius1-1/+1
2022-10-28feat! finish chunk store abstractionLars Wirzenius1-1/+1
2022-10-26Make LocalStore Sync (provide interior mutability)Alexander Batischev1-10/+15
2022-10-26change put to take a vector of bytesLars Wirzenius1-11/+5
2022-10-26use new ChunkStore for remote has_chunkLars Wirzenius1-1/+5
2022-10-26feat: add a new ChunkStore to store chunks locally or remotelyLars Wirzenius1-0/+304