aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #17226 from markdroth/channel_state_fixGravatar Mark D. Roth2018-11-15
|\ | | | | Don't reset channel state on resolver failure when LB policy exists.
* \ Merge pull request #17210 from vishalpowar/import-envoy-submoduleGravatar vishalpowar2018-11-15
|\ \ | | | | | | Add envoy and its dependent repos as submodules in third_party
* \ \ Merge pull request #17188 from soheilhy/worktree-refcountedGravatar Soheil Hassas Yeganeh2018-11-15
|\ \ \ | | | | | | | | Add grpc_core::RefCount and use it for RefCountedPtr
| * | | 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 #17167 from jtattermusch/switch_to_contextual_serializerGravatar Jan Tattermusch2018-11-15
|\ \ \ | | | | | | | | Switch C# to contextual serializer and deserializer internally
* \ \ \ Merge pull request #17157 from jtattermusch/csharp_alternative_bindingGravatar Jan Tattermusch2018-11-15
|\ \ \ \ | | | | | | | | | | C#: Add BindService() method that works with alternative serving stacks
* \ \ \ \ Merge pull request #17147 from toc007/PHP-ForkingGravatar Stanley Cheung2018-11-14
|\ \ \ \ \ | |_|_|/ / |/| | | | Add PHP forking feature
* | | | | Merge pull request #17215 from jtattermusch/tool_test_msan_disableGravatar Jan Tattermusch2018-11-14
|\ \ \ \ \ | | | | | | | | | | | | Disable grpc_tool_test on msan
| | | | | * Updating sanity check for submodulesGravatar Vishal Powar2018-11-14
| | | | | |
| | | | | * Add envoy and its dependent repos as submodules in third_partyGravatar Vishal Powar2018-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The basic criteria is to have protoc generate code for envoy api's and this change achieves that. e.g. protoc -I=$PWD -I=$PWD/third_party/data-plane-api -I=$PWD/third_party/googleapis -I=$PWD/third_party/protobuf -I=$PWD/third_party/protoc-gen-validate third_party/data-plane-api/envoy/api/v2/eds.proto
| | | * | | regenerate protosGravatar Jan Tattermusch2018-11-14
| | | | | |
* | | | | | Merge pull request #17216 from jtattermusch/dont_trigger_17175Gravatar Jan Tattermusch2018-11-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove THREAD_SANITIZER define as it triggers #17175
| | | * | | | revert .gitconfigGravatar Tommy Chen2018-11-14
| | | | | | |
| | | | * | | mark as experimentalGravatar Jan Tattermusch2018-11-14
| | | | | | |
| * | | | | | adding THREAD_SANITIZER define seems to trigger #17175Gravatar Jan Tattermusch2018-11-14
|/ / / / / /
| * / / / / disable grpc_tool_test on msanGravatar Jan Tattermusch2018-11-14
|/ / / / /
* | | | | Merge pull request #17205 from soheilhy/worktree-ref-counted-nonpolymorphicGravatar Soheil Hassas Yeganeh2018-11-14
|\ \ \ \ \ | | | | | | | | | | | | Add a non-polymorphic variant to RefCounted.
* \ \ \ \ \ Merge pull request #17163 from vishalpowar/xds_plugin_rename_policyGravatar vishalpowar2018-11-13
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Change the varible names that keep track of rr policy its state and
| * | | | | Merge branch 'master' into xds_plugin_rename_policyGravatar vishalpowar2018-11-13
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| | * | | | Add a non-polymorphic variant to RefCounted.Gravatar Soheil Hassas Yeganeh2018-11-13
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Using RefCounted<Child, NonPolymorphic> users can now build smart, ref-counted pointers without paying the costs of a vtable when it's possible.
| * | | | 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.
| | * | | fixed if<space>Gravatar Tommy Chen2018-11-13
| | | | |
| | * | | added check for GRPC_ENABLE_FORK_SUPPORT in register_fork_handlersGravatar Tommy Chen2018-11-13
| | | | |
| | * | | re-running tests, squashing commitsGravatar Tommy Chen2018-11-13
| |/ / / |/| | |
* | | | Merge pull request #17197 from vjpai/ctx_clearGravatar Vijay Pai2018-11-13
|\ \ \ \ | | | | | | | | | | Properly clear metadata and other structs when reusing ServerContext in callback API
* \ \ \ \ 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
* \ \ \ \ \ Merge pull request #17149 from yihuazhang/remove_alts_shared_resourceGravatar yihuaz2018-11-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Do not use ALTS shared resource.
| | | * | | | Properly clear metadata and other structs when reusing ServerContextGravatar Vijay Pai2018-11-13
| | | | | | |
* | | | | | | Merge pull request #17193 from guantaol/client_reuse_addrGravatar Guantao Liu2018-11-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Enable SO_REUSEADDR in client sockets
| | | * | | | | 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.
| | | * | | | | | remove ALTS shared resourcesGravatar Yihua Zhang2018-11-13
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #17196 from AspirinSJL/revert_lb_updateGravatar Juanli Shen2018-11-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revert RR policy update in xDS
* \ \ \ \ \ \ \ \ Merge pull request #17148 from yihuazhang/test_branchGravatar yihuaz2018-11-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Resolve a deadlock caused by invocation of grpc_call_cancel inside of gRPC core
* \ \ \ \ \ \ \ \ \ Merge pull request #17199 from grpc/revert-17185-fix-deadstripGravatar Yang Gao2018-11-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Revert "Fix timer manager debug code"
* \ \ \ \ \ \ \ \ \ \ Merge pull request #17191 from soheilhy/worktree-server-initGravatar Soheil Hassas Yeganeh2018-11-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove memset from call_data from gRPC server.
| | | | | * | | | | | | 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 "Fix timer manager debug code"Gravatar Muxi Yan2018-11-13
| |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Remove memset from call_data from gRPC server.Gravatar Soheil Hassas Yeganeh2018-11-12
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This was missed due to an explicit memset(0) in init_call_elem.
* | | | | | | | | Merge pull request #17185 from muxi/fix-deadstripGravatar Muxi Yan2018-11-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix timer manager debug code
| | * | | | | | | | create internal version of grpc_call_cancel.Gravatar Yihua Zhang2018-11-12
| |/ / / / / / / / |/| | | | | | | |
| | * | | | | | | Revert RR policy update in xDSGravatar Juanli Shen2018-11-12
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #17189 from lidizheng/add-experimental-labelGravatar Lidi Zheng2018-11-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Label wait-for-ready argument in multicallables as experimental
* \ \ \ \ \ \ \ \ Merge pull request #17194 from lidizheng/update-documentationGravatar Lidi Zheng2018-11-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update Python documentation
* \ \ \ \ \ \ \ \ \ Merge pull request #17187 from jtattermusch/macos_high_maxfilesGravatar Jan Tattermusch2018-11-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Use the kokoro's default maxfiles on macosx
* \ \ \ \ \ \ \ \ \ \ Merge pull request #17184 from jtattermusch/fix_python_linux_extraGravatar Jan Tattermusch2018-11-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix linux_extra python artifacts
| | | | * | | | | | | | Label wait-for-ready argument in multicallables as experimentalGravatar Lidi Zheng2018-11-12
| | | | | | | | | | | |
| | | * | | | | | | | | Update Python documentationGravatar Lidi Zheng2018-11-12
| |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reorganize the section titles * Add Tutorial and Example
* | | | | | | | | | | Merge pull request #17172 from billfeng327/bugfix/enable-json-run-localhost-tsanGravatar Bill Feng2018-11-12
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | fix incorrect exclusion of json_run_localhost in TSAN and ASAN