Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | steaming -> streaming | Vijay Pai | 2016-05-12 |
| | |||
* | fix clang formatting | Sree Kuchibhotla | 2016-05-06 |
| | |||
* | Remove redundant error check | Sree Kuchibhotla | 2016-05-05 |
| | |||
* | Add remaining inteorp tests to stress client | Sree Kuchibhotla | 2016-05-05 |
| | |||
* | Interop client that is resilient to server restarts | Sree Kuchibhotla | 2016-05-05 |
| | |||
* | Simplify QPS Metrics collection | Sree Kuchibhotla | 2016-04-22 |
| | |||
* | Merge github.com:grpc/grpc into channel_max_reconnect_backoff | Craig Tiller | 2016-04-04 |
|\ | |||
| * | Merge pull request #6005 from sreecha/stress_exit_codes | Jan Tattermusch | 2016-04-01 |
| |\ | | | | | | | Terminate with error exit code in case of any failure | ||
| | * | Reduce log verbosity of stress_test client by default. Correct a typo | Sree Kuchibhotla | 2016-03-31 |
| | | | |||
| * | | Update copyrights | Craig Tiller | 2016-03-31 |
| |/ | |||
* | | Merge github.com:grpc/grpc into channel_max_reconnect_backoff | Craig Tiller | 2016-03-30 |
|\| | |||
| * | Fix copyright | Craig Tiller | 2016-03-25 |
| | | |||
| * | Fix includes | Craig Tiller | 2016-03-25 |
| | | |||
| * | Fix copyrights | Craig Tiller | 2016-03-25 |
| | | |||
| * | Auto-changes | Craig Tiller | 2016-03-25 |
| | | |||
| * | clang-format | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | Added a channel argument to set the maximum reconnect backoff duration. ↵ | Aaron Isotton | 2016-03-08 |
| | | | | | | | | | | | | Extended the interop test to test the custom reconnect backoffs. This closes #5377. | ||
* | | Revert "Ensure that no #includes are inside of a namespace." | Craig Tiller | 2016-03-04 |
| | | |||
* | | sanity | David Garcia Quintas | 2016-03-02 |
| | | |||
| * | clang-format | David Garcia Quintas | 2016-03-02 |
| | | |||
| * | copyrights | David Garcia Quintas | 2016-03-02 |
|/ | |||
* | Revert "Update reconnect_interop_client.cc" | Craig Tiller | 2016-03-02 |
| | |||
* | Merge pull request #5539 from grpc/makdharma-comment | Yang Gao | 2016-03-02 |
|\ | | | | | Update reconnect_interop_server.cc | ||
| * | Update reconnect_interop_server.cc | makdharma | 2016-03-02 |
| | | |||
* | | Update reconnect_interop_client.cc | makdharma | 2016-03-02 |
|/ | |||
* | Merge pull request #5402 from sreecha/stress_test_scripts | Jan Tattermusch | 2016-02-29 |
|\ | | | | | Stress test scripts to launch in GKE | ||
| * | Fix copyright | Sree Kuchibhotla | 2016-02-29 |
| | | |||
| * | Examples | Sree Kuchibhotla | 2016-02-23 |
| | | |||
* | | Regenerate files, fix bugs | Craig Tiller | 2016-02-22 |
|\| | |||
* | | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 |
| | | |||
| * | Added option to echo back user agent for testing | Makarand Dharmapurikar | 2016-02-22 |
| | | |||
| * | copyright of course | yang-g | 2016-02-22 |
| | | |||
| * | Add custom_metadata test case | yang-g | 2016-02-19 |
|/ | |||
* | Updated copyrights | murgatroid99 | 2016-01-12 |
| | |||
* | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-07 |
|\ | |||
| * | Merge pull request #4631 from sreecha/stress_test_logging | Yang Gao | 2016-01-06 |
| |\ | | | | | | | Add ability to control the verbosity of stress test logs | ||
* | | | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-06 |
|\| | | |||
| | * | Adjust the log levels in interop tests and stress tests | Sree Kuchibhotla | 2016-01-06 |
| | | | |||
| | * | Ability to filter log messages based on log level | Sree Kuchibhotla | 2016-01-06 |
| | | | |||
| * | | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| |/ | |||
* / | Consolidate C++ proto files under src/proto | Craig Tiller | 2015-12-17 |
|/ | | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies | ||
* | Removed compression checks from vanilla large unary | David Garcia Quintas | 2015-12-15 |
| | |||
* | Fix for when grpc::string is not the same type as FLAGS_... | Craig Tiller | 2015-12-03 |
| | |||
* | merge with head | yang-g | 2015-11-24 |
|\ | |||
* \ | merge with head | yang-g | 2015-11-20 |
|\ \ | |||
| | * | Add multiple channels to each server | Sree Kuchibhotla | 2015-11-20 |
| |/ | |||
| * | Address code review comments | Sree Kuchibhotla | 2015-11-19 |
| | | |||
| * | Merge branch 'master' into stress_tests_metrics | Sree Kuchibhotla | 2015-11-19 |
| |\ | |||
* | \ | merge with head | yang-g | 2015-11-18 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #3993 from ctiller/new_op | David G. Quintas | 2015-11-18 |
| |\ \ | | | | | | | | | Core transport & call cleanup |