Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 2 | -2/+5 |
| | |||||
* | Add versions to dependencies0.1.0 | Alex Auvolat | 2020-07-07 | 1 | -1/+1 |
| | |||||
* | Add license, description and repository to .toml files | Alex Auvolat | 2020-07-07 | 1 | -0/+3 |
| | |||||
* | Add automatic peer discovery from Consul | Alex Auvolat | 2020-06-30 | 4 | -3/+108 |
| | |||||
* | Rate limit requests a bit more seriously | Alex Auvolat | 2020-05-01 | 1 | -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 compilation | Alex Auvolat | 2020-04-24 | 6 | -37/+57 |
| | |||||
* | Reorganize code | Alex Auvolat | 2020-04-23 | 5 | -0/+1414 |