aboutsummaryrefslogtreecommitdiff
path: root/src/version_table.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add block ref tableAlex Auvolat2020-04-101-2/+2
|
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-4/+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.
* Why is it not Sync??Alex Auvolat2020-04-091-0/+71
|
* Some progressAlex Auvolat2020-04-091-59/+0
|
* Reorganize table APIAlex Auvolat2020-04-091-18/+14
|
* Work & TODOAlex Auvolat2020-04-081-2/+5
|
* Some workAlex Auvolat2020-04-081-3/+4
|
* Some work in actually storing thingsAlex Auvolat2020-04-081-0/+59