aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/reconnect_interop_server.cc
Commit message (Collapse)AuthorAge
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* 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
|
* windows compilation fixesGravatar Jan Tattermusch2017-02-02
|
* 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
|\|
| * clang-formatGravatar David Garcia Quintas2016-03-08
| |
* | 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
| |
| * clang-formatGravatar David Garcia Quintas2016-03-02
|/
* Update reconnect_interop_server.ccGravatar makdharma2016-03-02
|
* Updated copyrightsGravatar murgatroid992016-01-12
|
* Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-06
|\
| * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
| |
* | 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
* refacto of the reconnect tcp server to a general purpose test tcp server to ↵Gravatar yang-g2015-11-06
| | | | be reused by the set_initial_string_test
* Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* headers reorgGravatar yang-g2015-08-21
|
* remove bracesGravatar yang-g2015-07-30
|
* notify inside lockGravatar yang-g2015-07-30
|
* Support two clients calling start simultaneouslyGravatar yang-g2015-07-27
|
* Add reconnect interop test client and serverGravatar yang-g2015-07-24