| Commit message (Expand) | Author | Age | Files | Lines |
* | [rel-0.9.2] Bump version to v0.9.2v0.9.2rel-0.9.2 | Alex Auvolat | 2024-03-01 | 10 | -11/+11 |
* | [fix-signed-headers] aws signatures v4: don't actually check Content-Type is ... | Alex Auvolat | 2024-03-01 | 1 | -11/+8 |
* | [fix-auth-ct-eq] use consant time comparison for awsv4 signature verificationfix-auth-ct-eq | Alex Auvolat | 2024-02-29 | 1 | -3/+4 |
* | [fix-auth-ct-eq] use argon2 hashing and verification for admin/metrics token ... | Alex Auvolat | 2024-02-29 | 2 | -17/+42 |
* | [fix-presigned] add comments and reorganize | Alex Auvolat | 2024-02-28 | 4 | -83/+87 |
* | [fix-presigned] presigned requests: allow x-amz-* query parameters to stand i... | Alex Auvolat | 2024-02-28 | 4 | -13/+44 |
* | [fix-presigned] write comments | Alex Auvolat | 2024-02-28 | 1 | -5/+16 |
* | [fix-presigned] add back anonymous request code path + refactoring | Alex Auvolat | 2024-02-28 | 2 | -30/+40 |
* | [fix-presigned] PostObject: verify X-Amz-Algorithm | Alex Auvolat | 2024-02-28 | 1 | -0/+10 |
* | [fix-presigned] split presigned/normal signature verification | Alex Auvolat | 2024-02-28 | 4 | -262/+411 |
* | [refactor-put] add ordering tag to blocks being sent to storage nodes | Alex Auvolat | 2024-02-26 | 3 | -3/+22 |
* | [refactor-put] send several blocks in parallel to storage nodes | Alex Auvolat | 2024-02-26 | 1 | -3/+46 |
* | [refactor-put] rewrite read_and_put_block as a series of steps with channelsrefactor-put | Alex Auvolat | 2024-02-26 | 2 | -85/+109 |
* | [split_getobject] GetObject: split out handle_get_full | Alex Auvolat | 2024-02-23 | 1 | -15/+19 |
* | [refactor-block] simplify some morerefactor-block | Alex Auvolat | 2024-02-23 | 2 | -22/+5 |
* | [refactor-block] add DataBlockStream type | Alex Auvolat | 2024-02-23 | 2 | -14/+18 |
* | [refactor-block] refactor DataBlock and DataBlockPath | Alex Auvolat | 2024-02-23 | 3 | -75/+85 |
* | [refactor-block] simplify rpc_get_block | Alex Auvolat | 2024-02-23 | 2 | -24/+4 |
* | [refactor-block] move read_stream_to_end to garage_net | Alex Auvolat | 2024-02-23 | 3 | -18/+28 |
* | [refactor-block] Remove redundant BlockStream type | Alex Auvolat | 2024-02-23 | 2 | -12/+7 |
* | [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)lock-createbucket | Alex Auvolat | 2024-02-22 | 12 | -476/+511 |
* | Merge pull request 'system metrics improvements' (#726) from peer-metrics int... | Alex | 2024-02-20 | 3 | -104/+306 |
|\ |
|
| * | [peer-metrics] add basic cluster node status metrics (fix #545) | Alex Auvolat | 2024-02-20 | 1 | -0/+94 |
| * | [peer-metrics] refactor SystemMetrics to hold a reference to System | Alex Auvolat | 2024-02-20 | 3 | -72/+83 |
| * | [peer-metrics] Add metrics for cluster health, like GetClusterHealth admin API | Alex Auvolat | 2024-02-20 | 2 | -28/+172 |
| * | [peer-metrics] refactor/simplify SystemMetrics | Alex Auvolat | 2024-02-20 | 2 | -88/+41 |
* | | Merge pull request 'Filter nodes Garage tries to connect to' (#719) from reco... | Alex | 2024-02-20 | 1 | -5/+16 |
|\ \
| |/
|/| |
|
| * | [reconnect-only-current] filter nodes to reconnect to | Alex Auvolat | 2024-02-20 | 1 | -5/+16 |
* | | [networking-fixes] small refactoring in garage_net peering | Alex Auvolat | 2024-02-19 | 1 | -14/+12 |
* | | [networking-fixes] garage_net: retry connecting when new IP is learned | Alex Auvolat | 2024-02-19 | 1 | -8/+20 |
* | | [networking-fixes] add option to bind outgoing RPC sockets (fix #638) | Alex Auvolat | 2024-02-19 | 5 | -7/+31 |
* | | [networking-fixes] use rpc_public_addr in netapp's HelloMessage | Alex Auvolat | 2024-02-19 | 2 | -12/+17 |
|/ |
|
* | [import-netapp] move and rename FullMeshPeeringSrategy to PeeringManagerimport-netapp | Alex Auvolat | 2024-02-15 | 5 | -25/+25 |
* | [import-netapp] fix tests | Alex Auvolat | 2024-02-15 | 2 | -11/+13 |
* | [import-netapp] import Netapp code into Garage codebase | Alex Auvolat | 2024-02-15 | 35 | -39/+3655 |
* | [fix-cargo-toml] fix cargo warnings in Cargo.toml filesfix-cargo-toml | Alex Auvolat | 2024-02-15 | 2 | -2/+2 |
* | [fix-secrets-695] config: replace String by PathBuf for *_filefix-secrets-695 | Alex Auvolat | 2024-02-12 | 2 | -12/+14 |
* | [fix-secrets-695] take into account rpc secret from file for cli commands (fi... | Alex Auvolat | 2024-02-12 | 2 | -9/+16 |
* | Merge pull request 'Implement header overriding in GetObject (fix #650)' (#71... | Alex | 2024-02-09 | 5 | -8/+131 |
|\ |
|
| * | [header-override-650] implement header overriding in GetObject (fix #650)header-override-650 | Alex Auvolat | 2024-02-09 | 5 | -8/+131 |
* | | Merge pull request '`garage block info`: find blocks by prefix (fix #682)' (#... | Alex | 2024-02-09 | 1 | -2/+45 |
|\ \
| |/
|/| |
|
| * | [block-info-short-682] `garage block info`: find blocks by prefix (fix #682)block-info-short-682 | Alex Auvolat | 2024-02-09 | 1 | -2/+45 |
* | | [multi-char-delimiter-692] allow multi-character delimiters in List* (fix #692) | Alex Auvolat | 2024-02-09 | 3 | -7/+67 |
|/ |
|
* | [dep-upgrade-202402] fix shutdown issue introduced when upgrading hyperdep-upgrade-202402 | Alex Auvolat | 2024-02-08 | 6 | -60/+71 |
* | [dep-upgrade-202402] cargo clippy fixes | Alex Auvolat | 2024-02-08 | 5 | -11/+9 |
* | [dep-upgrade-202402] remove useless mut | Alex Auvolat | 2024-02-08 | 3 | -10/+10 |
* | [dep-upgrade-202402] refactor use of BodyStream | Alex Auvolat | 2024-02-07 | 5 | -26/+37 |
* | [dep-upgrade-202402] slightly more explicit error management | Alex Auvolat | 2024-02-07 | 2 | -3/+7 |
* | [dep-upgrade-202402] fix obsolete DateTime::from_utc calls | Alex Auvolat | 2024-02-07 | 2 | -4/+4 |
* | [dep-upgrade-202402] rename BytesBody into ErrorBody for clarity | Alex Auvolat | 2024-02-07 | 5 | -12/+12 |