aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/reconnect_server.c
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Change error_create API to sliceGravatar ncteisen2017-03-13
|
* Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
| | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* Fix more allocation bugs.Gravatar Mark D. Roth2016-12-09
|
* clang-formatGravatar Craig Tiller2016-05-20
|
* Bug fixesGravatar Craig Tiller2016-05-17
|
* 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
|\|
| * Fix includesGravatar 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.
* Extend Copyrights to 2016Gravatar Dan Born2016-01-13
|
* Code review follow-up.Gravatar Dan Born2016-01-12
|
* Make grpc_tcp_listener private.Gravatar Dan Born2016-01-11
|
* 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
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Final patches for renameGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Rename initGravatar Craig Tiller2015-09-22
|
* Rename runGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* Call list progressGravatar Craig Tiller2015-09-21
|
* Call list progressGravatar Craig Tiller2015-09-18
|
* Enable -WconversionGravatar Craig Tiller2015-09-10
|
* Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-10
|\
* | Sign conversion fixesGravatar Craig Tiller2015-09-10
| |
| * Hand-written changesGravatar Craig Tiller2015-08-31
|/
* Add a test of non-blocking API behaviorGravatar Craig Tiller2015-08-06
| | | | ... also fix things that were broken :)
* Fix integration breakageGravatar Craig Tiller2015-08-05
|
* add support for detecting spurious outside connection.Gravatar yang-g2015-07-27
|
* Add reconnect interop test client and serverGravatar yang-g2015-07-24