aboutsummaryrefslogtreecommitdiff
path: root/src/model/k2v/rpc.rs
Commit message (Expand)AuthorAgeFilesLines
* [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-151-1/+1
* More clippy fixesAlex Auvolat2023-01-261-3/+3
* PollRange: add extra RPC delay after quorum is achieved,Alex Auvolat2023-01-111-18/+59
* Poll cleanupAlex Auvolat2023-01-111-2/+2
* Correctly return bad requests when seeh marker is invalidAlex Auvolat2023-01-111-6/+7
* PollRange: return immediately if no seen marker is providedAlex Auvolat2023-01-111-18/+39
* Lock once for insert_manyAlex Auvolat2023-01-111-12/+22
* PollRange RPCAlex Auvolat2023-01-101-4/+129
* Make K2V item timestamps globally increasing on each nodeAlex Auvolat2023-01-101-4/+41
* K2V: Subscription to ranges of itemsAlex Auvolat2023-01-101-5/+5
* Small refactor of tables internalsAlex Auvolat2022-12-141-6/+1
* RPC performance changesAlex Auvolat2022-09-191-19/+17
* First implementation of K2V (#293)Alex2022-05-101-0/+343