aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Background task runner that replaces tokio::spawnAlex Auvolat2020-04-111-0/+6
|
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-3/+3
| | | | | | | 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.
* Locally, transactionsAlex Auvolat2020-04-091-0/+9
|
* Something worksAlex Auvolat2020-04-091-0/+2
|
* Some progressAlex Auvolat2020-04-091-2/+16
|
* Work & TODOAlex Auvolat2020-04-081-3/+0
|
* Some workAlex Auvolat2020-04-081-0/+6
|
* Basic workflow for client PUT, next is do actual storageAlex Auvolat2020-04-081-0/+6
|
* custom data type for hashes and identifiersAlex Auvolat2020-04-071-9/+9
|
* Some more basic workAlex Auvolat2020-04-061-1/+13
|
* First commit: skeleton for something greatAlex Auvolat2020-04-051-0/+19