aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Remove extraneous logging statementsGravatar Yash Tibrewal2018-11-15
|
* Add method to get status of send message op on POST_SEND_MESSAGEGravatar Yash Tibrewal2018-11-15
|
* Add method to fail hijacked send messagesGravatar Yash Tibrewal2018-11-14
|
* Merge pull request #17215 from jtattermusch/tool_test_msan_disableGravatar Jan Tattermusch2018-11-14
|\ | | | | Disable grpc_tool_test on msan
* \ Merge pull request #17216 from jtattermusch/dont_trigger_17175Gravatar Jan Tattermusch2018-11-14
|\ \ | | | | | | Remove THREAD_SANITIZER define as it triggers #17175
| * | 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.
* | 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
| | | | * | | | | clang-formatGravatar Muxi Yan2018-11-12
| | | | | | | | |
| | | * | | | | | use the kokoro's default maxfiles on macosxGravatar Jan Tattermusch2018-11-12
| | | | | | | | |
* | | | | | | | | Merge pull request #17143 from grpc/module-root-loggerGravatar Richard Belleville2018-11-12
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Only Add NullHandler to Module-Root Logger
| | | | * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d0539dcc3693458f89e75a4f4d0d6534c40ebfa3.
| | * | | | | | | changed exclusion to the correct targetGravatar Bill Feng2018-11-12
| | | | | | | | |
* | | | | | | | | Merge pull request #17180 from vjpai/tidier3Gravatar Vijay Pai2018-11-12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | Fix clang-tidy issues
* | | | | | | | | Merge pull request #17183 from ↵Gravatar Jan Tattermusch2018-11-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jtattermusch/client_channel_stress_tests_open_files make client_channel_stress_test run exclusively
| | | | | * | | | | fix linux_extra python artifactsGravatar Jan Tattermusch2018-11-12
| |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | make client_channel_stress_test run exclusivelyGravatar Jan Tattermusch2018-11-12
|/ / / / / / / /
| | | | * / / / Prevent dead-stripping by explicitly calling initGravatar Muxi Yan2018-11-11
| |_|_|/ / / / |/| | | | | |
| * | | | | | Fix clang-tidy issuesGravatar Vijay Pai2018-11-11
|/ / / / / /
* | | | | | Merge pull request #17176 from grpc/fix-bazel-requirementsGravatar Richard Belleville2018-11-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add missing transitive dependencies