aboutsummaryrefslogtreecommitdiff
path: root/src/proto.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove proto.rs & move some definitions out of data.rsAlex Auvolat2020-04-181-31/+0
|
* Massive RPC refactoringAlex Auvolat2020-04-181-19/+0
|
* Implement sending blocks to nodes that need themAlex Auvolat2020-04-171-0/+2
|
* Small refactoringsAlex Auvolat2020-04-121-1/+2
|
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-4/+4
| | | | | | | 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-1/+2
|
* Some work in actually storing thingsAlex Auvolat2020-04-081-1/+2
|
* Basic workflow for client PUT, next is do actual storageAlex Auvolat2020-04-081-0/+11
|
* custom data type for hashes and identifiersAlex Auvolat2020-04-071-1/+1
|
* Config management & ringAlex Auvolat2020-04-071-2/+0
|
* Refactor; ability to update network configAlex Auvolat2020-04-071-0/+4
|
* Fix pingingAlex Auvolat2020-04-071-0/+1
|
* Ununderstandable errorAlex Auvolat2020-04-061-4/+7
|
* Some more basic workAlex Auvolat2020-04-061-0/+20
|
* First commit: skeleton for something greatAlex Auvolat2020-04-051-0/+8