aboutsummaryrefslogtreecommitdiff
path: root/src/api_server.rs
Commit message (Expand)AuthorAgeFilesLines
* Reorder imports.Alex Auvolat2020-04-181-3/+4
* Remove proto.rs & move some definitions out of data.rsAlex Auvolat2020-04-181-0/+4
* Massive RPC refactoringAlex Auvolat2020-04-181-5/+10
* Fix sync: use max root checksum levelAlex Auvolat2020-04-171-6/+4
* Implement getting missing blocks when RC increasesAlex Auvolat2020-04-171-51/+5
* Make all requests continue in the background even after we got enough responses.Alex Auvolat2020-04-161-2/+2
* Small refactoringsAlex Auvolat2020-04-121-2/+2
* TLS for command line clientAlex Auvolat2020-04-121-2/+2
* fixesAlex Auvolat2020-04-121-4/+4
* Keep network status & ring in a tokio::sync::watchAlex Auvolat2020-04-111-6/+6
* Background task runner that replaces tokio::spawnAlex Auvolat2020-04-111-2/+31
* Add block ref tableAlex Auvolat2020-04-101-9/+20
* RefactorAlex Auvolat2020-04-101-71/+4
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-79/+202
* Why is it not Sync??Alex Auvolat2020-04-091-30/+92
* Some progressAlex Auvolat2020-04-091-22/+47
* Reorganize table APIAlex Auvolat2020-04-091-12/+10
* Some work in actually storing thingsAlex Auvolat2020-04-081-41/+29
* Basic workflow for client PUT, next is do actual storageAlex Auvolat2020-04-081-49/+187
* Refactor; ability to update network configAlex Auvolat2020-04-071-0/+76