aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/reconnect_interop_client.cc
Commit message (Collapse)AuthorAge
* add alts to interop testsGravatar Yihua Zhang2018-04-20
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Include x.pb.h instead of x.grpc.pb.h for message-only protosGravatar yang-g2017-03-06
|
* Connect to "localhost" from interop clients.Gravatar Paul Marks2017-02-07
| | | | | | | | This is for compatibility with IPv6-only environments; see the Google bug b/32531998. Note that InteropClient.cs and http2_client.cc don't appear to be tested by our internal branch, but I've included them for consistency.
* 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