24260 Commits (2c2197ace786ea7b6c6757af94f9d61a57bc74c6)

Author SHA1 Message Date
Yash Tibrewal 2723a1bae6 Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received 5 years ago
Vijay Pai 7d82170ec0
Remove unneeded assignment 5 years ago
Mark D. Roth dc976d2a77 xds: Remove fallback code and support for old xds LB configs. 5 years ago
Richard Belleville 4e6327493d Support SO_REUSEPORT on manylinux2010 5 years ago
Yash Tibrewal cdf7b2cc7a Use std::aligned_storage instead of absl::optional to maintain compatibility with Windows 5 years ago
Yash Tibrewal 2d0ed47223 Reviewer comments 5 years ago
Yash Tibrewal c90dc0e098 Remove blank line 5 years ago
Yash Tibrewal edc2a6b988 Add option for logging keepalive pings 5 years ago
Yash Tibrewal 7a654ed1a5 Remove const data member from ByteStream to make it copyable 5 years ago
Yash Tibrewal 44bc3b9bd6 Reviewer comments 5 years ago
Mark D. Roth c3fc65c9e0 Don't NACK EDS updates with no localities, but report TRANSIENT_FAILURE. 5 years ago
Ashitha Santhosh fdbdcb93d2 Remove ABSL_CONST_INIT. 5 years ago
Yash Tibrewal 652ab6c497 Clamp the max recv flow control window to 2^31 - 1 5 years ago
Mark D. Roth f8f6034d1a Refactor xds LB policy 5 years ago
Hannah Shi 3de85634f3 add an instruction of setting a flag before c-core make, after #22416 merged 5 years ago
Lidi Zheng e50c9a8e2e Fix typo in the comment 5 years ago
Stanley Cheung d94f41c40e Fix clang error 5 years ago
Stanley Cheung 0a56dcabb9 Fix cronet transport crash 5 years ago
Lidi Zheng 4eb596446d Resolve conflict with master 5 years ago
Lidi Zheng 2b6037f113 Rename to wait_for_conneciton && Add to unary-unary RPC 5 years ago
Lidi Zheng 2bbf0a79f6 Make pytype happy 5 years ago
Lidi Zheng 58beda2f73 Add try_connect API to StreamUnaryCall 5 years ago
Lidi Zheng c07520a350 Mark it as experimental 5 years ago
Lidi Zheng 41866c1250 Add try_connect API for UnaryStreamCall and StreamStreamCall 5 years ago
Lidi Zheng 6f00de087f Aggregate common statement in both branches 5 years ago
Lidi Zheng e00eb2fec2 Make pylint happy 5 years ago
Lidi Zheng 8b1a6c8f45 Accepts normal iterable of request messages 5 years ago
Yash Tibrewal 1e5aa76adf Some notes on new filter implementation 5 years ago
Yash Tibrewal 4ce897eddc C++ize message compress filter 5 years ago
Richard Belleville c1953880f7 Modify tests accordingly 5 years ago
Mark D. Roth 41cfae4234 Revert "Merge pull request #19693 from apolcyn/control_plane_creds" 5 years ago
Richard Belleville f15a6bf6e4 Add version check for Python 3.6 to simple stubs 5 years ago
Lidi Zheng 386977ff41 Annotate metadata variable as Tuple instead of Sequence 5 years ago
Lidi Zheng 5cab833808 Make sanity tests happy 5 years ago
Lidi Zheng 2c24272bbd Cast the complete queue to sub class to avoid AttributeError 5 years ago
Lidi Zheng dc1d1e165d Add two more metadata tests 5 years ago
Lidi Zheng ee31a696ab Cast metadata to tuple 5 years ago
Alexander Polcyn 292c07b432 Fix link error in address sorting test 5 years ago
Alexander Polcyn aec6be5ec9 Include request object in c-ares address sorting trace logs 5 years ago
Mark D. Roth df27e42372 Report RPC failures to LB recv_trailing_metadata callbacks. 5 years ago
Mark D. Roth 03411d7be7 Second attempt: grpclb stabilization 5 years ago
Mark D. Roth 0e1c63a7a1 xds: don't report TRANSIENT_FAILURE when we're told to drop all 5 years ago
Lidi Zheng cb5fdce2bf Improve readability and fix wording 5 years ago
Lidi Zheng 5182e9f07f Eliminates suspicious exceptions in test logs 5 years ago
Vijay Pai c86cfc305c Remove all std::mem_fn and std::bind from service definitions and setup 5 years ago
Lidi Zheng b5b47ce7c7 Upgrade the server stop log to warning 5 years ago
Lidi Zheng 79497f8059 Downgrade info logs to debug 5 years ago
ZhenLian fe7f50a324 fix clang-format issue 5 years ago
Mark D. Roth d4fb5ea436 update service config parsing as per recent spec change 5 years ago
Mariano Anaya a8ad4db3af [issue21953] Fix import in test 5 years ago