Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clippy lints (fix #121) | Alex Auvolat | 2021-10-26 | 1 | -2/+2 |
| | |||||
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -21/+15 |
| | | | | Discovery via consul, persist peer list to file | ||||
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -38/+59 |
| | |||||
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -23/+23 |
| | |||||
* | fix clippy warnings on table | Trinity Pointard | 2021-05-03 | 1 | -12/+11 |
| | |||||
* | Update dependencies | Alex Auvolat | 2021-03-16 | 1 | -11/+5 |
| | |||||
* | Simpler Merkle & sync | Alex Auvolat | 2021-03-16 | 1 | -97/+37 |
| | |||||
* | Refactor code | Alex Auvolat | 2021-03-16 | 1 | -27/+31 |
| | |||||
* | Simplify replication logic | Alex Auvolat | 2021-03-16 | 1 | -7/+4 |
| | |||||
* | 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 | -23/+12 |
| | |||||
* | Refactor block resync loop; make workers infaillible | Alex Auvolat | 2021-03-15 | 1 | -6/+4 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-03-12 | 1 | -4/+7 |
| | |||||
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 1 | -12/+6 |
| | |||||
* | Move table rpc client out of tableaux | Alex Auvolat | 2021-03-12 | 1 | -3/+3 |
| | |||||
* | Make syncer have its own rpc client/server | Alex Auvolat | 2021-03-12 | 1 | -23/+58 |
| | |||||
* | Don't sync at beginning | Alex Auvolat | 2021-03-12 | 1 | -3/+7 |
| | |||||
* | Fix merkle updater not being notified; improved logging | Alex Auvolat | 2021-03-12 | 1 | -6/+7 |
| | |||||
* | whoops | Alex Auvolat | 2021-03-11 | 1 | -1/+9 |
| | |||||
* | More security: don't delete stuff too easily | Alex Auvolat | 2021-03-11 | 1 | -0/+3 |
| | |||||
* | Add comment, and also whoops, this wasn't doing what we expected | Alex Auvolat | 2021-03-11 | 1 | -8/+14 |
| | |||||
* | Add a nice warning | Alex Auvolat | 2021-03-11 | 1 | -2/+5 |
| | |||||
* | Tiny changes | Alex Auvolat | 2021-03-11 | 1 | -3/+6 |
| | |||||
* | (not well tested) use merkle tree for sync | Alex Auvolat | 2021-03-11 | 1 | -0/+632 |