History log of /tonic/tonic-health/ (Results 1 – 25 of 103)
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)

171f4ddb09-Jan-2025 tottoto <[email protected]>

feat(health): Remove unnecessary transport feature (#2130)

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)

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

feat(health): Add WatchStream type for health service (#2108)


/tonic/.github/workflows/CI.yml
/tonic/deny.toml
/tonic/examples/Cargo.toml
/tonic/examples/routeguide-tutorial.md
/tonic/examples/src/routeguide/client.rs
/tonic/examples/src/streaming/server.rs
/tonic/interop/Cargo.toml
/tonic/tests/integration_tests/tests/client_layer.rs
/tonic/tests/integration_tests/tests/complex_tower_middleware.rs
/tonic/tests/integration_tests/tests/connect_info.rs
/tonic/tests/integration_tests/tests/connection.rs
/tonic/tests/integration_tests/tests/extensions.rs
/tonic/tests/integration_tests/tests/http2_keep_alive.rs
/tonic/tests/integration_tests/tests/http2_max_header_list_size.rs
/tonic/tests/integration_tests/tests/interceptor.rs
/tonic/tests/integration_tests/tests/origin.rs
/tonic/tests/integration_tests/tests/routes_builder.rs
/tonic/tests/integration_tests/tests/status.rs
/tonic/tests/integration_tests/tests/streams.rs
/tonic/tests/integration_tests/tests/user_agent.rs
/tonic/tests/root-crate-path/src/main.rs
/tonic/tonic-build/src/prost.rs
Cargo.toml
src/server.rs
/tonic/tonic-reflection/Cargo.toml
/tonic/tonic-reflection/src/server/mod.rs
/tonic/tonic-reflection/src/server/v1.rs
/tonic/tonic-reflection/src/server/v1alpha.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/src/client/grpc.rs
/tonic/tonic/src/codec/compression.rs
/tonic/tonic/src/codec/decode.rs
/tonic/tonic/src/lib.rs
/tonic/tonic/src/request.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/service/tls.rs
/tonic/tonic/src/transport/mod.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
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
Cargo.toml
src/generated/grpc_health_v1.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-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
Cargo.toml
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/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)

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

chore(health): Update generated code (#1951)

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

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

468f1d9d03-Aug-2024 tottoto <[email protected]>

chore: Add external types checking (#1842)

5016dd1f23-Jul-2024 WarrenS <[email protected]>

Naming collisions with std::marker::Sync/Send (#1804)

* switched usage Sync and Send to their direct imports

* fix broken replacements

* Ran cargo run --package codegen

* update bin

12345