summaryrefslogtreecommitdiff
path: root/src/store.rs
AgeCommit message (Expand)AuthorFilesLines
2022-11-12fix: unnecessary borrows, other things found by clippyLars Wirzenius1-6/+6
2021-12-31docs: add documentation comments to crateLars Wirzenius1-0/+2
2021-07-21Replace StoreResult with plain ResultAlexander Batischev1-6/+3
2021-05-29refactor: make metadata be part of datachunkLars Wirzenius1-5/+7
2021-02-04refactor: have per-module error enumsLars Wirzenius1-8/+10
2021-01-10feat! use SQLite db for chunk index on serverLars Wirzenius1-29/+2
2020-12-23refactor: use a struct instead of a tupleLars Wirzenius1-2/+22
2020-11-25perf: store chunks on disk in a 3-level directory treeLars Wirzenius1-9/+33
2020-10-14refactor: rename Chunk to DataChunkLars Wirzenius1-4/+4
2020-10-14refactor: move chunk metadata out of chunk structLars Wirzenius1-4/+4
2020-09-19feat: search, delete chunks on chunk serverLars Wirzenius1-0/+7
2020-09-17feat: store chunks persistentlyLars Wirzenius1-0/+47