aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/end2end_test.cc
Commit message (Expand)AuthorAge
...
* | | | add a test case in end2end_testGravatar yang-g2015-07-06
|/ / /
| * / Fixup C++Gravatar Craig Tiller2015-07-06
|/ /
| * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-01
| |\ | |/ |/|
| * WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of c...Gravatar David Garcia Quintas2015-06-30
* | Bug fix. Do not push to incoming_queue after it is flushed.Gravatar yang-g2015-06-25
|/
* Update the Status APIGravatar Yang Gao2015-06-16
* Various minor fixesGravatar Yang Gao2015-06-01
* Replaced std::this_thread::sleep_for for gpr_sleep_until.Gravatar David Garcia Quintas2015-05-20
* resolve commentsGravatar Yang Gao2015-05-17
* Add fake credentials to the test and verify it actually worksGravatar Yang Gao2015-05-15
* resolve commentsGravatar Yang Gao2015-05-15
* support per call credentials in c++Gravatar Yang Gao2015-05-14
* Split thread stress from end2end to improve parallelismGravatar Craig Tiller2015-05-06
* clang-formatGravatar Yang Gao2015-05-04
* merge with headGravatar Yang Gao2015-05-01
|\
* | Expose max message size at the server sideGravatar Yang Gao2015-04-30
| * Add a thread stress end2end testGravatar Craig Tiller2015-04-29
|/
* Merge pull request #1227 from nicolasnoble/the-purge-2Gravatar Craig Tiller2015-04-24
|\
* \ Merge pull request #1359 from a11r/cc2Gravatar Yang Gao2015-04-24
|\ \
| | * 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
| | * Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
| | |\ | |_|/ |/| |
| * | Test client stream cancellation and fix bug exposed by the test.Gravatar Abhishek Kumar2015-04-23
|/ /
* | Merge pull request #1307 from a11r/streamcancelGravatar Craig Tiller2015-04-23
|\ \
| * | fixed indentationGravatar Abhishek Kumar2015-04-23
* | | Tweak testsGravatar Craig Tiller2015-04-20
| * | Fixed flakes due to OK racing with cancelGravatar Abhishek Kumar2015-04-17
| * | Added end2end test for server streaming rpc cancellation.Gravatar Abhishek Kumar2015-04-17
| * | Added test case demonstrating cancel on bidi streamGravatar Abhishek Kumar2015-04-17
|/ /
| * Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-11
| |\ | |/ |/|
* | 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
|/
* Add tests with delayed cancellation from client and serverGravatar Yang Gao2015-03-30
* Clean up unneeded includes and remove shutdown protobuf libraryGravatar Yang Gao2015-03-25
* Various Windows fixes.Gravatar Nicolas Noble2015-03-19
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\
| * Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-24
|\|
| * 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
| |/
* | Update C++ server with new core APIGravatar Craig Tiller2015-02-23
* | Credentials prototypingGravatar Craig Tiller2015-02-23
|/
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Compile fixesGravatar Craig Tiller2015-02-13
* Fix end2end leaksGravatar Craig Tiller2015-02-12
* Make end2end_test use fewer threadsGravatar Craig Tiller2015-02-11
* Fixup callers with new apiGravatar Craig Tiller2015-02-09