2481 Commits (46d864aaac52a67cf565247737ce1437ee5c7e60)

Author SHA1 Message Date
Esun Kim f4ac0a3093 [Clean-up] Fix deprecated protobuf function usages (#36640) 8 months ago
Tanvi Jagtap 4dc1097d04 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36677) 8 months ago
Mark D. Roth 58a4b9c922 [reorg] move src/core/lib/gpr -> src/core/util (#36543) 8 months ago
AJ Heller bc5570bec8 Revert "[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD (#36607)" (#36625) 8 months ago
Tanvi Jagtap 15850972dd [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD (#36607) 8 months ago
Yijie Ma bc4766381a [metrics] Templatized Metrics API (#36449) 8 months ago
Tanvi Jagtap d8d7128d2d [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36550) 9 months ago
Tanvi Jagtap e3be06ee38 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36548) 9 months ago
AJ Heller 87c42aab68 [test] Wait for EE to quiesce in RLSEnd2endTest teardown (#36553) 9 months ago
Mark D. Roth 32e03171e7 [reorg] move xds code to src/core/xds (#36521) 9 months ago
Mark D. Roth 1e5fc3df8b [reorg] move server code to src/core/server (#36475) 9 months ago
Mark D. Roth 0944410d6c [reorg] move test/core/util -> test/core/test_util (#36446) 9 months ago
Tanvi Jagtap 4f8b8aef83 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36406) 9 months ago
Yash Tibrewal a1ec7bea08 Revert "ssl: More comprehensive testing of SSL credentials, part 1. (… (#36419) 9 months ago
Yijie Ma ba78e4ff47 [test] Wait for `RecordEnd` in `FakeClientCallAttemptTracer` destruction (#36396) 9 months ago
AJ Heller 1a8b22f2de [build] Restrict visibility for creating core credentials types. (#36216) 9 months ago
Matthew Stevenson 40d1776e07 ssl: More comprehensive testing of SSL credentials, part 1. (#35433) 9 months ago
Mark D. Roth bfe6db2924 [XdsClient] add grpc.xds_client.server_failure metric (#36291) 9 months ago
Mark D. Roth 696d644bcf [pick_first] avoid retaining unneeded memory after selecting subchannel (#34766) 9 months ago
Tanvi Jagtap a10a8c6c0e [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASERT (#36224) 9 months ago
Tanvi Jagtap dfa801726b [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36268) 9 months ago
Eugene Ostroukhov 4e735be35a [xds] Fallback implementation (#36145) 9 months ago
Craig Tiller b0cf42d86e [clang-format] Remove requirement that port_platform.h is at the top (#36281) 9 months ago
Yash Tibrewal 70839a9b19 [OTel C++] Add experimental optional locality label available to client per-attempt metrics (#36254) 10 months ago
AJ Heller f238e5399c [security] Reland: Refactor credentials types to remove special handling for insecure creds (#36242) 10 months ago
AJ Heller da43a61322 Automated rollback of commit 822311c0d9. 10 months ago
AJ Heller 822311c0d9 [security] Refactor credentials types to remove special handling for insecure creds (#36176) 10 months ago
apolcyn d1287ad07a [build] create xds_end2end_test_lib visibility tag (#36187) 10 months ago
Yash Tibrewal 95c4f32b23 [RegisteredMethod] Remove experiment (#36181) 10 months ago
Mark D. Roth 733e904491 [XdsClient] implement non-per-call metrics (#36020) 10 months ago
Gregory Cooke c68e6c27ca [Security Tests - Crl Provider] Fix inconsistent directory related tests (#36122) 10 months ago
Vignesh Babu 9ed686902e [chttp2-server] Handle error cases correctly when limiting number of accepted connections (#36101) 10 months ago
Mark D. Roth 390fef0590 [RR and WRR] clean up dualstack experiments (#35135) 10 months ago
Eugene Ostroukhov 57ff0b890f [xds] Support for multiple servers in the bootstrap.json (#36021) 10 months ago
Vignesh Babu 7533328075 [server] Allow configuring max incoming connections at the server (#36088) 10 months ago
Alexander Polcyn 419a070078 Allow configuring server_notify_client_when_started field in xds e2e test lib 11 months ago
Alexander Polcyn 6f6f0df2ba Make TestServiceSignaller more generically useful 11 months ago
Mark D. Roth db9ca10b35 [xDS] add optional locality label to per-call metrics (#36049) 11 months ago
Mark D. Roth c43f1a63b0 [RLS] implement non-per-call metrics (#36001) 11 months ago
Mark D. Roth 40577dd585 [WRR] implement non-per-call metrics (#35977) 11 months ago
Eugene Ostroukhov 70af2c2fda [xds] xDS client per data plane target (#35730) 11 months ago
Mark D. Roth cfcbb0a535 [build] move parts of the `grpc_client_channel` BUILD target out into their own targets (#35879) 11 months ago
apolcyn b855423359 [testing] Add StopListening helper and BidiStream handler to XDS e2e test lib (#35861) 11 months ago
Mark D. Roth 41606054c2 [load_file] remove grpc_load_file() in favor of grpc_core::LoadFile() (#35857) 11 months ago
Mark D. Roth 21cb320080 [reorg] move service config code to src/core/service_config (#35843) 12 months ago
Mark D. Roth f22c954ef5 [reorg] move client channel code to src/core/client_channel (#35827) 12 months ago
Mark D. Roth 10e83973e7 [reorg] move resolver code to src/core/resolver (#35804) 12 months ago
Mark D. Roth 148f59c15a [reorg] move LB policy code to src/core/load_balancing (#35786) 12 months ago
Yijie Ma 77ad5a786e [CSM O11Y] CSM Service Label Plumbing from LB Policies to CallAttemptTracer (#35210) 1 year ago
Mark D. Roth aa326c947c [xDS] fix aggregate cluster design (#35313) 1 year ago