aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/generic_end2end_test.cc
Commit message (Collapse)AuthorAge
...
* | 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