37 Commits (2284be0cdd2de18895c265b15b1e6500ae95325f)

Author SHA1 Message Date
Mark D. Roth f4edc883ab
service config API: use absl::Status instead of grpc_error (#30321) 2 years ago
Craig Tiller d304712f64
[channel_args] Spread grpc_core::ChannelArgs through client channel code (#30008) 2 years ago
Esun Kim c6ebbb5482
Added GRPC_ERROR_IS_NONE (#29937) 3 years ago
AJ Heller 18a8f6aad9
Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
Craig Tiller 16a3ce51ff
Service config parser to core configuration (#28883) 3 years ago
AJ Heller 85189b24bb
Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 3 years ago
AJ Heller e72a5fe5dd
Revert "Avoid fully qualifying namespaces (and add check) (#28901)" (#28916) 3 years ago
AJ Heller fc7314c701
Avoid fully qualifying namespaces (and add check) (#28901) 3 years ago
Craig Tiller 55b365f287
Move resolver code around a little (#27846) 3 years ago
Mark D. Roth ac70281e74
improve RPC status messages when name resolution fails (#28091) 3 years ago
Craig Tiller ea389c00c2
Adjust include order per style guide (#27175) 3 years ago
Tamir Duberstein 013e67a029
Deprecate grpc{_core,::internal}::WaitUntil (#26866) 3 years ago
Mark D. Roth 4c40ee3f78
move parse_address and sockaddr_utils out of iomgr directory (#26077) 4 years ago
Esun Kim 6468d8a69d Make grpcpp/mutex compatible absl/mutex 4 years ago
AJ Heller 880a854f0e Convert URI parser to C++ #24701 4 years ago
yang-g 8456e2138a Check localhost is resolved to ipv4 or ipv6 and update test accordingly. 4 years ago
Esun Kim aae4f4cf18 Fix by misc-unused-using-decls 4 years ago
Esun Kim 6ae8463500 Fix by modernize-make-unique 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 84c8f7051a Simplify service config processing and fix config selector handling. 4 years ago
Mark D. Roth bd73844208 Move parse_address library from client_channel to iomgr. 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
Mark D. Roth 283574e3b7 Convert service config code to use new JSON API 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
Yash Tibrewal 886dc10daa Move validate_service_config to a new file 6 years ago
Yash Tibrewal f63dde8e8e Make validation function a global function 6 years ago
Yash Tibrewal 4e711fab64 Add method to validate and set service config json 6 years ago
Yash Tibrewal 1ff5791e47 Add tests for setting a channel to lame on an invalid default service config 6 years ago
Yash Tibrewal 1984b34797 Try getting around clang tidy issue 6 years ago
Yash Tibrewal 6cba63eb47 reviewer comments and tests 6 years ago
Yash Tibrewal 8030e12624 Add more tests for service config state transitions 6 years ago
Yash Tibrewal aa0a26cdbc Do not save service config in DNS resolver 6 years ago
Yash Tibrewal 71085f3e3b Changes 6 years ago
Yash Tibrewal db1ccad039 Service Config Changes to set channel in transient failure on invalid service config 6 years ago