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

5ad89bf513-Jan-2025 Yotam Ofek <[email protected]>

chore(build): Fix typo (#2142)

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/examples/src/streaming/server.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/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/Cargo.toml
/tonic/tests/root-crate-path/src/main.rs
/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
Cargo.toml
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/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
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/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
src/client.rs
src/server.rs
/tonic/tonic-health/Cargo.toml
/tonic/tonic-health/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
9989968f22-Oct-2024 tottoto <[email protected]>

feat(build): Make cleanup-markdown feature additive (#1952)

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
Cargo.toml
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/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

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

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

feat(build): Reexport types related to prost (#1925)

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)

2464f08006-Sep-2024 tottoto <[email protected]>

chore(doc): Add document about how prost-build config is used (#1926)

5965daa804-Sep-2024 tottoto <[email protected]>

chore(doc): Replace deprecated compile with compile_protos (#1923)

77b8223a04-Sep-2024 tottoto <[email protected]>

feat(build): Add simple api to compile file descriptor set (#1921)

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

feat(build): Rename compile method with compile_protos (#1920)

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

feat(build): Add api to generate from file descriptor set (#1915)

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

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

9eb4407304-Sep-2024 tottoto <[email protected]>

chore(build): Remove redundant error handling (#1916)

5be40f1429-Aug-2024 Andrew Yuan <[email protected]>

tonic:plumb skip_debug through prost Builder and add test (#1900)

7173808a28-Aug-2024 tottoto <[email protected]>

Revert "fix tonic-build cargo build script outputs (#1821)" (#1898)

This reverts commit dfd3bb4aa29fdb60b1bec21a51c8e8d4a8b24daf.

1c5150aa26-Aug-2024 bytedream <[email protected]>

feat(build): Add `#[deprecated]` to deprecated client methods (#1879)

* feat(build): Add `#[deprecated]` to deprecated client methods

* feat(build): Make `Method::deprecated` return false by defaul

feat(build): Add `#[deprecated]` to deprecated client methods (#1879)

* feat(build): Add `#[deprecated]` to deprecated client methods

* feat(build): Make `Method::deprecated` return false by default

* chore(build): Update deprecated attributes test

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

---------

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

show more ...

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

chore: prepare 0.12.2 release (#1881)

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

123456789