| Commit message (Expand) | Author | Age | Files | Lines |
* | [dep-upgrade-202402] refactor http listener code | Alex Auvolat | 2024-02-07 | 1 | -56/+19 |
* | [dep-upgrade-202402] migration to http/hyper 1.0 for k2v api | Alex Auvolat | 2024-02-05 | 1 | -1/+3 |
* | [dep-upgrade-202402] wip: port to http/hyper crates v1 | Alex Auvolat | 2024-02-05 | 2 | -54/+68 |
* | [dep-upgrade-202402] refactor dependencies: move all as workspace deps | Alex Auvolat | 2024-02-05 | 1 | -9/+9 |
* | Bump version to 0.9.1v0.9.1rel-v0.9.1 | Alex Auvolat | 2024-01-16 | 1 | -1/+1 |
* | bump version to v0.9.0v0.9.0next | Alex Auvolat | 2023-10-10 | 1 | -1/+1 |
* | everywhere: support unix sockets when binding in various places | networkException | 2023-09-29 | 1 | -9/+49 |
* | cargo: add hyperlocal as a dependency | networkException | 2023-09-29 | 1 | -0/+3 |
* | update version to 0.8.4v0.8.4hold-netapp-0.5.2 | Alex Auvolat | 2023-09-05 | 1 | -1/+1 |
* | bump version to 0.8.3v0.8.3-rc1 | Alex Auvolat | 2023-08-28 | 1 | -1/+1 |
* | web_server.rs: handle error properly and refactorcompat/index-without-trailing-slash | Alex Auvolat | 2023-08-28 | 1 | -23/+13 |
* | support index on path missing a trailing slash | Quentin Dufour | 2023-08-08 | 1 | -28/+102 |
* | *: apply clippy recommendations. | Jonathan Davies | 2023-05-09 | 1 | -1/+1 |
* | Declare garage crates using workspace.dependencies | Jakub Jirutka | 2023-05-09 | 1 | -4/+4 |
* | Prepare for v0.8.2 | Alex Auvolat | 2023-03-13 | 1 | -5/+5 |
* | web/web_server.rs: Handle X-Forwarded-For here too. | Jonathan Davies | 2023-03-06 | 1 | -1/+14 |
* | Fix duplicated content-type in error document | Baptiste Jonglez | 2023-01-29 | 1 | -1/+0 |
* | Cargo.toml: Loosen tracing dependency to just 0.1. | Jonathan Davies | 2023-01-26 | 1 | -1/+1 |
* | Bump everything to v0.8.1 | Alex Auvolat | 2023-01-02 | 1 | -5/+5 |
* | cargo2nix unstable (patched), rust 1.63.0, nixpkgs 22.05 (32-bit builds are b... | Alex Auvolat | 2022-10-14 | 1 | -1/+1 |
* | Make all HTTP services optionnal | Alex Auvolat | 2022-09-07 | 2 | -199/+212 |
* | Bump versions to 0.8.0 (compatibility is broken already) | Alex Auvolat | 2022-09-06 | 1 | -5/+5 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 2 | -28/+18 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 1 | -2/+2 |
* | Fix some new clippy lintsfix-resync | Alex Auvolat | 2022-03-14 | 1 | -2/+1 |
* | Bump version to 0.7 because of incompatible Netapp | Alex Auvolat | 2022-03-14 | 1 | -5/+5 |
* | Add metrics to web endpoint | Alex Auvolat | 2022-03-14 | 2 | -4/+78 |
* | Add tracing integration with opentelemetry | Alex Auvolat | 2022-03-14 | 2 | -2/+2 |
* | More permissive OPTIONS on S3 APIv0.6.1better-cors | Alex Auvolat | 2022-03-01 | 1 | -2/+2 |
* | Process CORS earlier in pipeline | Alex Auvolat | 2022-02-28 | 1 | -1/+1 |
* | Multipart improvements | Alex Auvolat | 2022-01-24 | 1 | -3/+3 |
* | Handle OPTIONS on website endpointbucket-cors | Alex Auvolat | 2022-01-24 | 1 | -3/+7 |
* | Implement {Put,Get,Delete}BucketCors and CORS in general | Alex Auvolat | 2022-01-24 | 1 | -52/+60 |
* | Make use of website config, return error document on error | Alex Auvolat | 2022-01-13 | 1 | -26/+102 |
* | New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updates | Alex Auvolat | 2022-01-04 | 1 | -1/+1 |
* | New buckets for 0.6.0: small changes | Alex Auvolat | 2022-01-04 | 1 | -2/+1 |
* | New buckets for 0.6.0: small fixes, including: | Alex Auvolat | 2022-01-04 | 1 | -1/+1 |
* | Model changes | Alex Auvolat | 2022-01-04 | 1 | -4/+12 |
* | New model for buckets | Alex Auvolat | 2022-01-04 | 2 | -18/+25 |
* | Improved handling of HTTP ranges | trinity-1686a | 2021-11-29 | 2 | -1/+11 |
* | Improve how node roles are assigned in Garagev0.5-beta1 | Alex Auvolat | 2021-11-16 | 1 | -5/+6 |
* | add support for vhost-style s3 bucket | Trinity Pointard | 2021-11-16 | 2 | -112/+3 |
* | Fix clippy lints (fix #121) | Alex Auvolat | 2021-10-26 | 1 | -4/+4 |
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 1 | -1/+3 |
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 2 | -2/+4 |
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -5/+5 |
* | Prepare for v0.3.0 and add migration path from v0.2.1.xv0.3.0 | Alex Auvolat | 2021-05-28 | 1 | -5/+5 |
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -3/+2 |
* | fix clippy warnings on web | Trinity Pointard | 2021-05-03 | 2 | -12/+13 |
* | make most requested changes | Trinity Pointard | 2021-04-27 | 2 | -2/+1 |