156 Commits (362381ecbb101672f6e6610e43feafeb0e185b91)

Author SHA1 Message Date
Esun Kim 47dd5fd78e Fix by modernize-use-bool-literals 4 years ago
Esun Kim 8e9e895ffc Replace grpc_shutdown_blocking with grpc_shutdown 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
Mark D. Roth 09b42371e7 Remove grpc_core::InlinedVector<> and grpc_core::Optional<>. 5 years ago
Mark D. Roth 03411d7be7 Second attempt: grpclb stabilization 5 years ago
Yash Tibrewal ab9cb78e4d Reviewer comments 5 years ago
Esun Kim 7a14955759 Replaced grpc_core::MakeUnique with absl::make_unique 5 years ago
Yash Tibrewal 68ac18b095 Avoid linter warnings 5 years ago
Yash Tibrewal 44c0477d65 Remaning commits 5 years ago
Yash Tibrewal 9ca286a48f Replace LogicalThread with WorkSerializer 5 years ago
Yash Tibrewal 957f0390df Reviewer comments 5 years ago
Jan Tattermusch 3f3cf8b62a
Revert "grpclb stabilization" 5 years ago
Yash Tibrewal 36bd748faa Reviewer comments 5 years ago
Mark D. Roth 5b18402914 grpclb stabilization 5 years ago
Yash Tibrewal 4ffec8c53e 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 5 years ago
Esun Kim b2b7fc9af8 Replaced grpc_core::UniquePtr with std::unique_ptr 5 years ago
Esun Kim 3a519a0b64 Replaced grpc_core New & Delete with C++ new & delete 5 years ago
Lidi Zheng c34bef4ca4 Format all Bazel files with buildifier 5 years ago
Yash Tibrewal 3a189d7e08 test changes 5 years ago
Yash Tibrewal 780d41224c Squashed commit of the following: 5 years ago
Vijay Pai e7fefa9ef5 clang-format 5 years ago
Vijay Pai 3c7b035ca6 Remove unused parameter warning (4 of 20) 5 years ago
Vijay Pai 38d87137f8 Remove unused parameter warning (3 of 20) 5 years ago
Mark D. Roth 5e9404e41a Fix polymorphism for UniquePtr<> and OrphanablePtr<>. 5 years ago
Esun Kim e0b94db1b9 Enforce abstract class rule 5 years ago
Alexander Polcyn 0d2c622f9e Fix DNS resolver cooldown 5 years ago
Esun Kim 90fbdc92f5 Roll-forward "Config migration" 6 years ago
Alexander Polcyn 236ae12bb1 Revert "Config migration" 6 years ago
Esun Kim 87905ae5ea Config migration 6 years ago
Mark D. Roth 206592ce9c Restructure how addresses and service config are passed from resolver to LB policy. 6 years ago
Mark D. Roth 687580fe04 Add ResultHandler to Resolver API. 6 years ago
yang-g 456f748b2f Revert "Merge pull request #18146 from grpc/revert-17308-shutdown" 6 years ago
Yang Gao 4bc2ca4de6
Revert "Move grpc_shutdown internals to a detached thread" 6 years ago
yang-g 86b23adc7f Other comments 6 years ago
Alexander Polcyn 139d9f6e94 Revert "Revert c-ares as the default resolvre" 6 years ago
Alexander Polcyn ca30b2240f Revert c-ares as the default resolvre 6 years ago
Alexander Polcyn 2b328ee0ca Re-enable c-ares as the default resolver; but keep SRV queries off by default 6 years ago
Alexander Polcyn 371b987bf4 Revert turning c-ares on by default 6 years ago
Alexander Polcyn 46a872864c Turn on c-ares as the default resolver 6 years ago
Alexander Polcyn 7dc330f298 Disable SRV and TXT lookups for localhost 6 years ago
Mark D. Roth c5f344deaf
Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" 6 years ago
hcaseyal 27e2ba31bf
Revert "Allow encoding arbitrary channel args on a per-address basis." 6 years ago
Mark D. Roth dedff37b4f Allow encoding arbitrary channel args on a per-address basis. 6 years ago
yang-g 67742ef63f Fix BUILD files. Manually edit bzl files 6 years ago
Alexander Polcyn 570599cfc6 Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlock 6 years ago
Alexander Polcyn b203ed3c07 Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlock 6 years ago
yang-g e75fc243da change tests to use the new class instead of grpc_test_init 6 years ago