Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove proto.rs & move some definitions out of data.rs | Alex Auvolat | 2020-04-18 | 1 | -31/+0 |
| | |||||
* | Massive RPC refactoring | Alex Auvolat | 2020-04-18 | 1 | -19/+0 |
| | |||||
* | Implement sending blocks to nodes that need them | Alex Auvolat | 2020-04-17 | 1 | -0/+2 |
| | |||||
* | Small refactorings | Alex Auvolat | 2020-04-12 | 1 | -1/+2 |
| | |||||
* | Fix the Sync issue. Details: | Alex Auvolat | 2020-04-10 | 1 | -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 Auvolat | 2020-04-09 | 1 | -1/+2 |
| | |||||
* | Some work in actually storing things | Alex Auvolat | 2020-04-08 | 1 | -1/+2 |
| | |||||
* | Basic workflow for client PUT, next is do actual storage | Alex Auvolat | 2020-04-08 | 1 | -0/+11 |
| | |||||
* | custom data type for hashes and identifiers | Alex Auvolat | 2020-04-07 | 1 | -1/+1 |
| | |||||
* | Config management & ring | Alex Auvolat | 2020-04-07 | 1 | -2/+0 |
| | |||||
* | Refactor; ability to update network config | Alex Auvolat | 2020-04-07 | 1 | -0/+4 |
| | |||||
* | Fix pinging | Alex Auvolat | 2020-04-07 | 1 | -0/+1 |
| | |||||
* | Ununderstandable error | Alex Auvolat | 2020-04-06 | 1 | -4/+7 |
| | |||||
* | Some more basic work | Alex Auvolat | 2020-04-06 | 1 | -0/+20 |
| | |||||
* | First commit: skeleton for something great | Alex Auvolat | 2020-04-05 | 1 | -0/+8 |