| Commit message (Expand) | Author | Age | Files | Lines |
* | *: apply clippy recommendations. | Jonathan Davies | 2023-05-09 | 1 | -1/+1 |
* | obsolete clippy lintsv0.8.2prepare-v082 | Alex Auvolat | 2023-03-13 | 1 | -1/+0 |
* | Fix fmt | Alex Auvolat | 2023-01-26 | 1 | -1/+1 |
* | More clippy fixes | Alex Auvolat | 2023-01-26 | 3 | -8/+9 |
* | Merge branch 'main' into k2v-watch-range-2 | Alex Auvolat | 2023-01-26 | 3 | -6/+8 |
|\ |
|
| * | {model,util}/Cargo.toml: Updated blake2 from 0.9 to 0.10. | Jonathan Davies | 2023-01-26 | 1 | -2/+2 |
| * | Cargo.toml: Updated base64 from 0.13 to 0.21. | Jonathan Davies | 2023-01-26 | 1 | -2/+5 |
* | | PollRange: add extra RPC delay after quorum is achieved, | Alex Auvolat | 2023-01-11 | 1 | -18/+59 |
* | | Poll cleanup | Alex Auvolat | 2023-01-11 | 1 | -2/+2 |
* | | Correctly return bad requests when seeh marker is invalid | Alex Auvolat | 2023-01-11 | 3 | -18/+34 |
* | | PollRange: return immediately if no seen marker is provided | Alex Auvolat | 2023-01-11 | 1 | -18/+39 |
* | | Lock once for insert_many | Alex Auvolat | 2023-01-11 | 1 | -12/+22 |
* | | Implement PollRange API endpoint | Alex Auvolat | 2023-01-10 | 1 | -1/+1 |
* | | PollRange RPC | Alex Auvolat | 2023-01-10 | 3 | -18/+159 |
* | | Type definition for range seen marker | Alex Auvolat | 2023-01-10 | 4 | -10/+117 |
* | | Make K2V item timestamps globally increasing on each node | Alex Auvolat | 2023-01-10 | 2 | -6/+46 |
* | | K2V: Subscription to ranges of items | Alex Auvolat | 2023-01-10 | 5 | -57/+115 |
|/ |
|
* | Refactor how things are migrated | Alex Auvolat | 2023-01-03 | 1 | -21/+33 |
* | Small refactor of tables internals | Alex Auvolat | 2022-12-14 | 1 | -6/+1 |
* | Ability to have custom timeouts in request strategy (not used)configurable-timeouts | Alex Auvolat | 2022-09-20 | 2 | -5/+5 |
* | RPC performance changes | Alex Auvolat | 2022-09-19 | 1 | -19/+17 |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 3 | -73/+50 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -4/+20 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 6 | -0/+807 |