aboutsummaryrefslogtreecommitdiff
path: root/src/table/table_sync.rs
Commit message (Collapse)AuthorAgeFilesLines
* (not well tested) use merkle tree for syncAlex Auvolat2021-03-111-898/+0
|
* WIP big refactoringAlex Auvolat2021-03-111-61/+68
|
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-111-18/+10
|
* Very minor changesAlex Auvolat2021-03-101-2/+10
|
* Remove epidemic propagation for fully replicated stuff: write directly to ↵Alex Auvolat2021-03-051-5/+27
| | | | all nodes
* I was tired yesterdayAlex Auvolat2021-02-241-2/+9
|
* Update sled & try to debug deadlock (but its in sled...)Alex Auvolat2021-02-231-0/+6
|
* Make updated() be a sync function that doesn't failAlex Auvolat2021-02-231-8/+2
|
* Handle correctly deletion dues to offloadingAlex Auvolat2021-02-231-19/+17
|
* Several changes in table_sync:Alex Auvolat2021-02-231-115/+187
| | | | | - separate path for case of offloading a partition we don't store - use sync::Mutex instead of tokio::Mutex, make less fn's async
* Replace some checksums where it makes senseAlex Auvolat2021-02-231-4/+4
|
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-211-4/+4
|
* Some refactoringAlex Auvolat2021-02-211-1/+1
|
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-2/+2
|
* Split code for modular compilationAlex Auvolat2020-04-241-4/+5
|
* Reorganize codeAlex Auvolat2020-04-231-0/+791