aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Background task runner that replaces tokio::spawnAlex Auvolat2020-04-111-0/+1
|
* Add block ref tableAlex Auvolat2020-04-101-0/+1
|
* RefactorAlex Auvolat2020-04-101-0/+1
|
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-43/+68
| | | | | | | 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-0/+2
|
* Some progressAlex Auvolat2020-04-091-1/+1
|
* Some work in actually storing thingsAlex Auvolat2020-04-081-0/+5
|
* custom data type for hashes and identifiersAlex Auvolat2020-04-071-4/+4
|
* Config management & ringAlex Auvolat2020-04-071-3/+7
|
* Refactor; ability to update network configAlex Auvolat2020-04-071-83/+127
|
* Fix pingingAlex Auvolat2020-04-071-0/+2
|
* Some workAlex Auvolat2020-04-061-1/+1
|
* Some more basic workAlex Auvolat2020-04-061-21/+63
|
* First commit: skeleton for something greatAlex Auvolat2020-04-051-0/+76