Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into HEAD | Ken Payson | 2017-06-13 |
|\ | |||
| * | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | Support multiple threads per cq sharing, add tests | Vijay Pai | 2017-05-23 |
|/ | |||
* | merge master, resolve conflict | Yuxuan Li | 2017-05-15 |
|\ | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-05-11 |
| |\ | |||
* | \ | Merge branch 'master' into poll_stat | Yuxuan Li | 2017-05-08 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #10313 from vjpai/onesided | Vijay Pai | 2017-05-05 |
| |\ \ | | | | | | | | | Add QPS tests for 1-sided unconstrained streaming | ||
* | | | | add some comments | Yuxuan Li | 2017-05-04 |
| | | | | |||
* | | | | adding server side poll stat | Yuxuan Li | 2017-05-03 |
| | | | | |||
* | | | | initial implementation. | Yuxuan Li | 2017-05-03 |
|/ / / | |||
| * | | Add QPS tests for one-sided streaming | Vijay Pai | 2017-05-02 |
| | | | |||
* | | | BUILD and #include fixes | David Garcia Quintas | 2017-04-28 |
|/ / | |||
* | | Merge pull request #10644 from MakMukhi/master | MakMukhi | 2017-04-24 |
|\ \ | | | | | | | Added unit testing support. | ||
* \ \ | Merge github.com:grpc/grpc into hybrid | Craig Tiller | 2017-04-24 |
|\ \ \ | |||
| * | | | One more use of incorrect submodule name | Vijay Pai | 2017-04-20 |
| | | | | |||
* | | | | Fix Bazel build | Craig Tiller | 2017-04-19 |
|/ / / | |||
| * | | Post-review update | Mahak Mukhi | 2017-04-18 |
| | | | |||
* | | | Updated load_balancer.proto | David Garcia Quintas | 2017-04-15 |
| | | | |||
| * | | 1. Added golden file test. | Mahak Mukhi | 2017-04-14 |
|/ / | | | | | | | | | 2. Added support for mock. 3. Sanity fix. | ||
| * | Buildifier and wrapping test/cpp/* rules with our build system. | Nicolas "Pixel" Noble | 2017-04-13 |
| | | |||
* | | Add helper function to supply and parse error_details from Status. | yang-g | 2017-04-11 |
| | | |||
* | | Merge pull request #10524 from yang-g/error_details | Yang Gao | 2017-04-10 |
|\ \ | | | | | | | Support C++ (binary) error_details | ||
* | | | create a grpc client qps test logging reporter | Alexander Polcyn | 2017-04-08 |
| | | | |||
| * | | support C++ error_details | yang-g | 2017-04-07 |
|/ / | |||
* / | Add option to limit # of messages per stream with tests | Vijay Pai | 2017-04-03 |
|/ | |||
* | PHP benchmarking performance client, proxied through Ruby | Vijay Pai | 2017-03-10 |
| | | | | | Requires synchronous and single-threaded, so only 1 channel and 1 outstanding RPC per channel for now. No open-loop for now | ||
* | Merge pull request #9846 from yang-g/max_message_size | Yang Gao | 2017-02-27 |
|\ | | | | | Stop receiving and add an error to batch when there is an error from lower level. | ||
| * | When there is an error from filters (such as max recv message size too | yang-g | 2017-02-23 |
| | | | | | | | | | | large), add an error to the batch to avoid emitting new rpc on the server side in C++. | ||
* | | Add BUILD file for end2end tests too | Sree Kuchibhotla | 2017-02-22 |
|/ | |||
* | Merge branch 'master' into health | yang-g | 2017-02-17 |
|\ | |||
| * | make the change in scenario config rather than c# | Alexander Polcyn | 2017-02-09 |
| | | |||
* | | merge with head | yang-g | 2017-02-07 |
|\| | |||
| * | Merge pull request #9429 from Vizerai/trace_context_proto | Jim King | 2017-02-01 |
| |\ | | | | | | | Updated trace_context.proto and associated files. | ||
| | * | Updated trace_context.proto and associated files. | Vizerai | 2017-02-01 |
| | | | |||
| * | | Merge pull request #9369 from yang-g/has_services | Nicolas Noble | 2017-01-30 |
| |\ \ | | |/ | |/| | set has_services properly | ||
* | | | merge with head | yang-g | 2017-01-26 |
|\| | | |||
| * | | Merge pull request #9326 from yang-g/license | Yang Gao | 2017-01-17 |
| |\ \ | | | | | | | | | Add licenses to all BUILD files and missing copyright | ||
| | | * | set has_services properly | yang-g | 2017-01-17 |
| | |/ | |/| | |||
| | * | omg it is 2017 | yang-g | 2017-01-11 |
| | | | |||
| | * | Add licenses to all BUILD files and missing copyright | yang-g | 2017-01-11 |
| | | | |||
* | | | merge with head | yang-g | 2017-01-11 |
|\ \ \ | | |/ | |/| | |||
| | * | add setting channel args functionality to performance tesing | Yuxuan Li | 2017-01-11 |
| |/ | | | | | | | | | | | setting channel args --draft clang-format | ||
| * | Merge remote-tracking branch 'google/master' into bazel-take-2 | Nicolas "Pixel" Noble | 2017-01-04 |
| |\ | |||
* | | | test pass | yang-g | 2016-12-27 |
| | | | |||
* | | | generated nanopb files, need to update build.yaml and maybe move them to | yang-g | 2016-12-27 |
| |/ |/| | | | | | a sub-dir | ||
* | | Merge branch 'master' into cpu_usage2 | Yuxuan Li | 2016-11-07 |
|\ \ | |||
| * \ | Merge pull request #8548 from dgquintas/lb-tokens-length | David G. Quintas | 2016-11-02 |
| |\ \ | | | | | | | | | Made LB token dynamic size <= 50 bytes | ||
| | * | | Reverted back to using 128 bytes for service name | David Garcia Quintas | 2016-11-01 |
| | | | | |||
| * | | | Merge pull request #8268 from soltanmm-google/bleat-like-a-moat | Masood Malekghassemi | 2016-10-31 |
| |\ \ \ | | | | | | | | | | | Fix dangling reference in docstring |