aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters
Commit message (Expand)AuthorAge
...
| * | | Merge pull request #12732 from y-zeng/connectivity_watcherGravatar Yuchen Zeng2017-10-30
| |\ \ \
| | * | | 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
| | |\ \
| | * \ \ Merge pull request #13070 from markdroth/client_channel_lb_policy_ref_fixGravatar Mark D. Roth2017-10-24
| | |\ \ \
| | * \ \ \ Merge pull request #12720 from dgquintas/grpclb_remove_silly_assertGravatar David G. Quintas2017-10-24
| | |\ \ \ \
* | | \ \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-10-23
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | 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
| | | * | | Removed wrong assert from grpclbGravatar David Garcia Quintas2017-10-20
| | * | | | Code review changes.Gravatar Mark D. Roth2017-10-19
* | | | | | Add debug-only trace flagsGravatar Craig Tiller2017-10-18
* | | | | | Better nameGravatar Craig Tiller2017-10-18
| * | | | | Put watch conectivity state change callback under combinerGravatar Alexander Polcyn2017-10-17
| | |/ / / | |/| | |
* | | | | clang-formatGravatar Craig Tiller2017-10-16
* | | | | C++ize tracingGravatar Craig Tiller2017-10-16
|/ / / /
| * | | Code review changes.Gravatar Mark D. Roth2017-10-16
| * | | Code review changes.Gravatar Mark D. Roth2017-10-13
| * | | Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_listGravatar Mark D. Roth2017-10-12
| |\ \ \ | |/ / / |/| | |
| * | | clang-formatGravatar Mark D. Roth2017-10-11
* | | | Merge pull request #12736 from markdroth/grpclb_update_simplificationGravatar Nicolas Noble2017-10-11
|\ \ \ \
| | * | | Improve tracing of subchannel_list code.Gravatar Mark D. Roth2017-10-11
| | * | | Fix crash when not able to create subchannel.Gravatar Mark D. Roth2017-10-10
| | * | | Fix crashes and asan bugs.Gravatar Mark D. Roth2017-10-10
| | * | | clang-formatGravatar Mark D. Roth2017-10-10
* | | | | Add newline at the end of src/core headers that did not have itGravatar Yash Tibrewal2017-10-09
| | * | | Fix build portability problem.Gravatar Mark D. Roth2017-10-09
| | * | | Fix crash in trace logging.Gravatar Mark D. Roth2017-10-09