aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/test_service_impl.cc
Commit message (Collapse)AuthorAge
* Only put server to sleep when explicitly requestedGravatar Vijay Pai2017-10-10
|
* Make short deadlines actually expireGravatar Vijay Pai2017-10-10
|
* Make stream responses togglable via contextGravatar ncteisen2017-07-05
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-11
|\
* | Moving gtest include down.Gravatar Nicolas "Pixel" Noble2017-05-10
| | | | | | | | In some cases, depending on the direction of the wind, and the phase of the moon, gtest can interfere with protobuf badly with macros cross-pollution between the two projects. Moving the gtest inclusion at the end makes the problem go away.
| * support C++ error_detailsGravatar yang-g2017-04-07
|/
* 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*.
* When there is an error from filters (such as max recv message size tooGravatar yang-g2017-02-23
| | | | | large), add an error to the batch to avoid emitting new rpc on the server side in C++.
* Remove some unnecessary new/delete patternsGravatar Vijay Pai2016-11-04
|
* removed codegen/log.hGravatar David Garcia Quintas2016-07-27
|
* Deal with to_string, proper usage of nullptr, and lack of map::emplaceGravatar Vijay Pai2016-06-15
|
* Add a test for server returning error with debug info in trailer.Gravatar yang-g2016-05-05
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* clang reformat.Gravatar Dan Born2016-03-03
|
* Allow use of alternative credential types.Gravatar Dan Born2016-03-03
|
* ServerTryCancel was not actually respecting the API since itGravatar Vijay Pai2016-03-01
| | | | | could be an arbitrary amount of time between when the cancel is tried and actually observable.
* Run tools/distrib/clang_format_code.shGravatar Sree Kuchibhotla2016-02-03
|
* Merge branch 'master' into server_try_cancel_apiGravatar Sree Kuchibhotla2016-02-03
|\
| * remove the old impl caused by 4921Gravatar yang-g2016-02-02
|/
* clang-formatGravatar yang-g2016-01-15
|
* Add a hybrid end2end test mixing sync and async methodsGravatar yang-g2016-01-14