aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Collapse)AuthorAge
...
* | | Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlockGravatar Alexander Polcyn2018-11-30
| | |
| * | Stop passing ExecCtx as avl user_data.Gravatar Mark D. Roth2018-11-30
| | |
* | | Merge pull request #17331 from yashykt/timestamplengthGravatar Yash Tibrewal2018-11-29
|\ \ \ | |/ / |/| | Add the byte offset for the RPC that is traced in Timestamps
| * | Explicit conversionGravatar Yash Tibrewal2018-11-29
| | |
* | | Merge pull request #17312 from markdroth/grpclb_empty_serverlist_fixGravatar Mark D. Roth2018-11-29
|\ \ \ | | | | | | | | Don't ignore empty serverlists from the grpclb balancer.
| * | | Don't ignore empty serverlists from the grpclb balancer.Gravatar Mark D. Roth2018-11-29
| | | |
| | * | Add a byte counter to chttp2_stream and use that for timestampsGravatar Yash Tibrewal2018-11-29
| |/ / |/| |
* | | Circumvent padding issues and make traced the second last fieldGravatar Yash Tibrewal2018-11-27
| | |
* | | Add traced information to stream opGravatar Yash Tibrewal2018-11-27
| | |
* | | Move HTTP2 transport and byte stream to grpc_core::RefCount.Gravatar Soheil Hassas Yeganeh2018-11-27
|/ / | | | | | | | | Also, added a TODO to move `grpc_transport` to C++. I believe that's doable, which would requires significant change in all transports.
* | Merge pull request #17257 from vishalpowar/cleanup_load_reportingGravatar vishalpowar2018-11-26
|\ \ | | | | | | xDS plugin is going to use LRS stream to report load to balancer. Remove
* \ \ Merge branch 'master' into httpplumbingGravatar Yash Tibrewal2018-11-21
|\ \ \
| | * | Incorporate review commentsGravatar Vishal Powar2018-11-20
| | | |
* | | | Reviewer commentsGravatar Yash Tibrewal2018-11-20
| | | |
| | * | xDS plugin is going to use LRS stream to report load to balancer. RemoveGravatar Vishal Powar2018-11-20
| |/ / | | | | | | | | | | | | | | | | | | the current grpclb specific load reporting from the implementation. The changes here also mean that the plugin will just get the initial response and no subsequent response from the balancer.
* | | CleanupGravatar Yash Tibrewal2018-11-16
| | |
* | | Merge masterGravatar Yash Tibrewal2018-11-16
|\ \ \
| | * \ Merge pull request #17063 from AspirinSJL/lb_configGravatar Juanli Shen2018-11-15
| | |\ \ | | | | | | | | | | Add support for LB config in service config
| | | * | Add support for LB config in service configGravatar Juanli Shen2018-11-15
| | |/ / | |/| |
| | | * clang-formatGravatar Muxi Yan2018-11-15
| | | |
| | * | Don't reset channel state on resolver failure when LB policy exists.Gravatar Mark D. Roth2018-11-15
| |/ /
| | * Rename variableGravatar Muxi Yan2018-11-14
| | |
| * | 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.
| * | | Merge pull request #17103 from vishalpowar/cleanup_drop_handling_xdsGravatar vishalpowar2018-11-06
| |\ \ \ | | | | | | | | | | xds plugin does not need drop to be determined by serverlist
| * | | | Eliminate function pointers in hpack_enc().Gravatar Soheil Hassas Yeganeh2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using a conditional branch to set a function pointer will prevent the compiler to inline the function and worse it would jump based on a register value killing the pipline. Here is a short example to demonstrate the variants: https://godbolt.org/z/radfZg Remove `add_nothing` and add a lambda when necessary to make sure everything is inlined.
| | * | | xds plugin does not need drop to be determined by serverlistGravatar Vishal Powar2018-11-05
| | |/ /
| * / / Make inproc transport properly obey status ordering rulesGravatar Vijay Pai2018-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
| | | |
| * | | Use correct macroGravatar ncteisen2018-11-02
| | | |
| * | | Merge pull request #17050 from ncteisen/channelz-socketsGravatar Noah Eisen2018-11-01
| |\ \ \ | | |/ / | |/| | Channelz: Socket Tracks Addresses
| | * | Add TODOGravatar ncteisen2018-11-01
| | | |
| | * | Handle uri parsing in channelz moduleGravatar ncteisen2018-10-31
| | | |
| | * | Move uri_parser to libGravatar ncteisen2018-10-31
| | | |
| | * | Add AddressTypeGravatar ncteisen2018-10-31
| | | |
| | * | supress errors for uri parserGravatar ncteisen2018-10-30
| | | |
| | * | Sanity headersGravatar ncteisen2018-10-30
| | | |
| | * | Move uri_parser to common spotGravatar ncteisen2018-10-30
| | | |