aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix the Sync issue. Details:Alex Auvolat2020-04-1013-427/+657
| | | | | | | 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-098-9/+41
|
* Some progressAlex Auvolat2020-04-098-113/+169
|
* Reorganize table APIAlex Auvolat2020-04-093-59/+95
|
* Work & TODOAlex Auvolat2020-04-084-40/+49
|
* Some workAlex Auvolat2020-04-085-21/+124
|
* Some work in actually storing thingsAlex Auvolat2020-04-089-76/+287
|
* Basic workflow for client PUT, next is do actual storageAlex Auvolat2020-04-087-93/+308
|
* custom data type for hashes and identifiersAlex Auvolat2020-04-076-37/+103
|
* 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-063-26/+91
|
* Some more basic workAlex Auvolat2020-04-067-63/+336
|
* First commit: skeleton for something greatAlex Auvolat2020-04-056-0/+285