aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Regenerate projectsGravatar Muxi Yan2018-11-19
* Merge pull request #17063 from AspirinSJL/lb_configGravatar Juanli Shen2018-11-15
|\
* \ Merge pull request #17226 from markdroth/channel_state_fixGravatar Mark D. Roth2018-11-15
|\ \
| | * Add support for LB config in service configGravatar Juanli Shen2018-11-15
| |/ |/|
* | Add grpc_core::RefCount and use it for RefCountedPtrGravatar Soheil Hassas Yeganeh2018-11-15
| * Don't reset channel state on resolver failure when LB policy exists.Gravatar Mark D. Roth2018-11-15
|/
* Merge pull request #17205 from soheilhy/worktree-ref-counted-nonpolymorphicGravatar Soheil Hassas Yeganeh2018-11-14
|\
* \ Merge branch 'master' into xds_plugin_rename_policyGravatar vishalpowar2018-11-13
|\ \
| | * Add a non-polymorphic variant to RefCounted.Gravatar Soheil Hassas Yeganeh2018-11-13
| |/
* | Change the varible names that keep track of rr policy its state andGravatar Vishal Powar2018-11-13
| * Merge pull request #17204 from apolcyn/avoid_re_resolution_after_shutdownGravatar apolcyn2018-11-13
| |\
| * \ Merge pull request #17149 from yihuazhang/remove_alts_shared_resourceGravatar yihuaz2018-11-13
| |\ \
| * \ \ Merge pull request #17193 from guantaol/client_reuse_addrGravatar Guantao Liu2018-11-13
| |\ \ \
| | | | * 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
| |\ \ \ \
| | | | * | remove ALTS shared resourcesGravatar Yihua Zhang2018-11-13
| | |_|/ / | |/| | |
| * | | | Merge pull request #17196 from AspirinSJL/revert_lb_updateGravatar Juanli Shen2018-11-13
| |\ \ \ \
| * \ \ \ \ Merge pull request #17148 from yihuazhang/test_branchGravatar yihuaz2018-11-13
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #17199 from grpc/revert-17185-fix-deadstripGravatar Yang Gao2018-11-13
| |\ \ \ \ \ \
| | | | | * | | Fix data race in client_channel.Gravatar Soheil Hassas Yeganeh2018-11-13
| | * | | | | | Revert "Fix timer manager debug code"Gravatar Muxi Yan2018-11-13
| | | |_|/ / / | | |/| | | |
| * / | | | | Remove memset from call_data from gRPC server.Gravatar Soheil Hassas Yeganeh2018-11-12
| |/ / / / /
| | * | | | create internal version of grpc_call_cancel.Gravatar Yihua Zhang2018-11-12
| | | * | | Revert RR policy update in xDSGravatar Juanli Shen2018-11-12
| | |/ / /
| * | | | clang-formatGravatar Muxi Yan2018-11-12
| * | | | Directly calling logging function to prevent dead-strippingGravatar Muxi Yan2018-11-12
| * | | | Revert "Prevent dead-stripping by explicitly calling init"Gravatar Muxi Yan2018-11-12
| * | | | Prevent dead-stripping by explicitly calling initGravatar Muxi Yan2018-11-11
| |/ / /
| | * / Enable SO_REUSEADDR in client socketsGravatar Guantao Liu2018-11-09
| |/ /
| * | Merge pull request #17131 from AspirinSJL/grpclb_fallback_fixGravatar Juanli Shen2018-11-09
|/| |
| * | Update the RR policy when fallback is disabledGravatar Juanli Shen2018-11-09
* | | Merge pull request #17125 from vishalpowar/xds_disable_fallbackGravatar vishalpowar2018-11-08
|\ \ \
| * | | Address review commentsGravatar Vishal Powar2018-11-08
| * | | Simplify the code in CreateRoundRobinPolicyArgsLocked() to always expectGravatar Vishal Powar2018-11-07
* | | | Allow setsockopt and getsockopt to softly fail for TCP_USER_TIMEOUTGravatar Yash Tibrewal2018-11-06
| |/ / |/| |
| * | Disabling the current gRPC LB method of handling fallback in xds plugin.Gravatar Vishal Powar2018-11-06
* | | Merge pull request #17089 from vjpai/callback_shutdownGravatar Vijay Pai2018-11-06
|\ \ \ | |/ / |/| |
* | | Merge pull request #17103 from vishalpowar/cleanup_drop_handling_xdsGravatar vishalpowar2018-11-06
|\ \ \
* \ \ \ Merge pull request #17102 from soheilhy/worktree-h2-inlineGravatar Soheil Hassas Yeganeh2018-11-06
|\ \ \ \
| * | | | Eliminate function pointers in hpack_enc().Gravatar Soheil Hassas Yeganeh2018-11-05
* | | | | Optimize `grpc_call_stack_init` for cache coherency.Gravatar Soheil Hassas Yeganeh2018-11-05
|/ / / /
| * | / 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
| * Resolve a deadlock in callback CQ shutdownGravatar Vijay Pai2018-11-02
|/
* Merge pull request #17087 from ncteisen/reset-jsonGravatar Noah Eisen2018-11-02
|\
* \ Merge pull request #17086 from markdroth/channelz_subchannel_cleanupGravatar Mark D. Roth2018-11-02
|\ \
| | * Reset json pointerGravatar ncteisen2018-11-02
| |/ |/|
| * Record subchannel calls started as part of creating subchannel call.Gravatar Mark D. Roth2018-11-02
* | Use correct macroGravatar ncteisen2018-11-02