aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/test_service_impl.cc
Commit message (Expand)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
| * Make StartCall() a releasing operation so that you can pile up opsGravatar Vijay Pai2018-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
* 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
| * support C++ error_detailsGravatar yang-g2017-04-07
|/
* Implemented stream coalescing designGravatar Yuxuan Li2017-03-08
* When there is an error from filters (such as max recv message size tooGravatar yang-g2017-02-23
* 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
* 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