aboutsummaryrefslogtreecommitdiff
path: root/src/object_table.rs
Commit message (Collapse)AuthorAgeFilesLines
* WIPAlex Auvolat2020-04-171-0/+6
| | | | | | TODOs: - ensure sync goes both way - finish sending blocks to other nodes when they need them before deleting
* Table range deletionAlex Auvolat2020-04-171-7/+7
|
* Small refactoringsAlex Auvolat2020-04-121-1/+1
|
* Trying to do TLSAlex Auvolat2020-04-121-1/+1
|
* Refactor a bitAlex Auvolat2020-04-121-6/+6
|
* table::insert_many, version_table::updatedAlex Auvolat2020-04-111-3/+1
|
* Background task runner that replaces tokio::spawnAlex Auvolat2020-04-111-5/+35
|
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-8/+12
| | | | | | | So the HTTP client future of Hyper is not Sync, thus the stream that read blocks wasn't either. However Hyper's default Body type requires a stream to be Sync for wrap_stream. Solution: reimplement a custom HTTP body type.
* Why is it not Sync??Alex Auvolat2020-04-091-19/+16
|
* Locally, transactionsAlex Auvolat2020-04-091-2/+9
|
* Something worksAlex Auvolat2020-04-091-1/+2
|
* Some progressAlex Auvolat2020-04-091-0/+88