aboutsummaryrefslogtreecommitdiff
path: root/src/api/k2v/api_server.rs
Commit message (Expand)AuthorAgeFilesLines
* split s3/cors.rs into also common/cors.rsAlex Auvolat25 hours1-1/+1
* fix things upAlex Auvolat25 hours1-5/+4
* wip: split garage_api into garage_api_{common,s3,k2v,admin}Alex Auvolat26 hours1-10/+10
* api: better handling of helper errors to distinguish error codesAlex Auvolat3 days1-2/+4
* Fix all typosStefan Majer2025-01-161-1/+1
* add request context helperYureka2024-03-041-21/+24
* [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