aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/network_status_change.c
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-08
|\
| * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2016-11-07
| |\ | | | | | | | | | core-end2end-tests-cronet-update
| | * Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolverGravatar Mark D. Roth2016-10-31
| | |\
| * | | Clean with clang-formatGravatar Muxi Yan2016-10-31
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2016-10-30
| |\ \ \ | | | |/ | | |/| | | | | core-end2end-tests-cronet-update
| * | | Put validation of host name in a functionGravatar Muxi Yan2016-10-30
| | | |
| * | | Use get_host_override_string function inlineGravatar Muxi Yan2016-10-30
| | | |
| * | | Convert validate_host_override_string into a function and rename into ↵Gravatar Muxi Yan2016-10-30
| | | | | | | | | | | | | | | | get_host_override_string
| | | * Change tests to use channel args instead of fake_resolver query args.Gravatar Mark D. Roth2016-10-27
| | | |
* | | | clang-formatGravatar Craig Tiller2016-10-26
| | | |
* | | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
| |/ / |/| |
* | | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-19
|\ \ \ | | |/ | |/|
* | | Fixes for bad assertsGravatar Craig Tiller2016-10-18
| | |
| * | Add h2_fake_resolver end2end test fixture.Gravatar Mark D. Roth2016-10-03
|/ /
| * Update unit tests and fixtures with AUTHORITY_HEADER support optionGravatar Muxi Yan2016-09-20
|/
* Merge pull request #7858 from markdroth/cq_verifier_file_lineGravatar Craig Tiller2016-08-31
|\ | | | | Change cq_verifier to report file and line number for expectations.
| * Change cq_verifier to report file and line number for expectations.Gravatar Mark D. Roth2016-08-24
| |
* | clang-format remove blank linesGravatar Robbie Shade2016-08-23
| |
* | Merge branch 'master' into delete_timeout_enumGravatar Robbie Shade2016-07-19
|\|
| * Cleanup testGravatar Craig Tiller2016-07-06
| |
* | Delete unused TIMEOUT enum in end2end testsGravatar Robbie Shade2016-06-29
| |
| * Fix new testGravatar Craig Tiller2016-06-27
|/
* clang-format fixesGravatar Makarand Dharmapurikar2016-06-22
|
* Network status trackingGravatar Makarand Dharmapurikar2016-06-20
Recreated the old PR (https://github.com/grpc/grpc/pull/6283) in a new repo since the old repo was destroyed. Removed changes to tcp_posix.c and tpc_windows.c, instead depending on the idempotent endpoint shutdown code from https://github.com/grpc/grpc/pull/6911.