1 Commits (cb3db8112e307d10aab5f8176502c5798ecb6094)

Author SHA1 Message Date
Mark D. Roth 10e83973e7 [reorg] move resolver code to src/core/resolver (#35804) 1 year ago
Yijie Ma bae0c705aa
[Deps] Update to Clang-16 (#34492) 2 years ago
Mark D. Roth 625b3f8385
resolver registry: require URI schemes to be lower-case (#32348) 2 years ago
Esun Kim 905df9dee6
Update Abseil to 20230125 (#32139) 2 years ago
Craig Tiller d304712f64
[channel_args] Spread grpc_core::ChannelArgs through client channel code (#30008) 3 years ago
Craig Tiller 6532084a06
[iwyu] rest of the owl: src/core/lib - excluding iomgr, gpr (#29735) 3 years ago
Craig Tiller dd76a04b8c
Move resolver to core configuration (#28881) 3 years ago
Craig Tiller 55b365f287
Move resolver code around a little (#27846) 3 years ago
Mark D. Roth 1050eedb87
enable clang-tidy readability-static-definition-in-anonymous-namespace check (#28033) 4 years ago
Craig Tiller 6af45a35ba
Tooling to remove redundant grpc_core:: namespace references (#28030) 4 years ago
Mark D. Roth c4566b7552
pass URI string to resolver impls (#27316) 4 years ago
AJ Heller 880a854f0e Convert URI parser to C++ #24701 4 years ago
Esun Kim ac080fd17a Fix readability-inconsistent-declaration-parameter-name manually 4 years ago
Esun Kim 47dd5fd78e Fix by modernize-use-bool-literals 5 years ago
Mark D. Roth 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. 5 years ago
Mark D. Roth 09b42371e7 Remove grpc_core::InlinedVector<> and grpc_core::Optional<>. 5 years ago
Yash Tibrewal 957f0390df Reviewer comments 5 years ago
Yash Tibrewal 895bd10859 s/combiner/logical_thread 5 years ago
Yash Tibrewal e05417db32 Use LogicalThread in client channel code 5 years ago
Esun Kim e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 years ago
Esun Kim b2b7fc9af8 Replaced grpc_core::UniquePtr with std::unique_ptr 6 years ago
Esun Kim 3a519a0b64 Replaced grpc_core New & Delete with C++ new & delete 6 years ago
Yash Tibrewal 780d41224c Squashed commit of the following: 6 years ago
Qiancheng Zhao 50cb169af0 add IsValidTarget api to ResolverRegistry 6 years ago
Mark D. Roth 687580fe04 Add ResultHandler to Resolver API. 6 years ago
Yash Tibrewal 2bb5bf208e Remove GPR_UNLIKELY that are not in the call path 7 years ago
Yash Tibrewal 7f51ba8372 Add GPR_UNLIKELY annotations mainly for the client path in error conditions 7 years ago
Alexander Polcyn db3e898a98 Add a sanity check for inclusion of port_platform.h 7 years ago
Mark D. Roth 209f644f04 Convert resolver API to C++. 7 years ago
Muxi Yan 38fcd0c6c3 clang-format 8 years ago
Yash Tibrewal 8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" 8 years ago
Yash Tibrewal ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed" 8 years ago
Craig Tiller 4782d92b2d s/NULL/nullptr 8 years ago
Craig Tiller baa14a975e Update clang-format to 5.0 8 years ago
Yash Tibrewal 0ee7574732 Removing instances of exec_ctx being passed around in functions in 8 years ago
Yash Tibrewal 83062842c3 Changes for C to C++. Adding extern C to header files for compatibility. 8 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
Craig Tiller 9eb0fdec00 Reorganize ext tree 8 years ago
Yuchen Zeng c40d1d84f9 Use the internal slice api 8 years ago
Craig Tiller 972470b8d9 Initial pass to remove mutexes from resolvers 8 years ago
Yuchen Zeng 63e3e3b1df Add grpc_pollset_set as an arg in grpc_resolver_create 9 years ago
Mark D. Roth 201db7d613 Eliminate redundant places where server name was stored. 9 years ago
Yuchen Zeng 3d803237dc Revert resolver registry 9 years ago
Yuchen Zeng 9e4c8eb8e8 Address review comments 9 years ago
Yuchen Zeng 912327efad Address review comments 9 years ago
Mark D. Roth 2137cd8e9b Rename client_config directory to client_channel. 9 years ago
Mark D. Roth 0e48a9af49 Move LB policy instantiation from resolvers into client_channel. 9 years ago
Mark D. Roth 39b5871d7b Use http_proxy environment variable instead of URI query param. 9 years ago
Mark D. Roth 0a05ab6e8e clang-format 9 years ago
Mark D. Roth 28ea7e2630 Use URI query string instead of channel arg to indicate use of proxy. 9 years ago