aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/async_end2end_test.cc
Commit message (Collapse)AuthorAge
...
* | 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
|/
* Make string construction explicit as implicit conversion doesn't work in 4.4Gravatar Vijay Pai2015-03-26
|
* Clean up unneeded includes and remove shutdown protobuf libraryGravatar Yang Gao2015-03-25
|
* 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 new changesGravatar Yang Gao2015-03-17
| |
* | resolve merge confictGravatar Yang Gao2015-03-17
|\|
* | clang-format c++ codeGravatar Yang Gao2015-03-17
| |
| * Change to std::chrono and add a test.Gravatar vjpai2015-03-17
|/
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\
| * Merge remote-tracking branch 'upstream/master'Gravatar vjpai2015-02-26
| |\
| * | clang-format all these filesGravatar Vijay Pai2015-02-26
| | |
| * | Rename Async methods from generator to avoid naming conflicts toGravatar vjpai2015-02-26
| | | | | | | | | | | | bind and other functions
| | * Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |/
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-24
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: examples/pubsub/publisher_test.cc examples/pubsub/subscriber_test.cc include/grpc++/create_channel.h src/cpp/client/create_channel.cc test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/util/create_test_channel.cc
| * Merge github.com:google/grpc into deprecate-c++Gravatar Craig Tiller2015-02-23
| |\ | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc
| * | s/CreateChannel/CreateChannelDeprecatedGravatar Craig Tiller2015-02-23
| | | | | | | | | | | | | | | | | | For the 2-argument version of CreateChannel. This is a temporary step until #711 is ready to roll out.
| | * Move to unique_ptr for all GRPC returned objectsGravatar Craig Tiller2015-02-23
| |/
* | Update C++ server with new core APIGravatar Craig Tiller2015-02-23
| | | | | | | | And reflects the C++ API in ServerBuilder.
* | Credentials prototypingGravatar Craig Tiller2015-02-23
|/ | | | | | - Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated.
* Merge pull request #605 from vjpai/macGravatar Nicolas Noble2015-02-19
|\ | | | | Mac build is now ready
| * More typecasts to avoid sign-comparison problems on EXPECT_EQGravatar vjpai2015-02-18
| |
* | Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\|
| * Merge pull request #588 from yang-g/c++apiGravatar Craig Tiller2015-02-18
| |\ | | | | | | Async client api change. Add a ClientAsyncResponseReader.
| | * Async client api change. Add a ClientAsyncResponseReader. Make the api ↵Gravatar Yang Gao2015-02-18
| | | | | | | | | | | | similar to streaming and symmetric to server side.
* | | Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\| |
* | | Server side cancellation receive supportGravatar Craig Tiller2015-02-18
| |/ |/|
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| |
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
|/
* do not leak reader or writerGravatar Yang Gao2015-02-18
|
* Add metadata test with rpc. Adding/fixing things to make it workGravatar Yang Gao2015-02-18
|
* Add missing APIs and a first metadata test, and test passesGravatar Yang Gao2015-02-13
|
* add a simple server streaming e2e test, which passesGravatar Yang Gao2015-02-13
|
* change ServerAsyncReader API and add a simple clientstreaming test, it passesGravatar Yang Gao2015-02-13
|
* add a bidi test and simplify the test a bit, test passesGravatar Yang Gao2015-02-13
|
* let the client/server use their own cq and pretty the testGravatar Yang Gao2015-02-12
|
* Add end2end async unary single threaded test (compiles)Gravatar Craig Tiller2015-02-12