aboutsummaryrefslogtreecommitdiff
path: root/src/rpc_client.rs
Commit message (Expand)AuthorAgeFilesLines
* Reorganize codeAlex Auvolat2020-04-231-358/+0
* Better error reportingAlex Auvolat2020-04-231-5/+4
* Continue pinging nodes when they are down ; overall better handling of down n...Alex Auvolat2020-04-231-19/+48
* RPC to ourself do not pass through serialization + HTTPSAlex Auvolat2020-04-231-9/+36
* RequestStrategy with possible interruption or notAlex Auvolat2020-04-231-14/+42
* Fix in rpc_client (see comment in code)Alex Auvolat2020-04-221-1/+11
* Well they still have to exit when we're exiting thoughAlex Auvolat2020-04-221-1/+0
* Better concurrency:Alex Auvolat2020-04-221-15/+39
* Make UUID & Hash Copy and remove some .clone() noiseAlex Auvolat2020-04-211-2/+2
* Pretty loggingAlex Auvolat2020-04-211-1/+1
* Add hostname to node infoAlex Auvolat2020-04-191-4/+5
* Begin implement bucket management & admin commandsAlex Auvolat2020-04-191-7/+9
* Reorder imports.Alex Auvolat2020-04-181-2/+2
* Massive RPC refactoringAlex Auvolat2020-04-181-94/+153
* Implement getting missing blocks when RC increasesAlex Auvolat2020-04-171-3/+9
* Make all requests continue in the background even after we got enough responses.Alex Auvolat2020-04-161-14/+25
* WIPAlex Auvolat2020-04-161-1/+1
* Begin work on sync...Alex Auvolat2020-04-161-2/+4
* CleanupAlex Auvolat2020-04-121-2/+1
* TLS works \o/Alex Auvolat2020-04-121-6/+5
* Trying to do TLSAlex Auvolat2020-04-121-9/+44
* Keep network status & ring in a tokio::sync::watchAlex Auvolat2020-04-111-2/+2
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-34/+37
* Why is it not Sync??Alex Auvolat2020-04-091-1/+1
* Something worksAlex Auvolat2020-04-091-1/+1
* Basic workflow for client PUT, next is do actual storageAlex Auvolat2020-04-081-9/+38
* Refactor; ability to update network configAlex Auvolat2020-04-071-0/+96