aboutsummaryrefslogtreecommitdiff
path: root/src/data.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove proto.rs & move some definitions out of data.rsAlex Auvolat2020-04-181-23/+0
|
* Make sync send data both waysAlex Auvolat2020-04-171-1/+1
|
* WIPAlex Auvolat2020-04-161-0/+13
|
* Add block ref tableAlex Auvolat2020-04-101-10/+1
|
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-10/+14
| | | | | | | 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-13/+1
|
* Something worksAlex Auvolat2020-04-091-0/+14
|
* Some progressAlex Auvolat2020-04-091-1/+1
|
* Work & TODOAlex Auvolat2020-04-081-0/+3
|
* Some work in actually storing thingsAlex Auvolat2020-04-081-22/+2
|
* Basic workflow for client PUT, next is do actual storageAlex Auvolat2020-04-081-23/+45
|
* custom data type for hashes and identifiersAlex Auvolat2020-04-071-3/+68
|
* Config management & ringAlex Auvolat2020-04-071-0/+1
|
* Ununderstandable errorAlex Auvolat2020-04-061-0/+14
|
* Some more basic workAlex Auvolat2020-04-061-23/+0
|
* First commit: skeleton for something greatAlex Auvolat2020-04-051-0/+75