aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/generic_end2end_test.cc
Commit message (Expand)AuthorAge
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
* C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
* Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
* Deprecate GenericStub()::Call for multi-threaded useGravatar Vijay Pai2018-02-05
* Merge commit 'b0bad8f^' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
|\
* | clang-formatGravatar Muxi Yan2017-12-06
| * Use same cq for client and serverGravatar yang-g2017-11-07
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
* | Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2017-10-06
|\|
| * Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-29
| |\
* | | Fix C++ buildsGravatar Muxi Yan2017-09-26
| |/ |/|
* | Add unary call mode to GenericStub to allow generic RPC with 1 CQ tripGravatar Vijay Pai2017-09-21
| * Make generic_test tolerant of encodingGravatar Craig Tiller2017-09-21
|/
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-12
|\
| * Propagate deadline to GenericServerContextGravatar yang-g2017-05-11
* | Moving gtest include down.Gravatar Nicolas "Pixel" Noble2017-05-10
|/
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
* Make grpc++ independent of protobufGravatar yang-g2016-06-03
* Update copyrightsGravatar Craig Tiller2016-03-31
* Make a copy of ByteBuffer when writingGravatar yang-g2016-03-21
* remove outdated apiGravatar yang-g2016-01-15
* move utilities to a separate fileGravatar yang-g2016-01-15
* Rename TestService to EchoTestService to prevent name-conflict withGravatar Sree Kuchibhotla2016-01-13
* Updated copyrightsGravatar murgatroid992016-01-12
* Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-06
|\
| * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
* | Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
|/
* Add a case to cover multiple adds of generic serviceGravatar vjpai2015-12-09
* Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
* Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
* implementation fixGravatar yang-g2015-08-27
* Loosen test requirements to better fit specGravatar Craig Tiller2015-08-25
* headers reorgGravatar yang-g2015-08-21
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
* clang-format all sourceGravatar Craig Tiller2015-08-18
* fix generic_end2end_testGravatar yang-g2015-07-31
* Remove experimental prefixGravatar Craig Tiller2015-07-19
* Removed compression levels from clients and _experimental_'d signature of met...Gravatar David Garcia Quintas2015-07-17
* WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of c...Gravatar David Garcia Quintas2015-06-30
* Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-16
|\
| * Update the Status APIGravatar Yang Gao2015-06-16
* | Client side compiles/linksGravatar Craig Tiller2015-06-04
|/
* Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
* Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
|\
| * Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all t...Gravatar Yang Gao2015-04-24