Skip to content

Commit d7a3bad

Browse files
committed
deps: update grpc to 1.73.1
1 parent e82418b commit d7a3bad

789 files changed

Lines changed: 44939 additions & 30263 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

deps/grpc/.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tasks:
3838
build_flags:
3939
- '--cxxopt=-std=c++17'
4040
- '--host_cxxopt=-std=c++17'
41-
- '--//third_party:use_openssl=true'
41+
- '--define=@grpc//third_party:use_openssl=true'
4242
build_targets:
4343
- "@grpc//:grpc"
4444
- "@grpc//:grpc_unsecure"

deps/grpc/.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ tools/run_tests/sources_and_headers.json linguist-generated=true
2929
tools/run_tests/tests.json linguist-generated=true
3030
tools/run_tests/generated/tests.json linguist-generated=true
3131
tools/run_tests/generated/sources_and_headers.json linguist-generated=true
32+
src/core/config/config_vars.h linguist-generated=true
33+
src/core/config/config_vars.cc linguist-generated=true
3234
src/core/credentials/transport/tls/grpc_tls_credentials_options.h linguist-generated=true
3335
src/core/telemetry/stats_data.h linguist-generated=true
3436
src/core/telemetry/stats_data.cc linguist-generated=true

deps/grpc/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Podfile.lock
125125
bazel-*
126126
bazel_format_virtual_environment/
127127
tools/bazel-*
128+
.bazel_rbe
128129

129130
# Bazel wrapper
130131
bazel_wrapper

deps/grpc/Makefile

Lines changed: 23 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/grpc/grpc.gyp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
'src/core/ext/filters/http/client/http_client_filter.cc',
226226
'src/core/ext/filters/http/message_compress/compression_filter.cc',
227227
'src/core/ext/filters/http/server/http_server_filter.cc',
228+
'src/core/ext/transport/chttp2/chttp2_plugin.cc',
228229
'src/core/ext/transport/chttp2/alpn/alpn.cc',
229230
'src/core/ext/transport/chttp2/client/chttp2_connector.cc',
230231
'src/core/ext/transport/chttp2/server/chttp2_server.cc',
@@ -249,9 +250,11 @@
249250
'src/core/ext/transport/chttp2/transport/hpack_parser_table.cc',
250251
'src/core/ext/transport/chttp2/transport/http2_settings.cc',
251252
'src/core/ext/transport/chttp2/transport/huffsyms.cc',
253+
'src/core/ext/transport/chttp2/transport/keepalive.cc',
252254
'src/core/ext/transport/chttp2/transport/parsing.cc',
253255
'src/core/ext/transport/chttp2/transport/ping_abuse_policy.cc',
254256
'src/core/ext/transport/chttp2/transport/ping_callbacks.cc',
257+
'src/core/ext/transport/chttp2/transport/ping_promise.cc',
255258
'src/core/ext/transport/chttp2/transport/ping_rate_policy.cc',
256259
'src/core/ext/transport/chttp2/transport/stream_lists.cc',
257260
'src/core/ext/transport/chttp2/transport/varint.cc',
@@ -588,6 +591,7 @@
588591
'src/core/handshaker/http_connect/http_connect_handshaker.cc',
589592
'src/core/handshaker/http_connect/http_proxy_mapper.cc',
590593
'src/core/handshaker/http_connect/xds_http_proxy_mapper.cc',
594+
'src/core/handshaker/security/legacy_secure_endpoint.cc',
591595
'src/core/handshaker/security/secure_endpoint.cc',
592596
'src/core/handshaker/security/security_handshaker.cc',
593597
'src/core/handshaker/tcp_connect/tcp_connect_handshaker.cc',
@@ -638,7 +642,6 @@
638642
'src/core/lib/iomgr/ev_poll_posix.cc',
639643
'src/core/lib/iomgr/ev_posix.cc',
640644
'src/core/lib/iomgr/exec_ctx.cc',
641-
'src/core/lib/iomgr/executor.cc',
642645
'src/core/lib/iomgr/fork_posix.cc',
643646
'src/core/lib/iomgr/fork_windows.cc',
644647
'src/core/lib/iomgr/internal_errqueue.cc',
@@ -840,11 +843,14 @@
840843
'src/core/server/xds_channel_stack_modifier.cc',
841844
'src/core/server/xds_server_config_fetcher.cc',
842845
'src/core/telemetry/call_tracer.cc',
846+
'src/core/telemetry/default_tcp_tracer.cc',
843847
'src/core/telemetry/histogram_view.cc',
844848
'src/core/telemetry/metrics.cc',
845849
'src/core/telemetry/stats.cc',
846850
'src/core/telemetry/stats_data.cc',
851+
'src/core/telemetry/tcp_tracer.cc',
847852
'src/core/transport/auth_context.cc',
853+
'src/core/transport/endpoint_transport_client_channel_factory.cc',
848854
'src/core/tsi/alts/crypt/aes_gcm.cc',
849855
'src/core/tsi/alts/crypt/gsec.cc',
850856
'src/core/tsi/alts/frame_protector/alts_counter.cc',
@@ -919,6 +925,7 @@
919925
'src/core/util/posix/tmpfile.cc',
920926
'src/core/util/random_early_detection.cc',
921927
'src/core/util/ref_counted_string.cc',
928+
'src/core/util/shared_bit_gen.cc',
922929
'src/core/util/status_helper.cc',
923930
'src/core/util/strerror.cc',
924931
'src/core/util/string.cc',

0 commit comments

Comments
 (0)