aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/async_end2end_test.cc
Commit message (Expand)AuthorAge
* Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
* Merge github.com:google/grpc into deprecate-c++Gravatar Craig Tiller2015-02-23
|\
* | s/CreateChannel/CreateChannelDeprecatedGravatar Craig Tiller2015-02-23
| * Move to unique_ptr for all GRPC returned objectsGravatar Craig Tiller2015-02-23
|/
* Merge pull request #605 from vjpai/macGravatar Nicolas Noble2015-02-19
|\
| * 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. Make the api simila...Gravatar Yang Gao2015-02-18
* | | 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