20231 Commits (3a2cfe50ec768dd83eefd5e29da567c1c98db298)

Author SHA1 Message Date
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
Richard Belleville 3c0c4fc1fd Use custom assertions 6 years ago
Richard Belleville 056a1a8ea4 Isolate logging in all test cases 6 years ago
Richard Belleville a8d6e14721 Appease the yapf gods 6 years ago
Richard Belleville 0139d8777d Add explicit test that user can configure their own handler 6 years ago
Richard Belleville 9aed6c8f8e Fix splat 6 years ago
Richard Belleville a56a30f5a1 Format code 6 years ago
Richard Belleville e4b4f3131b Pull out function to patch stderr 6 years ago
Richard Belleville 2acb85006a Add test for 'No handlers could be found' problem 6 years ago
Richard Belleville 17dc8d3083 Format code 6 years ago
Richard Belleville 7c3c8323cd Add logging tests to tests.json 6 years ago
Richard Belleville 916681911d Fix various mind-numbing typos 6 years ago
Richard Belleville 61011a3af4 Add basicConfig handler to grpcio_testing 6 years ago
Richard Belleville 619f7e767b Add basicConfig handler to unit tests 6 years ago
Richard Belleville e57c10d9f0 Add NullHandler to avoid warnings about no handler 6 years ago
Richard Belleville 3990ff1dcf Revert "Configure module level loggers with basicConfig()" 6 years ago
Richard Belleville 1ef01a1c29 Add failing unit test 6 years ago
Muxi Yan 17a67fdb0f Aggregate v2 api tests 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
Yash Tibrewal b732e9c403 Make client interceptors see notification even if Cancel was done before the RPC was issued. Also add tests 6 years ago
Muxi Yan bc0ce06951 use _dispatchQueue for timer 6 years ago
ncteisen 9d5bd8b0c6 Add TODO 6 years ago
ncteisen f776ee33c2 clean up channelz URI parsing 6 years ago
Richard Belleville 18cc5f5dbe Use custom assertions 6 years ago
Richard Belleville cf624a98e6 Isolate logging in all test cases 6 years ago
Muxi Yan c827fbc1d0 Log failures when unable to create call or channel 6 years ago
Muxi Yan 395fc1226f Cleaner code using nil messaging 6 years ago
Muxi Yan 29bf3864d1 Remove object after finish iterating in loop 6 years ago
Yash Tibrewal fd88dcaf55 Add cancellation notification 6 years ago
Muxi Yan 601475b571 Easier check if timer is canceled 6 years ago
ncteisen 96c77693d5 Uphold default for channel trace max memory 6 years ago
Vijay Pai eea8a8b826 Remove redunant get on unique_ptr 6 years ago
Muxi Yan dc4fc1ce38 Use NSEC_PER_SEC 6 years ago
Muxi Yan ce53ba7474 kChannelDestroyDelay->_destroyDelay in GRPCChannelRef 6 years ago
Muxi Yan 790adca8e3 copy items in GRPCCallOptions:mutableCopy: 6 years ago
Muxi Yan 73251477bc clamp positive NSTimeInterval in initializer 6 years ago
Muxi Yan 16fd5a758c Remove __block for synchronized blocks 6 years ago