| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup | Alex Auvolat | 2023-01-03 | 1 | -11/+3 |
* | Refactor how things are migrated | Alex Auvolat | 2023-01-03 | 1 | -3/+4 |
* | Get rid of background::spawn | Alex Auvolat | 2022-12-14 | 1 | -5/+10 |
* | Refactor background runner and get rid of job worker | Alex Auvolat | 2022-12-14 | 1 | -11/+8 |
* | Spawn all background workers in a separate step | Alex Auvolat | 2022-12-14 | 1 | -8/+14 |
* | Proper queueing for delayed inserts, now backed to disk | Alex Auvolat | 2022-12-14 | 1 | -0/+11 |
* | RPC performance changes | Alex Auvolat | 2022-09-19 | 1 | -11/+3 |
* | Remove/change println! in server code (fix #358) | Alex Auvolat | 2022-09-13 | 1 | -1/+0 |
* | Less strict timeouts | Alex Auvolat | 2022-09-01 | 1 | -1/+1 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -1/+3 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 1 | -31/+95 |
* | Add spans to table calls, change span names in RPC | Alex Auvolat | 2022-03-14 | 1 | -2/+37 |
* | Add metrics to API endpoint | Alex Auvolat | 2022-03-14 | 1 | -2/+4 |
* | Refactor how durations are measured | Alex Auvolat | 2022-03-14 | 1 | -28/+34 |
* | Add many metrics in table/ and rpc/ | Alex Auvolat | 2022-03-14 | 1 | -1/+33 |
* | Some movement of helper code and refactoring of error handling | Alex Auvolat | 2022-01-04 | 1 | -1/+1 |
* | Make table name a const in trait | Alex Auvolat | 2021-12-15 | 1 | -9/+3 |
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -20/+15 |
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -46/+64 |
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -23/+23 |
* | fix clippy warnings on table | Trinity Pointard | 2021-05-03 | 1 | -8/+5 |
* | Leader-based GC | Alex Auvolat | 2021-03-16 | 1 | -1/+1 |
* | some reordering | Alex Auvolat | 2021-03-16 | 1 | -2/+2 |
* | Refactor code | Alex Auvolat | 2021-03-16 | 1 | -27/+26 |
* | Simplify replication logic | Alex Auvolat | 2021-03-16 | 1 | -5/+5 |
* | cargo fmt | Alex Auvolat | 2021-03-12 | 1 | -1/+1 |
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 1 | -6/+2 |
* | Move table rpc client out of tableaux | Alex Auvolat | 2021-03-12 | 1 | -18/+13 |
* | Make syncer have its own rpc client/server | Alex Auvolat | 2021-03-12 | 1 | -2/+2 |
* | (not well tested) use merkle tree for sync | Alex Auvolat | 2021-03-11 | 1 | -28/+22 |
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 1 | -214/+51 |
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 1 | -29/+62 |
* | Refactor model stuff, including cleaner CRDTs | Alex Auvolat | 2021-03-10 | 1 | -0/+1 |
* | Remove epidemic propagation for fully replicated stuff: write directly to all... | Alex Auvolat | 2021-03-05 | 1 | -15/+2 |
* | I was tired yesterday | Alex Auvolat | 2021-02-24 | 1 | -1/+1 |
* | fix misuse of sled transactions | Alex Auvolat | 2021-02-23 | 1 | -1/+1 |
* | Update sled & try to debug deadlock (but its in sled...) | Alex Auvolat | 2021-02-23 | 1 | -7/+3 |
* | Make updated() be a sync function that doesn't fail | Alex Auvolat | 2021-02-23 | 1 | -3/+3 |
* | Handle correctly deletion dues to offloading | Alex Auvolat | 2021-02-23 | 1 | -23/+21 |
* | Several changes in table_sync: | Alex Auvolat | 2021-02-23 | 1 | -1/+1 |
* | Some refactoring | Alex Auvolat | 2021-02-21 | 1 | -1/+2 |
* | Propose ETag fixbug/etag | Alex Auvolat | 2020-12-05 | 1 | -1/+2 |
* | data hexdump in warningfeature/better-crdt | Alex Auvolat | 2020-11-20 | 1 | -0/+3 |
* | Warning when cannot decode entry (data format incompatibilities) | Alex Auvolat | 2020-11-20 | 1 | -8/+13 |
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -1/+1 |
* | cargo fmt | Alex Auvolat | 2020-07-08 | 1 | -13/+10 |
* | Add support for model migrations | Alex Auvolat | 2020-07-08 | 1 | -73/+19 |
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -10/+10 |
* | Reorganize code | Alex Auvolat | 2020-04-23 | 1 | -0/+524 |