Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -369/+0 |
| | |||||
* | make most changes suggested during install-party | Trinity Pointard | 2021-05-29 | 1 | -3/+7 |
| | |||||
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -19/+19 |
| | |||||
* | fix clippy warnings on util and rpc | Trinity Pointard | 2021-05-03 | 1 | -1/+1 |
| | |||||
* | make most requested changes | Trinity Pointard | 2021-04-27 | 1 | -4/+5 |
| | |||||
* | remove useless comment | Alex Auvolat | 2021-04-27 | 1 | -1/+0 |
| | |||||
* | document rpc crate | Trinity Pointard | 2021-04-27 | 1 | -1/+26 |
| | |||||
* | Update dependencies | Alex Auvolat | 2021-03-16 | 1 | -2/+1 |
| | |||||
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 1 | -1/+1 |
| | |||||
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 1 | -1/+1 |
| | |||||
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 1 | -4/+1 |
| | |||||
* | Update sled & try to debug deadlock (but its in sled...) | Alex Auvolat | 2021-02-23 | 1 | -0/+3 |
| | |||||
* | Make less things public | Alex Auvolat | 2020-12-12 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -27/+7 |
| | |||||
* | Reorganize code | Alex Auvolat | 2020-04-23 | 1 | -0/+360 |