aboutsummaryrefslogtreecommitdiff
path: root/src/api/k2v
Commit message (Expand)AuthorAgeFilesLines
* layout: add helper for cached/external values to centralize recomputationAlex Auvolat2023-11-151-1/+1
* layout: some refactoring of nongateway nodesAlex Auvolat2023-11-141-2/+5
* layout: refactor to use a RwLock on LayoutHistoryAlex Auvolat2023-11-091-7/+4
* cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-081-3/+6
* avoid using layout_watch in System directlyAlex Auvolat2023-11-081-1/+1
* remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-081-4/+4
* api: allow custom unix bind mode and use 0o220 for admin servernetworkException2023-10-031-1/+1
* everywhere: support unix sockets when binding in various placesnetworkException2023-09-291-2/+2
* *: apply clippy recommendations.Jonathan Davies2023-05-091-2/+2
* error.rs: Corrected error messages to say unexpected scope.Jonathan Davies2023-02-021-1/+1
* Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-262-5/+9
|\
| * Cargo.toml: Updated base64 from 0.13 to 0.21.Jonathan Davies2023-01-262-5/+9
* | PollRange & PollItem: min timeout = 1 secAlex Auvolat2023-01-112-2/+2
* | Correctly return bad requests when seeh marker is invalidAlex Auvolat2023-01-112-11/+5
* | Implement PollRange API endpointAlex Auvolat2023-01-105-17/+86
* | K2V: Subscription to ranges of itemsAlex Auvolat2023-01-101-1/+1
|/
* Fix router keyword handling (fix #442)router-keywords-fixAlex Auvolat2022-12-121-23/+20
* Use status code 204 No Content for empty responsesTobias Krischer2022-10-172-2/+2
* Make all HTTP services optionnalAlex Auvolat2022-09-071-10/+4
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-1/+1
* Fix Content-Type headers for {admin,k2v} errors and admin responsesfix/admin-api-content-typeAlex Auvolat2022-05-251-2/+3
* First version of admin API (#298)Alex2022-05-248-35/+166
* K2V: Fix `end` parameter and add tests (fix #305)fix-k2v-305Alex Auvolat2022-05-171-1/+5
* First implementation of K2V (#293)Alex2022-05-107-0/+1249