Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor | Alex Auvolat | 2020-04-10 | 1 | -0/+1 |
| | |||||
* | Fix the Sync issue. Details: | Alex Auvolat | 2020-04-10 | 1 | -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 Auvolat | 2020-04-09 | 1 | -0/+2 |
| | |||||
* | Some progress | Alex Auvolat | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Some work in actually storing things | Alex Auvolat | 2020-04-08 | 1 | -0/+5 |
| | |||||
* | custom data type for hashes and identifiers | Alex Auvolat | 2020-04-07 | 1 | -4/+4 |
| | |||||
* | Config management & ring | Alex Auvolat | 2020-04-07 | 1 | -3/+7 |
| | |||||
* | Refactor; ability to update network config | Alex Auvolat | 2020-04-07 | 1 | -83/+127 |
| | |||||
* | Fix pinging | Alex Auvolat | 2020-04-07 | 1 | -0/+2 |
| | |||||
* | Some work | Alex Auvolat | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | Some more basic work | Alex Auvolat | 2020-04-06 | 1 | -21/+63 |
| | |||||
* | First commit: skeleton for something great | Alex Auvolat | 2020-04-05 | 1 | -0/+76 |