aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Expand)AuthorAge
* Add a thread stress end2end testGravatar Craig Tiller2015-04-29
* Move end_threads to subclass since some subclass-specific fields will still beGravatar vjpai2015-04-29
* Merge pull request #1367 from yang-g/interopGravatar Craig Tiller2015-04-28
|\
* \ Merge pull request #1375 from ctiller/qps_clientGravatar Vijay Pai2015-04-28
|\ \
* | | Ignore SIGPIPEGravatar Craig Tiller2015-04-27
| * | Fix a race in QPS client shutdownGravatar Craig Tiller2015-04-27
* | | Merge pull request #1227 from nicolasnoble/the-purge-2Gravatar Craig Tiller2015-04-24
|\ \ \
* \ \ \ Merge pull request #1359 from a11r/cc2Gravatar Yang Gao2015-04-24
|\ \ \ \
| | | | * Add two scenarios in interop testGravatar 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
* | | Merge pull request #1312 from ctiller/batch-metadataGravatar Yang Gao2015-04-22
|\ \ \
* | | | Remove an extra unrefGravatar Yang Gao2015-04-21
| * | | 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
|/ /
* | Move .proto files up for reuseGravatar Abhishek Kumar2015-04-16
* | Moving test.proto to an outer directory so others can depend on it.Gravatar Abhishek Kumar2015-04-16
* | Merge pull request #1291 from yang-g/headersGravatar Nicolas Noble2015-04-16
|\ \
| * | Wrap ParseCommandLineFlags in InitTestGravatar Yang Gao2015-04-15
* | | Return 1 when test_case is not supported in interop testGravatar Yang Gao2015-04-15
|/ /
| * Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-11
| |\
* | \ Merge github.com:grpc/grpc into local_workerGravatar Craig Tiller2015-04-10
|\ \ \ | | |/ | |/|
| * | Merge pull request #1244 from yang-g/interopGravatar Nicolas Noble2015-04-10
| |\ \
* | | | Merge branch 'qps' into local_workerGravatar Craig Tiller2015-04-10
|\| | |
| * | | Merge github.com:google/grpc into qpsGravatar Craig Tiller2015-04-10
| |\ \ \
| * | | | Add reporting library, use itGravatar Craig Tiller2015-04-10
| * | | | s/11/1Gravatar Craig Tiller2015-04-10
| | | * | Split interop client and server into componentsGravatar Yang Gao2015-04-09
| | |/ /
* | / / Allow RunScenarios to spawn in-process workersGravatar Craig Tiller2015-04-09
|/ / /
* | | :Merge branch 'qps' of github.com:ctiller/grpc into qpsGravatar Craig Tiller2015-04-09
|\ \ \
* | | | TweaksGravatar Craig Tiller2015-04-09
| | * | Merge pull request #1238 from nicolasnoble/plugin-reworkGravatar Yang Gao2015-04-09
| | |\ \
| | | * | Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
* | | | | fine tuningGravatar Craig Tiller2015-04-09
| * | | | Indentation fixes, s/11/1/gGravatar Craig Tiller2015-04-09
|/ / / /
* | | | Dont sleep forever on async cqGravatar Craig Tiller2015-04-09
* | | | Handle errors better on clientGravatar Craig Tiller2015-04-09
* | | | Remove assertsGravatar Craig Tiller2015-04-09
* | | | Smoke test initial versionGravatar Craig Tiller2015-04-09
|/ / /
* / / Allow specifying warmup, benchmark timesGravatar Craig Tiller2015-04-08
|/ /
| * Removing a few more references to #include <chrono>Gravatar Nicolas "Pixel" Noble2015-04-08
| * Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|/
* Revive proper SIGINT handlingGravatar Vijay Pai2015-04-02
* Put in calls to profilingGravatar Vijay Pai2015-03-31