54836 Commits (550071bce753605f708c3348165961380df2e6de)
 

Author SHA1 Message Date
Anirudh Ramachandra 550071bce7 Reorganize the code 10 months ago
Anirudh Ramachandra 0021fdfd90 Formatting changes 10 months ago
Anirudh Ramachandra d4f760ae11 Fix a possible memory leak in handshaker. This leak only impacts handshakers that don't have any endpoint associated with them and if the shutdown occurs at the same time as the handshaker finishing successfully. Currently the memory allocated for the read buffer is only cleaned up if the endpoint is not a nullptr triggering the leak. This change unilaterally cleans up the memory for this condition. 10 months ago
Hannah Shi 10a95e03d9 [ObjC] do not set cfstream client to null on shutdown (#36415) 10 months ago
Xuan Wang 297e22cb5f [Python Distribution] Pin setuptools and wheel to a single version (#36400) 10 months ago
Yash Tibrewal a1ec7bea08 Revert "ssl: More comprehensive testing of SSL credentials, part 1. (… (#36419) 10 months ago
Tanvi Jagtap dc848c3e05 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36405) 10 months ago
Tanvi Jagtap e9d1397fe1 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36407) 10 months ago
Yash Tibrewal 91f0eadd22 [CSM] Remove requirement that servers have to be xDS enabled (#36410) 10 months ago
Mark D. Roth 08f56b3a74 [reorg] move channelz code to src/core/channelz (#36380) 10 months ago
Yijie Ma ba78e4ff47 [test] Wait for `RecordEnd` in `FakeClientCallAttemptTracer` destruction (#36396) 10 months ago
Hannah Shi f6ee70289d [ObjC] Update abseil and boring ssl versions (#36356) 10 months ago
Yash Tibrewal 9c704b6962 [xds] ToString: Output telemetry labels from cluster resource (#36401) 10 months ago
Mark D. Roth 17984c10e1 [clang-format] run for everything under src/core (#36381) 10 months ago
Tanvi Jagtap 108848ae20 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36368) 10 months ago
Mark D. Roth fa248b1fe8 [handshaker] add new priority as a temporary hack 10 months ago
gRPC Team Bot 6dc64db1a8 Automated rollback of commit f61049f641. 10 months ago
Tanvi Jagtap d51155be8f [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36366) 10 months ago
Craig Tiller 5898d31022 [gcc7] fix for compilation error (#36390) 10 months ago
Craig Tiller 2fcc5f22b4 [clang-format] Remove requirement that port_platform.h is at the top (#36294) 10 months ago
AJ Heller f61049f641 [surface] Reland: Add an API to inject connected endpoints into servers 10 months ago
Yash Tibrewal e82382fc7c [OTel C++] Amend visibility rules for internal target 10 months ago
Alisha Nanda f7962578c1 [gRPC CLI] Add a --channel_args string flag (a=b,c=d). 10 months ago
Tanvi Jagtap fceacd7a2c [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36365) 10 months ago
Yash Tibrewal 0eb35d2baf [Sanity] Fix sanity (#36386) 10 months ago
Yash Tibrewal 56d25ca556 [Import] Fix header include 10 months ago
Yash Tibrewal 7396cec624 Automated rollback of commit 7561250649. 10 months ago
Yousuk Seung c40ea61261 Add options to omit CQ or sync server APIs in generated code 10 months ago
Yijie Ma c3a077e184 [examples/cpp] Fix missing parentheses (#36382) 10 months ago
Craig Tiller 67ba35bac0 [esoteric] Eliminate unused argument errors with GPR_DEBUG_ASSERT (#36373) 10 months ago
AJ Heller 1a8b22f2de [build] Restrict visibility for creating core credentials types. (#36216) 10 months ago
Craig Tiller 58b254dacf [call-v3] Channel filter construction returns pointers (#36355) 10 months ago
gRPC Team Bot 7561250649 Enable GRPC OTel Plugin 10 months ago
Matthew Stevenson 40d1776e07 ssl: More comprehensive testing of SSL credentials, part 1. (#35433) 10 months ago
Vishwanath Sastry 648415ee88 [grpc][grpc_fuzzers] Fix for the crash reported in the bug https://buganizer.corp.google.com/issues/331838963 10 months ago
Tanvi Jagtap 38fd697579 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36359) 10 months ago
Craig Tiller 8a6a02ff4d [call-v3] Interim step to allow multiple representations of CallSpine (#36321) 10 months ago
Xuan Wang 7d04e020df [Python Dist] Fix grpc_distribtests_python (#36352) 10 months ago
Yash Tibrewal dbaeee2611 Revert "[experiments] Stabilize http2_stats_fix (#36351)" (#36362) 10 months ago
Vignesh Babu 1cdbac9ceb [Experiments] Update expiry and default value of some experiments (#36361) 10 months ago
Yash Tibrewal 84ee28e695 [experiments] Stabilize http2_stats_fix (#36351) 10 months ago
Esun Kim 3fe06af9a3 [Build] No bind for upb (#36349) 10 months ago
Tanvi Jagtap fadf1bbd9b grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36326) 10 months ago
Xuan Wang e5131b5243 [Python grpcio_tools] Update version requirement of protobuf in grpcio_tools (#36230) 10 months ago
Esun Kim 542c160fe6 [Test] Adding an additional tag to test docker images (#36341) 10 months ago
Mark D. Roth bfe6db2924 [XdsClient] add grpc.xds_client.server_failure metric (#36291) 10 months ago
Craig Tiller 8acddbb01e [call-v3] Improve ChannelFilter::Args structure (#36339) 10 months ago
Yash Tibrewal 956e76b6b4 [Infra] Update fedora image to 38 (#36335) 10 months ago
Yijie Ma 188bc021c3 [metrics] Remove synchronous gauge API (#36334) 10 months ago
Mark D. Roth 696d644bcf [pick_first] avoid retaining unneeded memory after selecting subchannel (#34766) 10 months ago