aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel
Commit message (Collapse)AuthorAge
* Don't reset channel state on resolver failure when LB policy exists.Gravatar Mark D. Roth2018-11-15
|
* Merge branch 'master' into xds_plugin_rename_policyGravatar vishalpowar2018-11-13
|\
* | Change the varible names that keep track of rr policy its state andGravatar Vishal Powar2018-11-13
| | | | | | | | | | | | | | | | resolution tracking to remove reference of the policy type (RR) - Change RoundRobin to Child and rr_ to child_ - Changing the function names to remove reference to RR. - Change 'grpclb' to 'xds' where parent policy is referenced.
| * Merge pull request #17204 from apolcyn/avoid_re_resolution_after_shutdownGravatar apolcyn2018-11-13
| |\ | | | | | | Avoid re-resolution after c-ares resolver has been shut down
| | * Avoid re-resolution after c-ares resolver has been shut downGravatar Alexander Polcyn2018-11-13
| | |
| * | Merge pull request #17202 from soheilhy/worktree-clientchannel-tsanGravatar Soheil Hassas Yeganeh2018-11-13
| |\ \ | | | | | | | | Fix data race in client_channel.
| | * | Fix data race in client_channel.Gravatar Soheil Hassas Yeganeh2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since retry_dispatched is next to the metadata bitfields, compiler will generate a 2 byte store when we set this bitfield. Move this field to the end of the structure to avoid such a data race. Fixes #16896
| * | | Revert RR policy update in xDSGravatar Juanli Shen2018-11-12
| |/ /
| * | Merge pull request #17131 from AspirinSJL/grpclb_fallback_fixGravatar Juanli Shen2018-11-09
|/| | | | | | | | Update the RR policy even when fallback mode is disabled
| * | Update the RR policy when fallback is disabledGravatar Juanli Shen2018-11-09
| | |
* | | Address review commentsGravatar Vishal Powar2018-11-08
| | |
* | | Simplify the code in CreateRoundRobinPolicyArgsLocked() to always expectGravatar Vishal Powar2018-11-07
| | | | | | | | | | | | serverlist_ to be present.
* | | Disabling the current gRPC LB method of handling fallback in xds plugin.Gravatar Vishal Powar2018-11-06
|/ / | | | | | | | | xDS plugin will need seperate policy for fallback and handling the transition to and from fallback mode.
* / xds plugin does not need drop to be determined by serverlistGravatar Vishal Powar2018-11-05
|/
* Remeve memset(0) from arena allocated memory.Gravatar Soheil Hassas Yeganeh2018-11-05
| | | | | | | Callers are updated to properly initialize the memory. This behavior can be overridden using GRPC_ARENA_INIT_STRATEGY environment variable.
* Merge pull request #17086 from markdroth/channelz_subchannel_cleanupGravatar Mark D. Roth2018-11-02
|\ | | | | Record subchannel calls started as part of creating subchannel call.
| * Record subchannel calls started as part of creating subchannel call.Gravatar Mark D. Roth2018-11-02
| |
* | Merge pull request #17050 from ncteisen/channelz-socketsGravatar Noah Eisen2018-11-01
|\ \ | |/ |/| Channelz: Socket Tracks Addresses
| * Move uri_parser to libGravatar ncteisen2018-10-31
| |
| * Move uri_parser to common spotGravatar ncteisen2018-10-30
| |
* | Merge pull request #17046 from markdroth/health_check_client_fixGravatar Mark D. Roth2018-10-30
|\ \ | | | | | | Fix handling of call context in health check call batch payload.
* \ \ Merge pull request #17010 from ↵Gravatar Mark D. Roth2018-10-30
|\ \ \ | |_|/ |/| | | | | | | | grpc/revert-16996-revert-16912-fail_rpcs_on_transient_failure Revert "Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.""
| | * Fix handling of call context in health check call batch payload.Gravatar Mark D. Roth2018-10-29
| |/ |/|
* | Fix internal build breakageGravatar Hope Casey-Allen2018-10-25
| |
| * Revert "Revert "Fail wait_for_ready=false RPCs when channel is in ↵Gravatar Mark D. Roth2018-10-25
|/ | | | TRANSIENT_FAILURE.""
* Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE."Gravatar hcaseyal2018-10-24
|
* Client-side health checking support.Gravatar Mark D. Roth2018-10-24
|
* Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.Gravatar Mark D. Roth2018-10-24
|
* Merge pull request #16913 from apolcyn/resolver_owns_ares_requestsGravatar apolcyn2018-10-19
|\ | | | | Fix a dangling pointer on ares_request object in case of cancellation
* \ Merge pull request #16917 from apolcyn/fix_init_shutdown_initGravatar apolcyn2018-10-19
|\ \ | | | | | | Fix corruption of ares blocking_resolve_address when grpc is restarted
| * | Fix corruption of blocking_resolve_address when ares is used and grpc is ↵Gravatar Alexander Polcyn2018-10-19
| | | | | | | | | | | | restarted
| | * Fix a dangling pointer on ares_request object in case of cancellationGravatar Alexander Polcyn2018-10-19
| |/
* | Merge branch 'master' of https://github.com/grpc/grpc into more-channel-tracingGravatar ncteisen2018-10-19
|\ \
| * | Changes to register xds plugin init and shutdown.Gravatar Vishal Powar2018-10-18
| | | | | | | | | | | | | | | | | | Also, - Changes to extract grpclb_proto into its own build target - Remove client_load_reporting_filter from xds plugin.
* | | reviewer commentsGravatar ncteisen2018-10-18
| | |
* | | reviewer feedbackGravatar ncteisen2018-10-18
| | |
* | | reviewer feedbackGravatar ncteisen2018-10-17
| | |
* | | reviewer feedbackGravatar ncteisen2018-10-17
| | |
| * | clang-tidy fixesGravatar Vijay Pai2018-10-17
| | |
* | | Start of channelz resolution supportGravatar ncteisen2018-10-16
|/ /
* | Merge pull request #16868 from vishalpowar/xds-pluginGravatar vishalpowar2018-10-16
|\ \ | | | | | | Add new grpc lb plugin 'xds'
| * | Add new grpc lb plugin 'xds'Gravatar Vishal Powar2018-10-16
| | | | | | | | | | | | | | | | | | | | | This plugin currently implements the grpclb protocol. NOTE: All the files under xds/ directory have been cloned from grpclb/ and will be updated in subsequently to support xds API.
* | | Merge pull request #16887 from ncteisen/channel-tracingGravatar Noah Eisen2018-10-16
|\ \ \ | | | | | | | | Channelz Part 10: More Channel Tracing
* | | | Assume UNKNOWN if no statusGravatar ncteisen2018-10-15
| | | |
* | | | Merge pull request #16801 from soheilhy/worktree-sliceGravatar Soheil Hassas Yeganeh2018-10-15
|\ \ \ \ | |_|/ / |/| | | Avoid unnecessary ref/unref calls to get mdelem from slices.
| | * | Add subchannnel conn state tracingGravatar ncteisen2018-10-15
| | | |
| | * | Add channel conn state tracingGravatar ncteisen2018-10-15
| |/ / |/| |
| * | Use grpc_mdelem_create() directly.Gravatar Soheil Hassas Yeganeh2018-10-14
| | | | | | | | | | | | | | | Remove grpc_mdelem_from_slices_no_unref() since it's a wrapper around grpc_mdelem_create().
* | | Merge pull request #16827 from ncteisen/channelz-connected-ownershipGravatar Noah Eisen2018-10-11
|\ \ \ | | | | | | | | Connected Channel has ref to Channelz
* \ \ \ Merge pull request #16792 from ↵Gravatar yihuaz2018-10-11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | grpc/revert-16791-revert-16695-pass_pollset_set_tsi_handshaker Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""