Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP | Alex Auvolat | 2020-04-17 | 1 | -0/+5 |
| | | | | | | TODOs: - ensure sync goes both way - finish sending blocks to other nodes when they need them before deleting | ||||
* | Implement getting missing blocks when RC increases | Alex Auvolat | 2020-04-17 | 1 | -4/+1 |
| | | | | | | | 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 deletion | Alex Auvolat | 2020-04-17 | 1 | -7/+8 |
| | |||||
* | Small refactorings | Alex Auvolat | 2020-04-12 | 1 | -1/+1 |
| | |||||
* | Trying to do TLS | Alex Auvolat | 2020-04-12 | 1 | -2/+2 |
| | |||||
* | Refactor a bit | Alex Auvolat | 2020-04-12 | 1 | -8/+7 |
| | |||||
* | Keep network status & ring in a tokio::sync::watch | Alex Auvolat | 2020-04-11 | 1 | -2/+5 |
| | | | | | | advantages - reads don't prevent preparing writes - can be followed from other parts of the system by cloning the receiver | ||||
* | Local refcounting of blocks | Alex Auvolat | 2020-04-11 | 1 | -2/+14 |
| | |||||
* | table::insert_many, version_table::updated | Alex Auvolat | 2020-04-11 | 1 | -1/+1 |
| | |||||
* | Add block ref table | Alex Auvolat | 2020-04-10 | 1 | -0/+51 |