Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |