19496 Commits (e5f9f5ef4605bec53ebd06b2d0ade0c77189d256)

Author SHA1 Message Date
Soheil Hassas Yeganeh 1dd09321cd Add a non-polymorphic variant to RefCounted. 6 years ago
Vishal Powar 9e66b470ed Change the varible names that keep track of rr policy its state and 6 years ago
Vijay Pai 0e29d7b9bc Properly clear metadata and other structs when reusing ServerContext 6 years ago
Alexander Polcyn aac8b239a2 Avoid re-resolution after c-ares resolver has been shut down 6 years ago
Yihua Zhang 3fefdde3cc remove ALTS shared resources 6 years ago
Soheil Hassas Yeganeh 1f6d3189a9 Fix data race in client_channel. 6 years ago
Muxi Yan 6873456fd9
Revert "Fix timer manager debug code" 6 years ago
Soheil Hassas Yeganeh 0831996388 Remove memset from call_data from gRPC server. 6 years ago
Yihua Zhang 99d8216d06 create internal version of grpc_call_cancel. 6 years ago
Juanli Shen ec4892b316 Revert RR policy update in xDS 6 years ago
Lidi Zheng 9b65b40247 Label wait-for-ready argument in multicallables as experimental 6 years ago
Muxi Yan 0960acd05a clang-format 6 years ago
Muxi Yan b8c9648f60 Directly calling logging function to prevent dead-stripping 6 years ago
Muxi Yan 04cef1fd19 Revert "Prevent dead-stripping by explicitly calling init" 6 years ago
Muxi Yan d0539dcc36 Prevent dead-stripping by explicitly calling init 6 years ago
Richard Belleville c477cb8597 Add missing transitive dependencies 6 years ago
Guantao Liu 4f9bdf4e06 Enable SO_REUSEADDR in client sockets 6 years ago
Juanli Shen 2eff247b74 Update the RR policy when fallback is disabled 6 years ago
Richard Belleville ecd9063424 Use single NullHandler for whole library 6 years ago
Vijay Pai 926b2941ab Pre-request 32 callbacks of each method 6 years ago
Vishal Powar 88352c827f Address review comments 6 years ago
Arjun Roy bc3d6d21b7 Set call_ member variable to null after freeing. 6 years ago
Arjun Roy 843c8d9e75 Fixed intermittent CPP sync server shutdown leak. 6 years ago
Vishal Powar 0f24148733 Simplify the code in CreateRoundRobinPolicyArgsLocked() to always expect 6 years ago
Moiz Haidry 1303ec7b53 Added benchmarks for Callback based Unary server 6 years ago
Lidi Zheng cabe8d8f10 New Python documentation generation 6 years ago
Lidi Zheng 4821221e3a Add wait-for-ready semantics 6 years ago
Lidi Zheng 03841be6ce Add background about the special condition 6 years ago
Lidi Zheng 8a0b08b574 Migrate tests from Python 3.4 to Python 3.7 6 years ago
Yash Tibrewal fc28a86a0e Allow setsockopt and getsockopt to softly fail for TCP_USER_TIMEOUT 6 years ago
Vishal Powar 970552f1ac Disabling the current gRPC LB method of handling fallback in xds plugin. 6 years ago
Vijay Pai 1e850944e9 Release the CallbackWithSuccessTag from a server context completionop 6 years ago
Vijay Pai 526d2e6004 Refactoring of CallbackWithSuccessTag 6 years ago
Soheil Hassas Yeganeh 6c49b3dad7 Eliminate function pointers in hpack_enc(). 6 years ago
Soheil Hassas Yeganeh d926b04ced Optimize `grpc_call_stack_init` for cache coherency. 6 years ago
Yash Tibrewal 4cc3717e15 move client_interceptor.cc from src/cpp/codegen to src/cpp/client 6 years ago
Lidi Zheng b8a9989005 Add support for utf-8 error messages 6 years ago
Yash Tibrewal f8561952e9 Don't use default capture 6 years ago
Vishal Powar 4ce341cd32 xds plugin does not need drop to be determined by serverlist 6 years ago
Vijay Pai acd07f7f40 Make inproc transport properly obey status ordering rules 6 years ago
Soheil Hassas Yeganeh 48e4a81b05 Remeve memset(0) from arena allocated memory. 6 years ago
Yash Tibrewal e08a2b387a Prefer lambda expressions over std::bind 6 years ago
Vijay Pai 8a7f945fa0 Resolve a deadlock in callback CQ shutdown 6 years ago
ncteisen c8ee12c0f5 Reset json pointer 6 years ago
Mark D. Roth cbf94de90f Record subchannel calls started as part of creating subchannel call. 6 years ago
ncteisen 069909ccf4 Use correct macro 6 years ago
Yash Tibrewal 24ca03dad7 Do not make TCP_USER_TIMEOUT failure an error 6 years ago
kkm 4912fb2d04 Address review comments 6 years ago
Benjamin Peterson 187f7e4e4c Replace pkg_resources with pkgutil. 6 years ago
Yihua Zhang cd768ec12a use gRPC thread model 6 years ago