aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/reconnect_interop_client.cc
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into channel_max_reconnect_backoffGravatar Craig Tiller2016-04-04
|\
| * Update copyrightsGravatar Craig Tiller2016-03-31
| |
* | Merge github.com:grpc/grpc into channel_max_reconnect_backoffGravatar Craig Tiller2016-03-30
|\|
| * Auto-changesGravatar Craig Tiller2016-03-25
| |
* | Added a channel argument to set the maximum reconnect backoff duration. ↵Gravatar Aaron Isotton2016-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."Gravatar Craig Tiller2016-03-04
|
* sanityGravatar David Garcia Quintas2016-03-02
|
* Revert "Update reconnect_interop_client.cc"Gravatar Craig Tiller2016-03-02
|
* Update reconnect_interop_client.ccGravatar makdharma2016-03-02
|
* Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
| | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* headers reorgGravatar yang-g2015-08-21
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* Add reconnect interop test client and serverGravatar yang-g2015-07-24