Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Add a Quit RPC so that we can conveniently shut down the workers from the ↵ | vjpai | 2016-02-02 |
| | | | | driver. | ||
* | Copyright fixes for sanity | vjpai | 2016-01-19 |
| | |||
* | Re-enable explicit specification of server port for qps worker. Also | Vijay Pai | 2016-01-19 |
| | | | | add in a check that we don't try to use generic testing for sync or unary. | ||
* | QPS worker no longer needs to specify server port on command line. This is part | vjpai | 2015-10-29 |
| | | | | | of the proto if desired, or just goes to pick_unused_port_or_die if not specified | ||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Update C++ impl | Craig Tiller | 2015-07-13 |
| | |||
* | Fixup C++ | Craig Tiller | 2015-07-06 |
| | |||
* | Add a test that headers are properly in build.json | Craig Tiller | 2015-06-25 |
| | | | | Clean up anything that failed | ||
* | Merge pull request #1703 from ctiller/fugly | Vijay Pai | 2015-05-22 |
|\ | | | | | clang-format qps code - it was getting out of hand | ||
| * | clang-format qps code - it was getting out of hand | Craig Tiller | 2015-05-21 |
| | | |||
* | | Replaced std::this_thread::sleep_for for gpr_sleep_until. | David Garcia Quintas | 2015-05-20 |
|/ | | | | | std::this_thread::sleep_for isn't available in gcc <= 4.6 (4.7?) nor VS2010. | ||
* | 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. | ||
* | Wrap ParseCommandLineFlags in InitTest | Yang Gao | 2015-04-15 |
| | |||
* | 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. | ||
* | Revive proper SIGINT handling | Vijay Pai | 2015-04-02 |
| | |||
* | Put in calls to profiling | Vijay Pai | 2015-03-31 |
| | |||
* | Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-stream | Vijay Pai | 2015-03-23 |
|\ | |||
| * | Make RPC type configurable | vjpai | 2015-03-23 |
| | | |||
| * | Added streaming C++ tests for sync and sync cases | vjpai | 2015-03-23 |
| | | |||
* | | Various Windows fixes. | Nicolas Noble | 2015-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. | ||
* | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-05 |
| | |||
* | Compile fix | Craig Tiller | 2015-03-04 |
| | |||
* | Linux compile fix | Craig Tiller | 2015-03-04 |
| | |||
* | Compile fix | Craig Tiller | 2015-03-04 |
| | |||
* | Async server works | Craig Tiller | 2015-03-04 |
| | |||
* | Async client progress | Craig Tiller | 2015-03-04 |
| | |||
* | Generate latencies in driver | Craig Tiller | 2015-03-03 |
| | |||
* | Formatting | Craig Tiller | 2015-03-03 |
| | |||
* | Rework QPS client/server | Craig Tiller | 2015-03-02 |
| | | | | | Now setup as a driver and N anonymous workers that may become clients or servers. Will convert async soon. | ||
* | WIP | Craig Tiller | 2015-03-02 |