| Commit message (Expand) | Author | Age | Files | Lines |
* | garage_db: refactor transactions and add on_commit mechanism | Alex Auvolat | 2023-09-21 | 1 | -2/+2 |
* | Make it explicit when using nonversioned encoding | Alex Auvolat | 2023-01-03 | 1 | -3/+4 |
* | cleanup | Alex Auvolat | 2023-01-03 | 1 | -14/+3 |
* | Simplified and more aggressive worker exit logic | Alex Auvolat | 2022-12-14 | 1 | -4/+1 |
* | Spawn all background workers in a separate step | Alex Auvolat | 2022-12-14 | 1 | -6/+6 |
* | Proper queueing for delayed inserts, now backed to disk | Alex Auvolat | 2022-12-14 | 1 | -1/+5 |
* | cli: prettier table in garage stats | Alex Auvolat | 2022-12-13 | 1 | -0/+4 |
* | Prettier worker list table; remove useless CLI log messages | Alex Auvolat | 2022-12-12 | 1 | -7/+5 |
* | Background task manager (#332) | Alex | 2022-07-08 | 1 | -33/+54 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -50/+51 |
* | Add tracing integration with opentelemetry | Alex Auvolat | 2022-03-14 | 1 | -1/+0 |
* | Make table name a const in trait | Alex Auvolat | 2021-12-15 | 1 | -6/+9 |
* | Fix clippy lints (fix #121) | Alex Auvolat | 2021-10-26 | 1 | -2/+2 |
* | fix clippy warnings on table | Trinity Pointard | 2021-05-03 | 1 | -13/+6 |
* | Improve bootstraping: do it regularly; persist peer list | Alex Auvolat | 2021-04-27 | 1 | -6/+17 |
* | Todo make a test for the Merkle updater | Alex Auvolat | 2021-03-16 | 1 | -44/+59 |
* | Update dependencies | Alex Auvolat | 2021-03-16 | 1 | -6/+5 |
* | Simpler Merkle & sync | Alex Auvolat | 2021-03-16 | 1 | -17/+12 |
* | some reordering | Alex Auvolat | 2021-03-16 | 1 | -4/+2 |
* | Refactor code | Alex Auvolat | 2021-03-16 | 1 | -27/+34 |
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 1 | -4/+1 |
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 1 | -2/+2 |
* | Refactor block resync loop; make workers infaillible | Alex Auvolat | 2021-03-15 | 1 | -2/+1 |
* | Small fixes | Alex Auvolat | 2021-03-15 | 1 | -2/+10 |
* | Tiny things | Alex Auvolat | 2021-03-15 | 1 | -0/+1 |
* | Make block rc code more understandable | 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 |
* | Implement garage stats to get info on node contents | Alex Auvolat | 2021-03-12 | 1 | -2/+2 |
* | Make syncer have its own rpc client/server | Alex Auvolat | 2021-03-12 | 1 | -5/+13 |
* | Fix merkle updater not being notified; improved logging | Alex Auvolat | 2021-03-12 | 1 | -6/+7 |
* | whoops | Alex Auvolat | 2021-03-11 | 1 | -1/+2 |
* | (not well tested) use merkle tree for sync | Alex Auvolat | 2021-03-11 | 1 | -24/+83 |
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 1 | -11/+28 |
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 1 | -0/+352 |