11524 Commits (894c4b1852f93522251b552bd50a8d2aa4b8c05d)

Author SHA1 Message Date
yang-g 8369b05529 Fix a memory leak 6 years ago
Mark D. Roth 6d75cfe426 Revert "Merge pull request #18254 from grpc/revert-18078-grpclb_child_policy_configurable" 6 years ago
Juanli Shen e889fda482 Use real resolver in xds lb channel 6 years ago
Mark D. Roth 9febbf2d92
Revert "Make grpclb child policy configurable" 6 years ago
Soheil Hassas Yeganeh c060d55cc7
Revert "Introduce grpc_byte_buffer_reader_peek and use it for Protobuf parsing." 6 years ago
Mark D. Roth 840e7a2861 Store LB policy name in Config object. 6 years ago
Mark D. Roth 762676249e Make grpclb child policy configurable. 6 years ago
Mark D. Roth a04b0646de Don't use a separate call context for subchannel calls. 6 years ago
Soheil Hassas Yeganeh 509e77a5a3 Introduce grpc_byte_buffer_reader_peek and use it for Protobuf parsing. 6 years ago
Soheil Hassas Yeganeh dcc5728ddf Initialize tcp->read_done_closure only once 6 years ago
Soheil Hassas Yeganeh 8898f48277 Avoid copying grpc_slice as much as possible. 6 years ago
Mark D. Roth 8d9982c1f8 Fix gpr_once initialization. 6 years ago
Mark D. Roth 251d66aac6 Convert client channel factory to C++ 6 years ago
Mark D. Roth 1c52c30991 Inhibit client-side health checking for backends from balancer in xds. 6 years ago
Mark D. Roth 9e811bef4d Don't to try to watch connectivity state of balancer channel. 6 years ago
Yash Tibrewal 80f1eb57af Add peer string to ping sent log 6 years ago
Yash Tibrewal 030149df8f Print the peer string, instead of the address of the peer string 6 years ago
tzik e94a11482a Use GRPC_ABSTRACT 6 years ago
Soheil Hassas Yeganeh 1027149f8d Run run_after_write closures in h2 once write action is done. 6 years ago
billfeng327 1e4b706068 used universal header file 6 years ago
billfeng327 0eaa2cd6bd added selective header inclusion for Windows 6 years ago
Taiju Tsuiki 79f4b4cba6
Lint fix for NOLINT 6 years ago
tzik 715e18fbef Suppress clang-tidy 6 years ago
tzik 0f6a3d0a7c Remove no-effect std::move() that causes MSVC warning 6 years ago
Nguyen Quang Huy c9acd8380f Fix some typos 6 years ago
yang-g e5509e36d6 Prevent overflow 6 years ago
yang-g b003ae6eb9 Update comment 6 years ago
yang-g 8259bc25ce fix format 6 years ago
yang-g 4adf0b1aae Reproduce #18120 6 years ago
yang-g 456f748b2f Revert "Merge pull request #18146 from grpc/revert-17308-shutdown" 6 years ago
yang-g 7afcb32650 Avoid calling ares_library_init and ares_library_cleanup except for windows 6 years ago
Vijay Pai 23f39363c4 Inproc: properly handle send message that won't go to other side 6 years ago
Soheil Hassas Yeganeh 6bde9122a7 Add missing header to gprpp/atomic.h 6 years ago
Soheil Hassas Yeganeh b4e069a5c3 Convert grpc malloc slice to use grpc_core::RefCount. 6 years ago
Yang Gao 4bc2ca4de6
Revert "Move grpc_shutdown internals to a detached thread" 6 years ago
Mark D. Roth e40177fad0 Make service config ref-counted and hold refs to it in LB config. 6 years ago
Yang Gao dc3aadb6a5
Revert "Fix-forward: avoid data race on detached thread deletion" 6 years ago
Soheil Hassas Yeganeh 9dd94ea1fa Use std::atomic for CQ data. 6 years ago
Mark D. Roth 428fa7602c Transition into state CONNECTING when we start name resolution. 6 years ago
Mark D. Roth 148ae20e44 Code review changes. 6 years ago
Prashant Jaikumar b889461b46 Fixed cast in endpoint_cfstream.cc 6 years ago
Mark D. Roth 523e537368 Start connectivity watches before updating connectivity state. 6 years ago
Mark D. Roth 624fb64f61 LB policy ctors no longer perform updates; UpdateLocked() must be called 6 years ago
Vijay Pai d770e265ee Fix-forward to avoid TSAN race on detached thread deletion 6 years ago
Yuwei Huang 3cbf4f50ea Remove extra semicolons after function definitions 6 years ago
Vijay Pai 42c512c43e Use atm operations on gpr_atm variables 6 years ago
yang-g 227cce9ad3 Use malloc/free in leak checker 6 years ago
Soheil Hassas Yeganeh 0800ce5976 Move all helper functions to a class called Atomic. 6 years ago
yang-g cedc76bf38 Resolve comments 6 years ago
Soheil Hassas Yeganeh 1ccdb0ee26 Alias std::memory_order as grpc_core::MemoryOrder. 6 years ago