aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | | | | | * | | | | Merge pull request #15781 from mehrdada/backport-15727-to-v1.13.xGravatar Mehrdad Afshari2018-06-15
| | | | | | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport 15727 into v1.13.x (Add a null check for the endpoint on shutdown)
| | | | | | | | | | | | * | | | | Add a null check for the endpoint on shutdownGravatar kpayson642018-06-15
| | | | | | | | | | | |/ / / / /
| | | | | * | | | | | | | | | | Get status from wire even if the recv_trailing_metadata batch callbackGravatar Mark D. Roth2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is invoked with an error.
| | | | | | | | * | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-15
| | | | | | | | |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | Make channelz an opt in featureGravatar ncteisen2018-06-15
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #15681 from ncteisen/even-more-clangGravatar Noah Eisen2018-06-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Even More Clang Tidy: performance-*
* | | | | | | | | | | | | | | | Merge pull request #15755 from ganmacs/unify-duplicated-methodGravatar apolcyn2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unify nearly same methods
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #15694 from srini100/bump-to-v1.14Gravatar Srini Polavarapu2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump master to v1.14
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #15778 from apolcyn/use_pyyamlGravatar apolcyn2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install pyyaml through pip in docker
| | | | | | | | | | | | | | * \ \ \ \ Merge pull request #15765 from mehrdada/backport-15632-into-v1.13.xGravatar Mehrdad Afshari2018-06-14
| | | | | | | | | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport 15632 into v1.13.x
* | | | | | | | | | | | | | | \ \ \ \ \ Merge pull request #15595 from dgquintas/nanopb_build_cleanupGravatar David G. Quintas2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Treat nanopb as a regular external dep
| | | | | | | | | | | | | | | | | | | | * CFStream usage guideGravatar Muxi Yan2018-06-14
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #15775 from hcaseyal/fix_http_server_filter_commentGravatar hcaseyal2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix comment typo in http_server_filter
| | | | | | | | | | | | | | | | | | * | | | Prevent pollable from accessing a potentially orphaned/destroyed fdGravatar Sree Kuchibhotla2018-06-14
| | | | | | | | |_|_|_|_|_|_|_|_|_|/ / / / | | | | | | | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #15773 from nathanielmanistaatgoogle/9320Gravatar Mehrdad Afshari2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specify thread-safety of grpc-created channels
| | * | | | | | | | | | | | | | | | | | | | Fix comment typo in http_server_filterGravatar Hope Casey-Allen2018-06-14
| |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Specify thread-safety of grpc-created channelsGravatar Nathaniel Manista2018-06-14
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge pull request #15698 from yashykt/httpsproxyGravatar Yash Tibrewal2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefer using https_proxy for secure channels and http_proxy for insec…
| | | | | | | | | | | | | | | | | * | | | Use a Docker image that includes Python3.7rc1Gravatar Mehrdad Afshari2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to build Python3.7 packages for manylinux1 platform, we need our Docker image to include Python3.7. Unfortunately, since Python 3.7 is still in RC1 stage, the official docker image does not include that Python release, so we temporarily rely on our own underlying docker image to build.
| | | | | | | | | | | | | | | | | * | | | Add Python 3.7 Linux wheels to artifact buildGravatar Mehrdad Afshari2018-06-14
| | | | | | | | | | | | | | | | |/ / / /
* | | | | | | | | | | | | | | | | | | | Merge pull request #15632 from grpc/mmx-test-build-wheel37Gravatar Mehrdad Afshari2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Python 3.7 Linux wheels to artifact build
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #14639 from mehrdada/blocking-py-interceptGravatar Mehrdad Afshari2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize blocking intercepted response-unary calls
| * | | | | | | | | | | | | | | | | | | | | Refactor: reorderGravatar Mehrdad Afshari2018-06-14
| | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | Merge branch 'nanopb_build_cleanup' of github.com:dgquintas/grpc into ↵Gravatar David Garcia Quintas2018-06-14
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nanopb_build_cleanup
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-14
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | Use a Docker image that includes Python3.7rc1Gravatar Mehrdad Afshari2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to build Python3.7 packages for manylinux1 platform, we need our Docker image to include Python3.7. Unfortunately, since Python 3.7 is still in RC1 stage, the official docker image does not include that Python release, so we temporarily rely on our own underlying docker image to build.
| | * | | | | | | | | | | | | | | | | | | | | Add Python 3.7 Linux wheels to artifact buildGravatar Mehrdad Afshari2018-06-14
| |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Refactor: avoid calling with_call APIGravatar Mehrdad Afshari2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid calling the public self.with_call API internally and opt for sharing the method body in a separate private method and calling that instead.
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #15726 from kwasimensah/masterGravatar Nicolas Noble2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sys/epoll.h header to relevant files
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #15725 from nathanielmanistaatgoogle/15537Gravatar Nathaniel Manista2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | Close channels in examples.
| | | | * | | | | | | | | | | | | | | | | | | Remove check for whether channel is secure/insecure. Always prefer ↵Gravatar Yash Tibrewal2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'https_proxy' and fallback on 'http_proxy'
| | | | * | | | | | | | | | | | | | | | | | | No need to fallback on https_proxy for insecure connectionsGravatar Yash Tibrewal2018-06-14
| | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | Prefer using https_proxy for secure channels and http_proxy for insecure ↵Gravatar Yash Tibrewal2018-06-14
| |_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | channels
| | | | | | | | | * | | | | | | | | | | | | Add expception for util dirGravatar ncteisen2018-06-14
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | | | | | | Manual fixes to enable performance- clang tidy checksGravatar Noah Eisen2018-06-14
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | | | | | | Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
| |_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #15758 from grpc/revert-15678-channel-arg-sanityGravatar Nicolas Noble2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Revert "Add Type Checking On Channel Args"
* | | | | | | | | | | | | | | | | | | | | Merge pull request #15762 from grpc/revert-15645-foundry_integrationGravatar Nicolas Noble2018-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | Revert "Add suppressions to sanitizers for bazel builds"
| * | | | | | | | | | | | | | | | | | | | Revert "Add suppressions to sanitizers for bazel builds"Gravatar Nicolas Noble2018-06-14
|/ / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | Close channels in examplesGravatar Nathaniel Manista2018-06-14
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | | | | | Revert "Merge pull request #15746 from ↵Gravatar Mark D. Roth2018-06-14
| |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc/revert-15709-recv_trailing_metadata_ready2" This reverts commit 3f9308ce1f8cb42c96901c1700f0b9dbb531f186, reversing changes made to 92a0ae0b1081840d2c5a488f66bf6550c1a492f4.
| * | | | | | | | | | | | | | | | | | Revert "Add Type Checking On Channel Args"Gravatar Noah Eisen2018-06-14
|/ / / / / / / / / / / / / / / / / /
| | | | | | | | * / / / / / / / / / Unify nearly same methodGravatar ganmacs2018-06-14
| |_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `@call` instance variable is same in ActiveCall#merge_metadata_and_send_if_not_already_sent and ActiveCall#send_initial_metadata.
| | | | | | * | | | | | | | | | | Install pyyaml through pip in dockerGravatar Alex Polcyn2018-06-14
| |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-13
| | | | | | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #15740 from hcaseyal/update_listening_port_documentationGravatar hcaseyal2018-06-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update AddListeningPort documentation in ServerBuilder
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #15645 from adelez/foundry_integrationGravatar adelez2018-06-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add suppressions to sanitizers for bazel builds
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #15678 from ncteisen/channel-arg-sanityGravatar Noah Eisen2018-06-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Type Checking On Channel Args
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #15727 from kpayson64/null_endpointGravatar kpayson642018-06-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a null check for the endpoint on shutdown
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #15746 from grpc/revert-15709-recv_trailing_metadata_ready2Gravatar Vijay Pai2018-06-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Second attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops"