aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/generic_end2end_test.cc
Commit message (Collapse)AuthorAge
* 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
| | | | 'TestService' in test.proto
* 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
|/ | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* 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 ↵Gravatar David Garcia Quintas2015-07-17
| | | | methods manipulating compression algorithms
* WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of ↵Gravatar David Garcia Quintas2015-06-30
| | | | compression request thru MD
* Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-16
|\ | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc
| * 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
| | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time.
* Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
|\ | | | | | | | | Conflicts: include/grpc++/completion_queue.h
| * Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | | | | | the tests to init/shutdown free.
* | Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
|\| | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters
| * Remove an extra unrefGravatar Yang Gao2015-04-21
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-11
|\| | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc
| * Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
| |
* | Removing a few more references to #include <chrono>Gravatar Nicolas "Pixel" Noble2015-04-08
| |
* | Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|/
* merge upstream and resolve conflictGravatar Yang Gao2015-03-26
|\
| * Merge pull request #1133 from yang-g/cleanupGravatar Nicolas Noble2015-03-25
| |\ | | | | | | clean up
| | * Clean up unneeded includes and remove shutdown protobuf libraryGravatar Yang Gao2015-03-25
| | |
| * | Elminate range-based fors and work around some other limitations in older ↵Gravatar Vijay Pai2015-03-24
| |/ | | | | | | compilers
* | covert test to use generic stubGravatar Yang Gao2015-03-19
| |
| * Merge pull request #1093 from nicolasnoble/windowsGravatar Jan Tattermusch2015-03-19
|/| | | | | Various Windows fixes.
| * Various Windows fixes.Gravatar Nicolas Noble2015-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
* | clang-format c++ codeGravatar Yang Gao2015-03-17
|/
* expose the server's cq through the generic service objectGravatar Yang Gao2015-03-16
|
* sort the tags, this is not necessary, just make it look betterGravatar Yang Gao2015-03-13
|
* add one bidi testGravatar Yang Gao2015-03-13
|
* Rename to AsyncGeneric*Gravatar Yang Gao2015-03-12
|
* Rename anonymous to generic globallyGravatar Yang Gao2015-03-11