aboutsummaryrefslogtreecommitdiff
path: root/src/table/merkle.rs
Commit message (Expand)AuthorAgeFilesLines
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-151-4/+1
* WIP migrate to tokio 1Alex Auvolat2021-03-151-2/+2
* Refactor block resync loop; make workers infaillibleAlex Auvolat2021-03-151-2/+1
* Small fixesAlex Auvolat2021-03-151-2/+10
* Tiny thingsAlex Auvolat2021-03-151-0/+1
* Make block rc code more understandableAlex Auvolat2021-03-151-1/+1
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-4/+1
* Implement garage stats to get info on node contentsAlex Auvolat2021-03-121-2/+2
* Make syncer have its own rpc client/serverAlex Auvolat2021-03-121-5/+13
* Fix merkle updater not being notified; improved loggingAlex Auvolat2021-03-121-6/+7
* whoopsAlex Auvolat2021-03-111-1/+2
* (not well tested) use merkle tree for syncAlex Auvolat2021-03-111-24/+83
* WIP big refactoringAlex Auvolat2021-03-111-11/+28
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-111-0/+352