aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rpc_client.rs
Commit message (Collapse)AuthorAgeFilesLines
* First port of Garage to NetappAlex Auvolat2021-10-221-369/+0
|
* make most changes suggested during install-partyTrinity Pointard2021-05-291-3/+7
|
* rename types to CamelCaseTrinity Pointard2021-05-031-19/+19
|
* fix clippy warnings on util and rpcTrinity Pointard2021-05-031-1/+1
|
* make most requested changesTrinity Pointard2021-04-271-4/+5
|
* remove useless commentAlex Auvolat2021-04-271-1/+0
|
* document rpc crateTrinity Pointard2021-04-271-1/+26
|
* Update dependenciesAlex Auvolat2021-03-161-2/+1
|
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-151-1/+1
|
* WIP migrate to tokio 1Alex Auvolat2021-03-151-1/+1
|
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-4/+1
|
* Update sled & try to debug deadlock (but its in sled...)Alex Auvolat2021-02-231-0/+3
|
* Make less things publicAlex Auvolat2020-12-121-3/+3
|
* Rate limit requests a bit more seriouslyAlex Auvolat2020-05-011-1/+2
| | | | | | | | | droping the slot later (after reading the request response) means that we aren't freeing our quota slot, so the maximum number of simultaneous requests now also counts the response reading phase TODO next: quotas per rpc destination node, or maybe per datacenter (?)
* Split code for modular compilationAlex Auvolat2020-04-241-27/+7
|
* Reorganize codeAlex Auvolat2020-04-231-0/+360