aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/test_service_impl.h
Commit message (Collapse)AuthorAge
* Merge branch 'master' into callback_test_coverage_1Gravatar hcaseyal2018-12-03
|\
* | Clang formatGravatar Hope Casey-Allen2018-12-03
| |
| * Streaming API for callback serversGravatar Vijay Pai2018-11-30
| |
* | Add service definition to sync serverGravatar Hope Casey-Allen2018-11-30
| |
* | Debugging unimplemented error in CheckClientInitialMetadataGravatar Hope Casey-Allen2018-11-29
|/
* Experimental C++ server callback unary APIGravatar Vijay Pai2018-10-29
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Add a testGravatar yang-g2018-01-23
|
* s/hanging/pending/gGravatar ncteisen2017-07-05
|
* Make stream responses togglable via contextGravatar ncteisen2017-07-05
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Implemented stream coalescing designGravatar Yuxuan Li2017-03-08
| | | | | | | (RFC:https://github.com/grpc/proposal/pull/3). Add necessary microbenchmarks to show reduced writes/iter for short streams. Add necessary end2end test to test out newly added apis. Filter those tests using *WithCoalescingApi*.
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Add a test for server returning error with debug info in trailer.Gravatar yang-g2016-05-05
|
* Merge branch 'master' into server_try_cancel_apiGravatar Sree Kuchibhotla2016-02-03
|
* Add a hybrid end2end test mixing sync and async methodsGravatar yang-g2016-01-14