Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move end_threads to subclass since some subclass-specific fields will still be | vjpai | 2015-04-29 |
| | | | | alive at this time | ||
* | Merge pull request #1367 from yang-g/interop | Craig Tiller | 2015-04-28 |
|\ | | | | | Add two scenarios in interop test | ||
* \ | Merge pull request #1375 from ctiller/qps_client | Vijay Pai | 2015-04-28 |
|\ \ | | | | | | | Fix a race in QPS client shutdown | ||
* | | | Ignore SIGPIPE | Craig Tiller | 2015-04-27 |
| | | | |||
| * | | Fix a race in QPS client shutdown | Craig Tiller | 2015-04-27 |
| | | | | | | | | | | | | | | | Previously we were cleaning up threads only AFTER local resources were reclaimed, leading to many crashes. | ||
* | | | Merge pull request #1227 from nicolasnoble/the-purge-2 | Craig Tiller | 2015-04-24 |
|\ \ \ | | | | | | | | | Refactoring std::chrono out. | ||
* \ \ \ | Merge pull request #1359 from a11r/cc2 | Yang Gao | 2015-04-24 |
|\ \ \ \ | | | | | | | | | | | Test client stream cancellation and fix bug exposed by the test. | ||
| | | | * | Add two scenarios in interop test | Yang Gao | 2015-04-24 |
| | | |/ | |||
| | * | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
| | |\ \ | |_|/ / |/| | | | | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
* | | | | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | Yang Gao | 2015-04-24 |
| |_|/ |/| | | | | | | | | the tests to init/shutdown free. | ||
| | * | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
| | |\ | |_|/ |/| | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters | ||
| * | | Test client stream cancellation and fix bug exposed by the test. | Abhishek Kumar | 2015-04-23 |
|/ / | |||
* | | Merge pull request #1307 from a11r/streamcancel | Craig Tiller | 2015-04-23 |
|\ \ | | | | | | | Added e2e tests for server and bidi stream cancellation. | ||
| * | | fixed indentation | Abhishek Kumar | 2015-04-23 |
| | | | |||
* | | | Merge pull request #1312 from ctiller/batch-metadata | Yang Gao | 2015-04-22 |
|\ \ \ | | | | | | | | | Batch metadata | ||
* | | | | Remove an extra unref | Yang Gao | 2015-04-21 |
| | | | | |||
| * | | | Tweak tests | Craig Tiller | 2015-04-20 |
|/ / / | |||
| * | | Fixed flakes due to OK racing with cancel | Abhishek Kumar | 2015-04-17 |
| | | | |||
| * | | Added end2end test for server streaming rpc cancellation. | Abhishek Kumar | 2015-04-17 |
| | | | |||
| * | | Added test case demonstrating cancel on bidi stream | Abhishek Kumar | 2015-04-17 |
|/ / | |||
* | | Move .proto files up for reuse | Abhishek Kumar | 2015-04-16 |
| | | |||
* | | Moving test.proto to an outer directory so others can depend on it. | Abhishek Kumar | 2015-04-16 |
| | | |||
* | | Merge pull request #1291 from yang-g/headers | Nicolas Noble | 2015-04-16 |
|\ \ | | | | | | | Wrap ParseCommandLineFlags in InitTest | ||
| * | | Wrap ParseCommandLineFlags in InitTest | Yang Gao | 2015-04-15 |
| | | | |||
* | | | Return 1 when test_case is not supported in interop test | Yang Gao | 2015-04-15 |
|/ / | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-11 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc | ||
* | \ | Merge github.com:grpc/grpc into local_worker | Craig Tiller | 2015-04-10 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #1244 from yang-g/interop | Nicolas Noble | 2015-04-10 |
| |\ \ | | | | | | | | | Split interop client and server into components | ||
* | | | | Merge branch 'qps' into local_worker | Craig Tiller | 2015-04-10 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json test/cpp/qps/worker.cc | ||
| * | | | Merge github.com:google/grpc into qps | Craig Tiller | 2015-04-10 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile | ||
| * | | | | Add reporting library, use it | Craig Tiller | 2015-04-10 |
| | | | | | |||
| * | | | | s/11/1 | Craig Tiller | 2015-04-10 |
| | | | | | |||
| | | * | | Split interop client and server into components | Yang Gao | 2015-04-09 |
| | |/ / | |||
* | / / | Allow RunScenarios to spawn in-process workers | Craig Tiller | 2015-04-09 |
|/ / / | | | | | | | | | | | | | This allows us to get back to single binary tests where appropriate, which will help in-depth profiling efforts. I've built this atop my smoke_test changes as they inspired me to get this done. | ||
* | | | :Merge branch 'qps' of github.com:ctiller/grpc into qps | Craig Tiller | 2015-04-09 |
|\ \ \ | |||
* | | | | Tweaks | Craig Tiller | 2015-04-09 |
| | | | | |||
| | * | | Merge pull request #1238 from nicolasnoble/plugin-rework | Yang Gao | 2015-04-09 |
| | |\ \ | | | | | | | | | | | Splitting gRPC service class codegen into its own set of files. | ||
| | | * | | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| | | | | | |||
* | | | | | fine tuning | Craig Tiller | 2015-04-09 |
| | | | | | |||
| * | | | | Indentation fixes, s/11/1/g | Craig Tiller | 2015-04-09 |
|/ / / / | |||
* | | | | Dont sleep forever on async cq | Craig Tiller | 2015-04-09 |
| | | | | |||
* | | | | Handle errors better on client | Craig Tiller | 2015-04-09 |
| | | | | |||
* | | | | Remove asserts | Craig Tiller | 2015-04-09 |
| | | | | |||
* | | | | Smoke test initial version | Craig Tiller | 2015-04-09 |
|/ / / | |||
* / / | Allow specifying warmup, benchmark times | Craig Tiller | 2015-04-08 |
|/ / | |||
| * | Removing a few more references to #include <chrono> | Nicolas "Pixel" Noble | 2015-04-08 |
| | | |||
| * | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 |
|/ | |||
* | Revive proper SIGINT handling | Vijay Pai | 2015-04-02 |
| | |||
* | Put in calls to profiling | Vijay Pai | 2015-03-31 |
| | |||
* | Remove unused header file for profiler | Vijay Pai | 2015-03-31 |
| |