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

chore: Remove html_root_url (#2184)

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

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

0f31e2e117-Jan-2025 tottoto <[email protected]>

chore(reflection): Refactor ServerReflectionInfoStream (#2146)

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

chore(reflection): Remove implicit prost-types feature (#2131)

85b8f69c09-Jan-2025 tottoto <[email protected]>

chore: Disable unused tokio-stream feature (#2129)

260722ac09-Jan-2025 tottoto <[email protected]>

chore: Remove unnecessary pin-project (#2128)

5e9a5bcd02-Jan-2025 tottoto <[email protected]>

chore: Use lint config in manifest (#2114)


/tonic/.github/workflows/CI.yml
/tonic/Cargo.toml
/tonic/README.md
/tonic/codegen/Cargo.toml
/tonic/deny.toml
/tonic/examples/Cargo.toml
/tonic/examples/routeguide-tutorial.md
/tonic/examples/src/routeguide/client.rs
/tonic/interop/Cargo.toml
/tonic/interop/src/server.rs
/tonic/tests/ambiguous_methods/Cargo.toml
/tonic/tests/compression/Cargo.toml
/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/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
Cargo.toml
src/lib.rs
tests/server.rs
tests/versions.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/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/codec/decode.rs
/tonic/tonic/src/lib.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/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/recover_error.rs
94587ce226-Nov-2024 tottoto <[email protected]>

feat(reflection): Expose ReflectionService (#2066)

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

chore!: Remove deprecated api (#2050)

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

feat: Add Body type (#2013)


/tonic/.github/workflows/CI.yml
/tonic/codegen/src/main.rs
/tonic/deny.toml
/tonic/examples/Cargo.toml
/tonic/examples/helloworld-tutorial.md
/tonic/examples/routeguide-tutorial.md
/tonic/examples/src/dynamic_load_balance/client.rs
/tonic/examples/src/h2c/client.rs
/tonic/examples/src/h2c/server.rs
/tonic/examples/src/tls_rustls/client.rs
/tonic/examples/src/tls_rustls/server.rs
/tonic/examples/src/tower/client.rs
/tonic/examples/src/tower/server.rs
/tonic/interop/data/ca.pem
/tonic/interop/data/cert-generator/ca.tf
/tonic/interop/data/cert-generator/server_certs.tf
/tonic/interop/data/server1.key
/tonic/interop/data/server1.pem
/tonic/interop/src/server.rs
/tonic/tests/compression/src/util.rs
/tonic/tests/integration_tests/Cargo.toml
/tonic/tests/integration_tests/tests/connection.rs
/tonic/tests/integration_tests/tests/extensions.rs
/tonic/tests/integration_tests/tests/origin.rs
/tonic/tests/web/tests/grpc_web.rs
/tonic/tonic-build/Cargo.toml
/tonic/tonic-build/src/client.rs
/tonic/tonic-build/src/lib.rs
/tonic/tonic-build/src/server.rs
/tonic/tonic-health/Cargo.toml
/tonic/tonic-health/src/generated/grpc_health_v1.rs
Cargo.toml
src/generated/grpc_reflection_v1.rs
src/generated/grpc_reflection_v1alpha.rs
/tonic/tonic-web/Cargo.toml
/tonic/tonic-web/src/lib.rs
/tonic/tonic-web/src/service.rs
/tonic/tonic/Cargo.toml
/tonic/tonic/src/body.rs
/tonic/tonic/src/client/grpc.rs
/tonic/tonic/src/codec/decode.rs
/tonic/tonic/src/codegen.rs
/tonic/tonic/src/lib.rs
/tonic/tonic/src/request.rs
/tonic/tonic/src/server/grpc.rs
/tonic/tonic/src/service/router.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/discover.rs
/tonic/tonic/src/transport/channel/service/mod.rs
/tonic/tonic/src/transport/channel/service/tls.rs
/tonic/tonic/src/transport/mod.rs
/tonic/tonic/src/transport/server/conn.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/mod.rs
/tonic/tonic/src/transport/server/service/recover_error.rs
/tonic/tonic/src/transport/server/service/tls.rs
/tonic/tonic/src/transport/service/mod.rs
/tonic/tonic/src/transport/service/tls.rs
3009cf5222-Oct-2024 tottoto <[email protected]>

chore: Start development of version 0.13 (#2014)


/tonic/examples/Cargo.toml
/tonic/examples/helloworld-tutorial.md
/tonic/examples/routeguide-tutorial.md
/tonic/examples/src/tower/client.rs
/tonic/examples/src/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
Cargo.toml
src/lib.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/client.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/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/interceptor.rs
/tonic/tonic/src/service/mod.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
be4e0e7707-Oct-2024 tottoto <[email protected]>

chore: Refactor empty body constructor (#1981)

* chore: Refactor empty body constructor

* chore: Deprecate empty_body api

1470dfb927-Sep-2024 tottoto <[email protected]>

chore: Generate file descriptor set constant directly (#1956)

4b8d2c4626-Sep-2024 tottoto <[email protected]>

chore: prepare 0.12.3 release (#1899)

* chore: prepare 0.12.3 release

* bump versions to 0.12.3

* update changelog

---------

Co-authored-by: Lucio Franco <[email protected]>

517b7fc926-Sep-2024 Dirkjan Ochtman <[email protected]>

Use constants for header names (#1933)

* tonic: rename header name consts and make public

* tonic: use header name constants in more places

6d93c1d023-Sep-2024 tottoto <[email protected]>

chore: Make codegen independent from protoc (#1953)

626b094709-Sep-2024 Alice Carroll <[email protected]>

build: suppress `clippy::wildcard_imports` in generated code (#1937)

f786537209-Sep-2024 tottoto <[email protected]>

chore(build): Remove unwrap from generated code (#1928)

3a706b2404-Sep-2024 tottoto <[email protected]>

chore: Use Status constructor for each kind of status (#1913)

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

chore: Update generated code (#1906)

82a856fe26-Aug-2024 Dirkjan Ochtman <[email protected]>

chore: prepare 0.12.2 release (#1881)

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

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 ...

7fb40a9820-Aug-2024 tottoto <[email protected]>

chore: Remove unnecessary static lifetime (#1877)

e866b00b19-Aug-2024 Jacob Pratt <[email protected]>

Remove unnecessary trait bounds from server (#1872)

d42daaf708-Aug-2024 Mikhail Katychev <[email protected]>

Expose formatted service name as a `const fn` (#1684)

* expose service name as a const fn

* pub fn

* revert example

* updated const fn to be a binding

* updated with SERVICE_NAME const

* update

Expose formatted service name as a `const fn` (#1684)

* expose service name as a const fn

* pub fn

* revert example

* updated const fn to be a binding

* updated with SERVICE_NAME const

* updated codegen

* made SERVICE_NAME pub

show more ...

1234