summaryrefslogtreecommitdiff
path: root/src/index.rs
AgeCommit message (Expand)AuthorFilesLines
2021-01-19refactor: use ChunkId directly in errors, instead of StringLars Wirzenius1-2/+2
2021-01-10feat! use SQLite db for chunk index on serverLars Wirzenius1-68/+181
2020-09-19feat: search, delete chunks on chunk serverLars Wirzenius1-0/+33
2020-09-17feat: add an in-memory index of chunks for searchingLars Wirzenius1-0/+97