aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel
Commit message (Collapse)AuthorAge
* Merge pull request #13343 from dgquintas/pf_error_refsGravatar David G. Quintas2017-11-10
|\ | | | | PF: don't unref errors when about to loop in pf_conn cb
* \ Merge pull request #13331 from dgquintas/grpclb_retry_timerGravatar David G. Quintas2017-11-10
|\ \ | | | | | | grpclb: Don't expect LB call to be NULL inside LB call retry timer.
| | * Moar cleanups!Gravatar David Garcia Quintas2017-11-10
| | |
| | * Removed call to grpc_subchannel_check_connectivity and loop in pf_conn cbGravatar David Garcia Quintas2017-11-10
| | |
| | * PF: don't unref errors when about to loop in pf_conn cbGravatar David Garcia Quintas2017-11-09
| | |
| * | pr commentsGravatar David Garcia Quintas2017-11-09
| | |
| * | Don't expect LB call to be NULL inside LB call retry timer.Gravatar David Garcia Quintas2017-11-09
| |/ | | | | | | | | | | | | The timer callback runs independently of query_for_backends_locked() (which initializes the LB call). It's possible for the timer callback to fire right after query_for_backends_locked() has initialized the LB call. These changes makes the timer cb be a no-op in that scenario.
* | clang formatGravatar Sree Kuchibhotla2017-11-08
| |
* | Merge branch 'master' into cc-tsan-1Gravatar Sree Kuchibhotla2017-11-08
|\|
| * Fix internal UBSAN failureGravatar ncteisen2017-11-07
| |
* | Fix TSAN issue in backup pollerGravatar Sree Kuchibhotla2017-11-07
|/
* Merge github.com:grpc/grpc into 50Gravatar Craig Tiller2017-11-06
|\
| * Merge pull request #12427 from dgquintas/grpclb_pick_from_shutdown_rrGravatar David G. Quintas2017-11-06
| |\ | | | | | | grpclb: Don't try to pick from shutdown RR
* | | Merge github.com:grpc/grpc into 50Gravatar Craig Tiller2017-11-03
|\| |
| * | Merge pull request #13161 from markdroth/service_config_fixesGravatar Mark D. Roth2017-11-03
| |\ \ | | | | | | | | Fix service config parsing bugs
* | | | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|/ / /
| | * PR comments, bisGravatar David Garcia Quintas2017-11-03
| | |
| | * PR commentsGravatar David Garcia Quintas2017-11-03
| | |
* | | Improvements to C Core's backoff code and APIGravatar David Garcia Quintas2017-11-02
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into grpclb_pick_from_shutdown_rrGravatar David Garcia Quintas2017-11-02
| | |\ | |_|/ |/| |
* | | Merge pull request #12732 from y-zeng/connectivity_watcherGravatar Yuchen Zeng2017-10-30
|\ \ \ | | | | | | | | Client channel backup poller
| * | | Fix crash in epollexGravatar Yuchen Zeng2017-10-30
| | | |
| * | | Change the default interval to 5 secondsGravatar Yuchen Zeng2017-10-30
| | | |
| * | | Fix timeoutsGravatar Yuchen Zeng2017-10-30
| | | |
| * | | Fix SIGV when grpc_channel_stack_init returns errorsGravatar Yuchen Zeng2017-10-30
| | | |
| * | | Update with grpc_millisGravatar Yuchen Zeng2017-10-30
| | | |
| * | | Fix polling_timer shutdown processGravatar Yuchen Zeng2017-10-30
| | | |
| * | | Remove schedule_polling_timerGravatar Yuchen Zeng2017-10-30
| | | |
| * | | Add comments, fix backup_poller_shutdown_unrefGravatar Yuchen Zeng2017-10-30
| | | |
| * | | Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MSGravatar Yuchen Zeng2017-10-30
| | | |
| * | | Use backup pollser instead of connectivity watcherGravatar Yuchen Zeng2017-10-30
| | | |
| * | | clang-formatGravatar Yuchen Zeng2017-10-30
| | | |
| * | | convert connectivity_watcher to cpp fileGravatar Yuchen Zeng2017-10-30
| | | |
| * | | Remove c++ channel connectivity watcherGravatar Yuchen Zeng2017-10-30
| | | |
| * | | Add client channel connectivity watcherGravatar Yuchen Zeng2017-10-30
| | | |
* | | | Assume that subchannels start in state IDLE.Gravatar Mark D. Roth2017-10-27
| | | |
* | | | Change uses of PRIdPTR to PRIuPTR.Gravatar Mark D. Roth2017-10-26
| | | |
| | * | When parsing durations, handle any number of decimal digits up to 9.Gravatar Mark D. Roth2017-10-26
| | | |
| | * | Fix a bunch of dumb service config parsing bugs.Gravatar Mark D. Roth2017-10-26
| |/ /
* | | clang-formatGravatar Mark D. Roth2017-10-26
| | |
* | | Take ref to connected subchannel if subchannel starts in state READY.Gravatar Mark D. Roth2017-10-25
| | |
* | | Fix bug from merge and improve logging.Gravatar Mark D. Roth2017-10-25
| | |
* | | Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_listGravatar Mark D. Roth2017-10-25
|\| |
| * | Merge pull request #12850 from markdroth/lb_pick_error_fixGravatar Mark D. Roth2017-10-24
| |\ \ | | | | | | | | Return LB picks with an error upon shutdown.
| * \ \ Merge pull request #13070 from markdroth/client_channel_lb_policy_ref_fixGravatar Mark D. Roth2017-10-24
| |\ \ \ | | | | | | | | | | Restore pick-after-resolver-result logic from before #12297.
| * \ \ \ Merge pull request #12720 from dgquintas/grpclb_remove_silly_assertGravatar David G. Quintas2017-10-24
| |\ \ \ \ | | | | | | | | | | | | Remove wrong assert from grpclb
* | | | | | Initialize subchannel_list->pending_connectivity_state_unsafe.Gravatar Mark D. Roth2017-10-23
| | | | | |
* | | | | | Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_listGravatar Mark D. Roth2017-10-23
|\| | | | |
| | | * | | Restore logic from before #12297.Gravatar Mark D. Roth2017-10-23
| | |/ / / | |/| | |
| | * | | clang-formatGravatar David Garcia Quintas2017-10-20
| | | | |