aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix the Sync issue. Details:Alex Auvolat2020-04-1014-427/+658
| | | | | | | 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-0912-84/+294
|
* Locally, transactionsAlex Auvolat2020-04-093-18/+57
|
* Something worksAlex Auvolat2020-04-0910-9/+60
|
* Some progressAlex Auvolat2020-04-098-113/+169
|
* Reorganize table APIAlex Auvolat2020-04-094-60/+96
|
* Work & TODOAlex Auvolat2020-04-085-40/+78
|
* Some workAlex Auvolat2020-04-087-21/+132
|
* Some work in actually storing thingsAlex Auvolat2020-04-0811-110/+302
|
* Basic workflow for client PUT, next is do actual storageAlex Auvolat2020-04-087-93/+308
|
* custom data type for hashes and identifiersAlex Auvolat2020-04-078-37/+114
|
* Config management & ringAlex Auvolat2020-04-075-19/+95
|
* Refactor; ability to update network configAlex Auvolat2020-04-077-174/+377
|
* Fix pingingAlex Auvolat2020-04-073-76/+83
|
* Forgot to recalculate hash at strategic locationsAlex Auvolat2020-04-061-7/+21
|
* Seems to be fixedAlex Auvolat2020-04-062-36/+29
|
* Ununderstandable errorAlex Auvolat2020-04-064-40/+188
|
* Some workAlex Auvolat2020-04-065-26/+168
|
* Some more basic workAlex Auvolat2020-04-0610-65/+415
|
* First commit: skeleton for something greatAlex Auvolat2020-04-0512-0/+2023