19 Commits (0b8fb5a3c6cf22f205e843d3cbca740a4ef7d8fa)

Author SHA1 Message Date
Yijie Ma f99b8b5bc4
Convert c-style comments to C++-style comments (#31923) 2 years ago
Esun Kim 660a6f281e
Added readability-redundant-string-init (#31609) 2 years ago
Craig Tiller 9c98d67d7a
[c++14] absl::make_unique --> std::make_unique (#31159) 2 years ago
Yash Tibrewal 78d6d71af3
Call: Send cancel op down the stack even when no ops are sent (#30004) 3 years ago
Vijay Pai 8aff94558c
De-experimentalize C++ callback API (#25728) 4 years ago
mkruskal-google 2bf75aa68a
Add optional suffix to client-side stub objects (#25996) 4 years ago
Yash Tibrewal f4e55b85bc Replace disrespectful term 4 years ago
Esun Kim 6ae8463500 Fix by modernize-make-unique 4 years ago
Vijay Pai 612a3dfa10
clang-format 4 years ago
Vijay Pai bec17c1dd3
Avoid unused variables 4 years ago
Esun Kim 165ee5007a Replaced grpc::string with std::string 4 years ago
Yash Tibrewal edbae5d8e6 Fix interceptor batch method FailHijackedRecvMessage for async APIs 5 years ago
Yash Tibrewal 67bdbbdf6f Fix a bug where POST_RECV_MESSAGE is not being triggered 6 years ago
Yash Tibrewal aecc5f7285 Add client interceptor test for bidi streaming hijacking interceptor 6 years ago
ncteisen 7b81ae14a7 clang tidy and clang format 6 years ago
Yash Tibrewal 626f1c9d53 Remove the std::unique_ptr, instead use move semantics everywhere 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
Yash Tibrewal e2361a4751 Add server interceptors in end2end_test 6 years ago
Yash Tibrewal d736b1d309 Refactor tests slightly 6 years ago