aboutsummaryrefslogtreecommitdiff
path: root/src/table_sync.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement getting missing blocks when RC increasesAlex Auvolat2020-04-171-50/+153
| | | | | | | Issue: RC increases also when the block ref entry is first put by the actual client. At that point the client is probably already sending us the block content, so we don't need to do a get... We should add a delay before the task is added or find something to do.
* Table range deletionAlex Auvolat2020-04-171-0/+2
|
* Better prints again, and a great questionAlex Auvolat2020-04-161-4/+9
|
* Change debug prints a bitAlex Auvolat2020-04-161-10/+10
|
* WIPAlex Auvolat2020-04-161-7/+81
|
* WIPAlex Auvolat2020-04-161-25/+185
|
* Implement ring comparison algorithmAlex Auvolat2020-04-161-9/+66
|
* Begin work on sync...Alex Auvolat2020-04-161-0/+204