History log of /tonic/examples/src/ (Results 1 – 25 of 118)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f07abb2731-Jan-2025 tottoto <[email protected]>

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

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

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

66aaa5bb11-Jan-2025 tottoto <[email protected]>

chore: Use specific io error constructor (#2133)


/tonic/.github/workflows/CI.yml
/tonic/Cargo.toml
/tonic/README.md
/tonic/codegen/Cargo.toml
/tonic/deny.toml
/tonic/examples/Cargo.toml
mock/mock.rs
/tonic/interop/Cargo.toml
/tonic/interop/src/server.rs
/tonic/tests/ambiguous_methods/Cargo.toml
/tonic/tests/compression/Cargo.toml
/tonic/tests/compression/src/bidirectional_stream.rs
/tonic/tests/compression/src/client_stream.rs
/tonic/tests/compression/src/compressing_request.rs
/tonic/tests/compression/src/compressing_response.rs
/tonic/tests/compression/src/server_stream.rs
/tonic/tests/compression/src/util.rs
/tonic/tests/default_stubs/Cargo.toml
/tonic/tests/deprecated_methods/Cargo.toml
/tonic/tests/disable_comments/Cargo.toml
/tonic/tests/extern_path/my_application/Cargo.toml
/tonic/tests/extern_path/uuid/Cargo.toml
/tonic/tests/included_service/Cargo.toml
/tonic/tests/integration_tests/Cargo.toml
/tonic/tests/integration_tests/tests/max_message_size.rs
/tonic/tests/integration_tests/tests/status.rs
/tonic/tests/root-crate-path/Cargo.toml
/tonic/tests/same_name/Cargo.toml
/tonic/tests/service_named_result/Cargo.toml
/tonic/tests/service_named_service/Cargo.toml
/tonic/tests/skip_debug/Cargo.toml
/tonic/tests/stream_conflict/Cargo.toml
/tonic/tests/use_arc_self/Cargo.toml
/tonic/tests/web/Cargo.toml
/tonic/tests/wellknown-compiled/Cargo.toml
/tonic/tests/wellknown/Cargo.toml
/tonic/tonic-build/Cargo.toml
/tonic/tonic-build/src/lib.rs
/tonic/tonic-health/Cargo.toml
/tonic/tonic-health/src/lib.rs
/tonic/tonic-health/src/server.rs
/tonic/tonic-reflection/Cargo.toml
/tonic/tonic-reflection/src/lib.rs
/tonic/tonic-reflection/src/server/v1.rs
/tonic/tonic-reflection/src/server/v1alpha.rs
/tonic/tonic-reflection/tests/server.rs
/tonic/tonic-reflection/tests/versions.rs
/tonic/tonic-types/Cargo.toml
/tonic/tonic-types/README.md
/tonic/tonic-types/src/lib.rs
/tonic/tonic-web/Cargo.toml
/tonic/tonic-web/README.md
/tonic/tonic-web/src/call.rs
/tonic/tonic-web/src/client.rs
/tonic/tonic-web/src/lib.rs
/tonic/tonic-web/src/service.rs
/tonic/tonic/Cargo.toml
/tonic/tonic/benches/decode.rs
/tonic/tonic/src/client/grpc.rs
/tonic/tonic/src/codec/compression.rs
/tonic/tonic/src/lib.rs
/tonic/tonic/src/response.rs
/tonic/tonic/src/server/grpc.rs
/tonic/tonic/src/service/interceptor.rs
/tonic/tonic/src/service/router.rs
/tonic/tonic/src/status.rs
/tonic/tonic/src/transport/channel/endpoint.rs
/tonic/tonic/src/transport/channel/service/discover.rs
/tonic/tonic/src/transport/channel/service/tls.rs
/tonic/tonic/src/transport/server/incoming.rs
/tonic/tonic/src/transport/server/io_stream.rs
/tonic/tonic/src/transport/server/mod.rs
/tonic/tonic/src/transport/server/service/io.rs
/tonic/tonic/src/transport/server/service/mod.rs
/tonic/tonic/src/transport/server/service/recover_error.rs
/tonic/tonic/src/transport/server/service/tls.rs
/tonic/tonic/src/transport/server/tls.rs
1442a59d30-Nov-2024 Arjan Singh Bal <[email protected]>

Minor fix in routeguide example (#2076)

3c0a00d525-Nov-2024 tottoto <[email protected]>

chore(examples): Remove redundant pattern match (#2065)

60b131d215-Nov-2024 tottoto <[email protected]>

feat: Add Body type (#2013)

0846e6ed07-Nov-2024 tottoto <[email protected]>

feat(transport): Make tower internal dependency (#1947)

* feat(channel): Add Change type to make tower internal dependency

* feat(server): Remove NamedService implementation for Either

* feat(web)

feat(transport): Make tower internal dependency (#1947)

* feat(channel): Add Change type to make tower internal dependency

* feat(server): Remove NamedService implementation for Either

* feat(web): Add CorsGrpcWebResponseFuture to make tower-http internal dependency

show more ...

ea4995eb07-Nov-2024 tottoto <[email protected]>

chore(examples): Remove timeout example (#2025)

b80428ba06-Nov-2024 tottoto <[email protected]>

chore(examples): Remove timeout from tower example (#2030)

c84e952f06-Nov-2024 tottoto <[email protected]>

chore(tls): Use rustls-pki-types crate pem api (#1971)

d40f610d22-Oct-2024 Shikhar Bhushan <[email protected]>

docs: improve comment around cloning middleware in examples (#1977)


/tonic/codegen/src/main.rs
/tonic/examples/Cargo.toml
/tonic/examples/helloworld-tutorial.md
/tonic/examples/routeguide-tutorial.md
tower/client.rs
tower/server.rs
/tonic/interop/Cargo.toml
/tonic/tests/compression/Cargo.toml
/tonic/tests/integration_tests/Cargo.toml
/tonic/tonic-build/Cargo.toml
/tonic/tonic-build/src/lib.rs
/tonic/tonic-health/Cargo.toml
/tonic/tonic-health/src/lib.rs
/tonic/tonic-reflection/Cargo.toml
/tonic/tonic-reflection/src/lib.rs
/tonic/tonic-types/Cargo.toml
/tonic/tonic-types/src/lib.rs
/tonic/tonic-web/Cargo.toml
/tonic/tonic-web/src/lib.rs
/tonic/tonic/Cargo.toml
/tonic/tonic/src/body.rs
/tonic/tonic/src/client/grpc.rs
/tonic/tonic/src/client/service.rs
/tonic/tonic/src/codec/decode.rs
/tonic/tonic/src/lib.rs
/tonic/tonic/src/metadata/key.rs
/tonic/tonic/src/metadata/map.rs
/tonic/tonic/src/metadata/value.rs
/tonic/tonic/src/server/grpc.rs
/tonic/tonic/src/service/router.rs
/tonic/tonic/src/status.rs
/tonic/tonic/src/transport/channel/endpoint.rs
/tonic/tonic/src/transport/channel/mod.rs
/tonic/tonic/src/transport/channel/service/add_origin.rs
/tonic/tonic/src/transport/channel/service/connection.rs
/tonic/tonic/src/transport/channel/service/connector.rs
/tonic/tonic/src/transport/channel/service/discover.rs
/tonic/tonic/src/transport/channel/service/reconnect.rs
/tonic/tonic/src/transport/channel/service/tls.rs
/tonic/tonic/src/transport/channel/tls.rs
/tonic/tonic/src/transport/error.rs
/tonic/tonic/src/transport/server/incoming.rs
/tonic/tonic/src/transport/server/mod.rs
/tonic/tonic/src/transport/server/service/io.rs
/tonic/tonic/src/transport/server/service/recover_error.rs
/tonic/tonic/src/transport/server/service/tls.rs
/tonic/tonic/src/transport/server/tls.rs
/tonic/tonic/src/transport/service/grpc_timeout.rs
/tonic/tonic/src/transport/service/tls.rs
7b93470b16-Oct-2024 tottoto <[email protected]>

feat(interceptor): Change InterceptorLayer constructor associated function (#2005)

1359d7ad14-Oct-2024 tottoto <[email protected]>

chore(examples): Refactor tower example (#1999)

* chore(examples): Use http crate directly in tower example

* chore(examples): Remove unused hyper-util from tower example

* chore(examples): Remove

chore(examples): Refactor tower example (#1999)

* chore(examples): Use http crate directly in tower example

* chore(examples): Remove unused hyper-util from tower example

* chore(examples): Remove BoxBody from tower example

show more ...

be4e0e7707-Oct-2024 tottoto <[email protected]>

chore: Refactor empty body constructor (#1981)

* chore: Refactor empty body constructor

* chore: Deprecate empty_body api

9b74abf103-Oct-2024 tottoto <[email protected]>

feat: Add Layered service to propagate NamedService implementation (#1966)


/tonic/.github/workflows/CI.yml
/tonic/CHANGELOG.md
/tonic/CONTRIBUTING.md
/tonic/Cargo.toml
/tonic/README.md
/tonic/codegen/Cargo.toml
/tonic/codegen/src/main.rs
/tonic/examples/Cargo.toml
/tonic/examples/build.rs
/tonic/examples/routeguide-tutorial.md
grpc-web/server.rs
/tonic/interop/build.rs
/tonic/interop/src/server.rs
/tonic/tests/default_stubs/build.rs
/tonic/tests/deprecated_methods/Cargo.toml
/tonic/tests/deprecated_methods/build.rs
/tonic/tests/deprecated_methods/proto/test.proto
/tonic/tests/deprecated_methods/src/lib.rs
/tonic/tests/deprecated_methods/tests/deprecated_methods.rs
/tonic/tests/disable_comments/build.rs
/tonic/tests/extern_path/my_application/build.rs
/tonic/tests/root-crate-path/build.rs
/tonic/tests/skip_debug/Cargo.toml
/tonic/tests/skip_debug/build.rs
/tonic/tests/skip_debug/proto/test.proto
/tonic/tests/skip_debug/src/lib.rs
/tonic/tests/skip_debug/tests/skip_debug.rs
/tonic/tests/use_arc_self/build.rs
/tonic/tests/web/Cargo.toml
/tonic/tests/web/LICENSE
/tonic/tests/web/build.rs
/tonic/tests/web/proto/test.proto
/tonic/tests/web/src/lib.rs
/tonic/tests/web/tests/grpc.rs
/tonic/tests/web/tests/grpc_web.rs
/tonic/tests/wellknown-compiled/build.rs
/tonic/tonic-build/Cargo.toml
/tonic/tonic-build/README.md
/tonic/tonic-build/src/client.rs
/tonic/tonic-build/src/lib.rs
/tonic/tonic-build/src/manual.rs
/tonic/tonic-build/src/prost.rs
/tonic/tonic-build/src/server.rs
/tonic/tonic-health/Cargo.toml
/tonic/tonic-health/src/generated/grpc_health_v1.rs
/tonic/tonic-health/src/generated/grpc_health_v1_fds.rs
/tonic/tonic-health/src/lib.rs
/tonic/tonic-reflection/Cargo.toml
/tonic/tonic-reflection/src/generated/grpc_reflection_v1.rs
/tonic/tonic-reflection/src/generated/grpc_reflection_v1alpha.rs
/tonic/tonic-reflection/src/generated/reflection_v1_fds.rs
/tonic/tonic-reflection/src/generated/reflection_v1alpha1_fds.rs
/tonic/tonic-reflection/src/lib.rs
/tonic/tonic-types/Cargo.toml
/tonic/tonic-types/src/generated/google_rpc.rs
/tonic/tonic-types/src/generated/types_fds.rs
/tonic/tonic-types/src/lib.rs
/tonic/tonic-web/Cargo.toml
/tonic/tonic-web/src/call.rs
/tonic/tonic-web/src/layer.rs
/tonic/tonic-web/src/lib.rs
/tonic/tonic-web/src/service.rs
/tonic/tonic/Cargo.toml
/tonic/tonic/src/client/grpc.rs
/tonic/tonic/src/codec/compression.rs
/tonic/tonic/src/codec/decode.rs
/tonic/tonic/src/codec/encode.rs
/tonic/tonic/src/codec/mod.rs
/tonic/tonic/src/codec/prost.rs
/tonic/tonic/src/lib.rs
/tonic/tonic/src/macros.rs
/tonic/tonic/src/metadata/map.rs
/tonic/tonic/src/request.rs
/tonic/tonic/src/response.rs
/tonic/tonic/src/server/grpc.rs
/tonic/tonic/src/service/layered.rs
/tonic/tonic/src/service/mod.rs
/tonic/tonic/src/service/router.rs
/tonic/tonic/src/status.rs
/tonic/tonic/src/transport/channel/mod.rs
/tonic/tonic/src/transport/channel/service/tls.rs
/tonic/tonic/src/transport/channel/tls.rs
/tonic/tonic/src/transport/server/incoming.rs
/tonic/tonic/src/transport/server/mod.rs
/tonic/tonic/src/transport/service/tls.rs
8d6d46b223-Aug-2024 Dirkjan Ochtman <[email protected]>

tonic-reflection: add back support for v1alpha reflection protocol (#1888)

* reflection: collect directly into ReflectionServiceState

* reflection: move state initialization into method

* reflecti

tonic-reflection: add back support for v1alpha reflection protocol (#1888)

* reflection: collect directly into ReflectionServiceState

* reflection: move state initialization into method

* reflection: organize imports

* reflection: move type conversions out of state

* reflection: move builder and state to parent module

* reflection: add back v1alpha reflection server

* reflection: add tests for different versions

* reflection: deprecate non-specific build() method

---------

Co-authored-by: Jesper Svennevid <[email protected]>

show more ...

4c9356c123-Aug-2024 tottoto <[email protected]>

chore(examples): Call Routes::prepare (#1857)

a78a125f05-Aug-2024 tottoto <[email protected]>

chore(examples): Remove optional service example (#1854)

0889d43c05-Aug-2024 tottoto <[email protected]>

chore(examples): Use hyper_util::service::TowerToHyperService (#1850)


/tonic/.github/workflows/CI.yml
/tonic/CHANGELOG.md
/tonic/deny.toml
/tonic/examples/Cargo.toml
/tonic/examples/helloworld-tutorial.md
/tonic/examples/routeguide-tutorial.md
tls_rustls/server.rs
/tonic/interop/build.rs
/tonic/tests/integration_tests/Cargo.toml
/tonic/tests/integration_tests/tests/extensions.rs
/tonic/tests/integration_tests/tests/http2_max_header_list_size.rs
/tonic/tonic-build/Cargo.toml
/tonic/tonic-build/src/client.rs
/tonic/tonic-build/src/lib.rs
/tonic/tonic-build/src/prost.rs
/tonic/tonic-build/src/server.rs
/tonic/tonic-health/Cargo.toml
/tonic/tonic-health/src/generated/grpc_health_v1.rs
/tonic/tonic-health/src/lib.rs
/tonic/tonic-reflection/Cargo.toml
/tonic/tonic-reflection/src/generated/grpc_reflection_v1.rs
/tonic/tonic-reflection/src/generated/grpc_reflection_v1alpha.rs
/tonic/tonic-reflection/src/lib.rs
/tonic/tonic-reflection/src/server/mod.rs
/tonic/tonic-reflection/src/server/v1.rs
/tonic/tonic-types/Cargo.toml
/tonic/tonic-types/src/lib.rs
/tonic/tonic-web/Cargo.toml
/tonic/tonic-web/src/call.rs
/tonic/tonic-web/src/lib.rs
/tonic/tonic-web/tests/integration/build.rs
/tonic/tonic/Cargo.toml
/tonic/tonic/src/codec/compression.rs
/tonic/tonic/src/codec/decode.rs
/tonic/tonic/src/codec/prost.rs
/tonic/tonic/src/lib.rs
/tonic/tonic/src/metadata/value.rs
/tonic/tonic/src/status.rs
/tonic/tonic/src/transport/channel/endpoint.rs
/tonic/tonic/src/transport/channel/mod.rs
/tonic/tonic/src/transport/channel/service/connection.rs
/tonic/tonic/src/transport/channel/service/connector.rs
/tonic/tonic/src/transport/channel/service/executor.rs
/tonic/tonic/src/transport/channel/service/mod.rs
/tonic/tonic/src/transport/mod.rs
/tonic/tonic/src/transport/server/incoming.rs
/tonic/tonic/src/transport/server/mod.rs
/tonic/tonic/src/transport/server/service/io.rs
/tonic/tonic/src/transport/server/service/tls.rs
/tonic/tonic/src/transport/service/grpc_timeout.rs
b2e5665413-Jul-2024 tottoto <[email protected]>

chore(examples): Remove clone on copy value (#1794)

315bb09a08-Jul-2024 tottoto <[email protected]>

feat(server): Remove reexporting service router (#1773)

9f5fc3b908-Jul-2024 tottoto <[email protected]>

chore: Replace unit struct with ordinary struct (#1777)

2cc868f806-Jul-2024 tottoto <[email protected]>

feat: Make boxed function public (#1754)

f679dcf124-Jun-2024 tottoto <[email protected]>

feat(router): Reexport axum type without server feature (#1755)

5d7bfc2223-Jun-2024 tottoto <[email protected]>

feat(transport): Rename reexported axum body (#1752)

12345