61 Commits (d0c8b29ef747b9e86b88536eff37dd5f55ff1c3e)

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
Craig Tiller ea389c00c2
Adjust include order per style guide (#27175) 3 years ago
Vijay Pai 8aff94558c
De-experimentalize C++ callback API (#25728) 4 years ago
Esun Kim 2ff84ed8c2 C++ cast for void* 4 years ago
Mark D. Roth 27e1c1c56d clang-tidy: enable google-readability-braces-around-statements 4 years ago
Esun Kim 165ee5007a Replaced grpc::string with std::string 4 years ago
Vijay Pai 9ccc6b0e38 Properly set up deadline for generic requests 5 years ago
Vijay Pai 2c87eaabd4 De-experimentalize generic features of callback API under an ifdef 5 years ago
Vijay Pai be6979202b Revamp server-side C++ callback API, message allocator, and mocking 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 60bdeef9f4 Move Channel also to impl for now 6 years ago
Karthik Ravi Shankar 603d014f0e Changes to fold credentials into grpc_impl from grpc 6 years ago
Vijay Pai 05d8ddfc6e Support callback-based generic service 6 years ago
yang-g e75fc243da change tests to use the new class instead of grpc_test_init 6 years ago
ncteisen a0a59537d2 s/CodegenGeneric/Raw/g 7 years ago
ncteisen a6194db176 Add codegen generic to hybrid tests 7 years ago
Vijay Pai c90a85649b Change grpc++ references in names to grpcpp 7 years ago
Noah Eisen be82e64b3d Autofix c casts to c++ casts 7 years ago
ncteisen 9bee3086c3 Make stream responses togglable via context 8 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
Nicolas "Pixel" Noble 3726e3d37b Moving gtest include down. 8 years ago
Vijay Pai 713c7b87e1 clang-format 8 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 8 years ago
Vijay Pai 96e03110db clang-format 8 years ago
Vijay Pai 8d08b1d9ee Test all split streamed variations 8 years ago
Vijay Pai 65a9ef16ed Fix channel/stub for dup service use 8 years ago
Vijay Pai 61536a7371 Making split streaming testable 8 years ago
Mark D. Roth 9477724003 Change C++ API to expose wait_for_ready instead of fail_fast. 8 years ago
murgatroid99 7c5befd86b Change UnimplementedService to UnimplementedEchoService in echo.proto 8 years ago
Vijay Pai d4d5f4cd53 clang-format 8 years ago
Vijay Pai a9c0d7f88b Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is 8 years ago
Vijay Pai 5d94118d0d clang-format 8 years ago
Vijay Pai ff91dea149 Be able to specify FCUnaryService just like AsyncService so that all 8 years ago
Vijay Pai 2d04dd827c Change API for next message size to allow a bool return value for failure 8 years ago
vjpai c0c38b1f19 Make the FCUnary class actually work and test it 9 years ago
Vijay Pai 20bf126da6 clang-format 9 years ago
vjpai e44d53757a De-lambda-ify 9 years ago
Craig Tiller bc7593de7a Revert "Revert "Remove spam"" 9 years ago
Craig Tiller 34c6e87598 Simpler trick to force a listening cq 9 years ago
Craig Tiller e76528ce26 Revert "Remove spam" 9 years ago
Craig Tiller 3f3312e7e9 Remove spam 9 years ago
Craig Tiller ae09d9dca9 Fixes and code simplification 9 years ago
Craig Tiller e004958fd6 Fix formatting, mem leak, stall 9 years ago
Sree Kuchibhotla 1f5e262589 Add the option of adding a non-listening server completion queue. This makes writing certain test cases (like hybrid_end2end tests) easier 9 years ago
Craig Tiller f40df23eeb Auto-changes 9 years ago