97 Commits (8cdf8beafd986ba8a6094c9f4941f43f72a2cfbf)

Author SHA1 Message Date
AJ Heller 18a8f6aad9
Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
AJ Heller 85189b24bb
Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 3 years ago
AJ Heller e72a5fe5dd
Revert "Avoid fully qualifying namespaces (and add check) (#28901)" (#28916) 3 years ago
AJ Heller fc7314c701
Avoid fully qualifying namespaces (and add check) (#28901) 3 years ago
Mark D. Roth 1050eedb87
enable clang-tidy readability-static-definition-in-anonymous-namespace check (#28033) 3 years ago
Craig Tiller ea389c00c2
Adjust include order per style guide (#27175) 3 years ago
Vijay Pai cf1ebf7387
Remove experimental tag from uses of the C++ callback API (#26495) 3 years ago
Vijay Pai 8aff94558c
De-experimentalize C++ callback API (#25728) 4 years ago
Vijay Pai 153bc67f45
Revert "Revert "Revert "Revert "Expose trailers-only response status through C++ callback API"" (#26365)" (#26375)" (#26379) 4 years ago
Yash Tibrewal 259a74c0e6
Revert "Revert "Revert "Expose trailers-only response status through C++ callback API"" (#26365)" (#26375) 4 years ago
Vijay Pai 66253c521a
Revert "Revert "Expose trailers-only response status through C++ callback API"" (#26365) 4 years ago
Yash Tibrewal 05c3b30ea0
Revert "Expose trailers-only response status through C++ callback API (#26249)" (#26363) 4 years ago
Vijay Pai 393bae7e88
Expose trailers-only response status through C++ callback API (#26249) 4 years ago
mkruskal-google 2bf75aa68a
Add optional suffix to client-side stub objects (#25996) 4 years ago
Esun Kim 377fe6095a
Upgrade clang-tidy and clang-format to 11 (#25590) 4 years ago
Vijay Pai dba8bb59a0 Implement callback CQ at C++ layer using shared thread pool if non-background iomgr 4 years ago
Yash Tibrewal f4e55b85bc Replace disrespectful term 4 years ago
Esun Kim be761cd430 Fixed sign-compare warnings 4 years ago
Esun Kim 53ab235fb8 Fix google-explicit-constructor 4 years ago
Esun Kim 6ae8463500 Fix by modernize-make-unique 4 years ago
Vijay Pai 37a09aaae3 Remove unused experimental stub format 4 years ago
Vijay Pai 6040d621bd Fix destruction order bug in nested lock test 4 years ago
Vijay Pai 9c5a39c6db Revert "Merge pull request #23361 from vjpai/em_agnostic_core_callback_cq" 4 years ago
Vijay Pai bcb6530717 Revert "Merge pull request #23430 from vjpai/remove_do_not_test" 4 years ago
Vijay Pai e1a45fb237 Remove references to skipping callback API tests 4 years ago
Vijay Pai 7ee2bc6db5 EM-agnostic callback completion queue 4 years ago
Esun Kim 165ee5007a Replaced grpc::string with std::string 4 years ago
Vijay Pai 7eebba3781 Fixes needed to make roll-forward of StartCall and corking work 5 years ago
Vijay Pai 278671072f
Revert "Revert "Fix StartCall: make corking work and allow concurrent Start*"" 5 years ago
Vijay Pai b269fdbf8b Don't mark server RPC canceled if finished with non-OK status 5 years ago
Karthik Ravi Shankar 11c54ada0d
Revert "Fix StartCall: make corking work and allow concurrent Start*" 5 years ago
Vijay Pai 899cbcab96 Fix StartCall: make corking work and allow concurrent Start* 5 years ago
Vijay Pai 611dccb492 Add a test without WritesDone and reorder destruction 5 years ago
yang-g 5bc57b64fe InitGoogleTest before grpc_init 5 years ago
Vijay Pai 88874094be Actually implement the generic reactor-based unary call. 5 years ago
Jan Tattermusch 78888d7861 avoid thread local unitialized problem under GRPC_PTHREAD_TLS 5 years ago
Vijay Pai 73de768139 Test server destruction without explicit Shutdown 5 years ago
Vijay Pai 176dfc2289 Remove unused parameter warning (15 of 20) 5 years ago
Vijay Pai 5d7e4bb301 Stop using deprecated gtest macros 5 years ago
Prashant Jaikumar 9f02fc7f91 Enable end2end C++ tests on iOS. 5 years ago
Karthik Ravi Shankar 553eff9cb0 Fix a test failure due to unused variable and formatting 5 years ago
Karthik Ravi Shankar 2602bdd3e4 Address review comments 6 years ago
Karthik Ravi Shankar 514413de70 Clang formatting errors 6 years ago
Karthik Ravi Shankar c041acb7a7 Fix the unit tests to exercise nesting correctly. 6 years ago
Karthik Ravi Shankar 44160d2b65 Add unit test to check the re-entrancy of callbacks 6 years ago
Karthik Ravi Shankar 196b0aa3a3
Revert "Revert "Start supporting a callback-based RPC under lock"" 6 years ago
Karthik Ravi Shankar b790c24e5c
Revert "Start supporting a callback-based RPC under lock" 6 years ago
Karthik Ravi Shankar fe85756a8a Fix end2end tests 6 years ago
Vijay Pai 41191323ec Make sure event_engine is alive before checking for MAYBE_SKIP_TEST 6 years ago
Vijay Pai 657ab449c6 Make single-argument constructor explicit 6 years ago