154 Commits (85ddf8d31407fc2484af9c0e7c834220637f7ec6)

Author SHA1 Message Date
Esun Kim ece76ee1e8 Fix code by readability-container-size-empty 4 years ago
Esun Kim 6d6648c7e1 Fix clang-tidy errors 4 years ago
Esun Kim 8e9e895ffc Replace grpc_shutdown_blocking with grpc_shutdown 4 years ago
Mark D. Roth b62d5c7eaa Allow channel args to modify service config parsing behavior. 4 years ago
Mark D. Roth f7a72b040d Pass address to CreateSubchannel() and expose attributes in SubchannelInterface. 4 years ago
Mark D. Roth bd73844208 Move parse_address library from client_channel to iomgr. 4 years ago
Mark D. Roth 7c3fefea3f Make request path more easily visible to LB policies. 4 years ago
Mark D. Roth 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. 4 years ago
Esun Kim 165ee5007a Replaced grpc::string with std::string 4 years ago
Muxi Yan 2ade1dbe89 Fix client_lb_end2end_test flake 5 years ago
Mark D. Roth d74548e611 Remove StringViewToCString() and src/core/lib/gprpp/string_view.h 5 years ago
Mark D. Roth fc6f26c89b Remove grpc_core::StringView. 5 years ago
Jan Tattermusch f091a66999
Revert "Fix client_lb_end2end_test flake" 5 years ago
Muxi Yan 4f9425086b Fix client_lb_end2end_test flake 5 years ago
Esun Kim b308241343 Fix clang-tidy issues 5 years ago
Mark D. Roth 118fe7405f Increase test timeout to avoid flakiness. 5 years ago
Esun Kim e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 5 years ago
Esun Kim b2b7fc9af8 Replaced grpc_core::UniquePtr with std::unique_ptr 5 years ago
Esun Kim de81f120b2 Abseilify StringView 5 years ago
Mark D. Roth f281c343b9 Change HealthCheckClient to use new connectivity state API. 5 years ago
Juanli Shen 40c0519ad0 Move xds protos to testing/ 5 years ago
Mark D. Roth 01eeec72c6 Change RR to consider a subchannel in TF if it has failed since it was READY. 5 years ago
Prashant Jaikumar 9f02fc7f91 Enable end2end C++ tests on iOS. 5 years ago
Mark D. Roth 21c5424477 Add API for accessing per-call backend metric data in LB policies. 5 years ago
Mark D. Roth c8430023a5 Apply health check service name changes to existing subchannels. 5 years ago
Qiancheng Zhao 1391c93a95 atomic client idle filter 5 years ago
Qiancheng Zhao 29480c4f6b add client idle filter 5 years ago
Qiancheng Zhao 6de222a6ad refactor response generator in client_lb_end2end_test 5 years ago
Prashant Jaikumar fbfb93c88f Fix C++ tests to run on iOS 6 years ago
Esun Kim 434b3b62e5 Applied the best practice using global configuration 6 years ago
Mark D. Roth a4d4bb82c9 Revamp subchannel connectivity state monitoring APIs. 6 years ago
Esun Kim 1518ecbd76 Added new configuration system to core/grp. 6 years ago
Nicolas "Pixel" Noble b9a279c030 Resolving ambiguous call to CreateCustomChannel. 6 years ago
Soheil Hassas Yeganeh 2b9448a71c Revert "Revert "Introduce C++ wrappers for gpr_mu and gpr_cv."" 6 years ago
Alexander Polcyn d09c9f8e20 Revert "Introduce C++ wrappers for gpr_mu and gpr_cv." 6 years ago
Soheil Hassas Yeganeh e85dd2e644 Fix build errors 6 years ago
Karthik Ravi Shankar f03b309787 Revert "Merge pull request #18458 from grpc/grpc_namespace_server" 6 years ago
Soheil Hassas Yeganeh a26c09dd25 Introduce C++ wrappers for gpr_mu and gpr_cv. 6 years ago
Mark D. Roth 9e841d1aff Backport pick_first fix to v1.20.x 6 years ago
Mark D. Roth ee4e4bead3 pick_first: don't go into TRANSIENT_FAILURE upon empty update when in IDLE. 6 years ago
Mark D. Roth 206592ce9c Restructure how addresses and service config are passed from resolver to LB policy. 6 years ago
Karthik Ravi Shankar 92bde3922f Fix tests to use grpc namespace. 6 years ago
Karthik Ravi Shankar b25f6da3f0 Make changes to fix test failures 6 years ago
Mark D. Roth c9421eeb85 Fix state reported by pick_first when we receive a GOAWAY with a pending subchannel list. 6 years ago
yang-g 5480dc5cd6 fix client_lb_e2e_test 6 years ago
Mark D. Roth 428fa7602c Transition into state CONNECTING when we start name resolution. 6 years ago
Mark D. Roth e8cd36924e Add test for retry code path. 6 years ago
Juanli Shen bbe2587c39 Enable per-channel subchannel pool 6 years ago
Juanli Shen b3c0b91db1 Remove force_creation param from subchannel index 6 years ago
Mark D. Roth 08f94b1623 Clean up test. 6 years ago