History log of /tonic/ (Results 1 – 25 of 1185)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
72b0fd5901-Mar-2025 tottoto <[email protected]>

chore: Remove unused mutability (#2183)

8ee85fc401-Mar-2025 tottoto <[email protected]>

chore: Remove html_root_url (#2184)

77cee9c501-Mar-2025 Marco Neumann <[email protected]>

feat: optional `SSLKEYLOGFILE` support (#1539)

Add a `use_key_log` option to server and client TLS configs that -- when
set -- will enable rustls's `SSLKEYLOGFILE` handling.

This is helpful when yo

feat: optional `SSLKEYLOGFILE` support (#1539)

Add a `use_key_log` option to server and client TLS configs that -- when
set -- will enable rustls's `SSLKEYLOGFILE` handling.

This is helpful when you want to intercept TLS traffic for debugging and
is generally supported by many libraries and browsers. Also see:
https://wiki.wireshark.org/TLS#using-the-pre-master-secret

show more ...

fc940ce111-Feb-2025 tottoto <[email protected]>

chore: Update to strum 0.27 (#2180)

2b7e2c3e11-Feb-2025 tottoto <[email protected]>

chore(transport): Remove redundant type reconstruct (#2176)

766fa85811-Feb-2025 tottoto <[email protected]>

chore: Refactor redundant pattern match (#2174)

1a7a61d811-Feb-2025 tottoto <[email protected]>

chore(transport): Update url to http crate document (#2173)

a2769c4d11-Feb-2025 Maxim Evtush <[email protected]>

Update LICENSE (#2167)

78be69e931-Jan-2025 tottoto <[email protected]>

chore(interop): Replace repeat and take with repeat_n (#2170)

f07abb2731-Jan-2025 tottoto <[email protected]>

chore(examples): Update to rand 0.9 (#2168)

f4bc1fd131-Jan-2025 tottoto <[email protected]>

chore: Add getrandom and wasi crate to cargo-deny skip config (#2169)

c9c17c7631-Jan-2025 Amr Hassan <[email protected]>

Add From<T> for Response<T> (#1064)

Co-authored-by: tottoto <[email protected]>

86815d8e24-Jan-2025 hr567 <[email protected]>

feat(metadata): Implement AsRef and AsMut traits for MetadataMap (#2161)

Signed-off-by: hr567 <[email protected]>

47ed9d3d23-Jan-2025 tottoto <[email protected]>

feat: Expose recover error service (#2159)

dcaa679123-Jan-2025 tottoto <[email protected]>

chore: Introduce rust-version in manifest (#2160)

1777e27f23-Jan-2025 tottoto <[email protected]>

chore(web): Remove byte char slice (#2158)

fe9613c723-Jan-2025 Andreas Sommer <[email protected]>

Fix percent-encoding of percent sign in `grpc-message` header (#2107)

910a4f1023-Jan-2025 Kevin McDonald <[email protected]>

improve gRPC-Web client behavior with trailers with a space after the colon (#2053)

According to the gRPC Web Spec, Trailers should have a space after the colon, like this:

grpc-status: 0
grpc-mess

improve gRPC-Web client behavior with trailers with a space after the colon (#2053)

According to the gRPC Web Spec, Trailers should have a space after the colon, like this:

grpc-status: 0
grpc-message: Message Here

But tonic-web client and server both omit the space, like:

grpc-status:0
grpc-message:Message Here

This is likely fine for the server to do since most clients can handle having the space or not
but the tonic-web client should also handle the space character being there, which is what this
change does.

show more ...

88aed0e020-Jan-2025 tottoto <[email protected]>

feat(server): Allow server used independently of router (#2154)

a7de991219-Jan-2025 tottoto <[email protected]>

feat(server): Add serve api to server (#2152)

ca9dbde819-Jan-2025 tottoto <[email protected]>

chore(server): Remove unnecessary static lifetime bound (#2153)

afb9df8918-Jan-2025 tottoto <[email protected]>

chore(router): Simplify unimplemented fallback (#2151)

6664610518-Jan-2025 tottoto <[email protected]>

fix(test): Use test domain for test url (#2150)

fb207adb17-Jan-2025 tottoto <[email protected]>

chore(ci): Run doc test only on ubuntu (#2149)

970635a117-Jan-2025 tottoto <[email protected]>

chore(examples): Remove unnecessary bound (#2147)

12345678910>>...48