|
Revision tags: v0.12.3, v0.12.2, v0.12.1, v0.12.0 |
|
| #
9f5fc3b9 |
| 08-Jul-2024 |
tottoto <[email protected]> |
chore: Replace unit struct with ordinary struct (#1777)
|
|
Revision tags: v0.11.0, v0.10.2, v0.10.1, v0.10.0, v0.9.2, v0.9.1, v0.9.0 |
|
| #
1bef5f57 |
| 09-Jan-2023 |
tottoto <[email protected]> |
chore(examples): Remove relative path from reading data (#1220)
|
| #
2ec0f877 |
| 06-Jan-2023 |
tottoto <[email protected]> |
chore(examples): Remove unnecessary asyncronous file io to read data for example (#1219)
|
| #
df8dd896 |
| 05-Dec-2022 |
tottoto <[email protected]> |
chore(examples): Remove dummy echo implementation (#1178)
|
|
Revision tags: v0.8.4, v0.8.3, v0.8.2, v0.8.1, v0.8.0, v0.7.2, v0.7.1, v0.7.0, v0.6.2, v0.6.1, v0.6.0 |
|
| #
23c1392f |
| 25-Oct-2021 |
Lucio Franco <[email protected]> |
fix(tonic): Remove `Sync` requirement for streams (#804)
|
|
Revision tags: v0.5.2, v0.5.1, v0.5.0, v0.4.3, v0.4.2, v0.4.1, v0.4.0 |
|
| #
41c51f1c |
| 15-Jan-2021 |
Lucio Franco <[email protected]> |
feat(transport): Fix TLS accept w/ peer certs (#535)
* feat(transport): Fix TLS accept w/ peer certs
* fix unused var
* fix feature flag imports
* spawn accept task
|
|
Revision tags: v0.3.1, v0.3.0 |
|
| #
3b9d6a62 |
| 06-Jul-2020 |
Johan Andersson <[email protected]> |
fix(transport): Propagate errors in tls_config instead of unwrap/panic (#385)
* Propagate errors in tls_config instead of unwrap
Ran into `tls_connector` failing and causing our app to panic and
fix(transport): Propagate errors in tls_config instead of unwrap/panic (#385)
* Propagate errors in tls_config instead of unwrap
Ran into `tls_connector` failing and causing our app to panic and shutdown as it seems there wasn't any way to avoid panicking in `tls_config`.
So after talking to @LucioFranco briefly `tls_config` now returns a `Result` instead and propagates errors to the caller, where they can be handled.
* Fix compile warning when tls feature is disabled
show more ...
|
|
Revision tags: v0.2.1, v0.2.0, v0.1.1, v0.1.0 |
|
| #
a41f55ab |
| 13-Jan-2020 |
Juan Alvarez <[email protected]> |
fix(build): Remove default impl for Server traits (#229)
BREAKING CHANGE: remove default implementations for server traits.
|
| #
af807c3c |
| 11-Jan-2020 |
Lucio Franco <[email protected]> |
feat(transport): Add server side peer cert support (#228)
* feat(transport): Add server side peer cert support
|
| #
59d008db |
| 21-Dec-2019 |
Thomas May <[email protected]> |
chore(docs): Fix examples link (#202)
* url is just examples, not tonic-examples
* Change root directory from tonic-examples to examples. Matches current directory structure.
|
|
Revision tags: v0.1.0-beta.1 |
|
| #
502491a5 |
| 14-Dec-2019 |
Lucio Franco <[email protected]> |
fix(transport): Remove with_rustls for tls config (#188)
|
| #
d9a481ba |
| 12-Dec-2019 |
Lucio Franco <[email protected]> |
chore: Reorganize examples and interop crates (#180)
* chore: Reorganize examples and interop crates
* fix interop tests
|