aboutsummaryrefslogtreecommitdiff
path: root/src/api/k2v/api_server.rs
Commit message (Expand)AuthorAgeFilesLines
* [fix-presigned] add comments and reorganizeAlex Auvolat2024-02-281-15/+3
* [fix-presigned] presigned requests: allow x-amz-* query parameters to stand i...Alex Auvolat2024-02-281-2/+3
* [dep-upgrade-202402] fix shutdown issue introduced when upgrading hyperdep-upgrade-202402Alex Auvolat2024-02-081-3/+3
* [dep-upgrade-202402] migration to http/hyper 1.0 for k2v apiAlex Auvolat2024-02-051-6/+10
* 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
* Implement PollRange API endpointAlex Auvolat2023-01-101-0/+3
* Make all HTTP services optionnalAlex Auvolat2022-09-071-10/+4
* First version of admin API (#298)Alex2022-05-241-16/+17
* First implementation of K2V (#293)Alex2022-05-101-0/+195