aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-18
|\
| * Merge pull request #15794 from grpc/revert-15778-use_pyyamlGravatar Jan Tattermusch2018-06-18
| |\ | | | | | | Revert "Install pyyaml through pip in docker"
| | * Revert "Install pyyaml through pip in docker"Gravatar Jan Tattermusch2018-06-18
| |/
| * Merge pull request #15789 from abdullin/patch-1Gravatar Jan Tattermusch2018-06-18
| |\ | | | | | | Fix typos in the description of Server
| * \ Merge pull request #15788 from dgquintas/gyp_nanopbGravatar David G. Quintas2018-06-17
| |\ \ | | | | | | | | Fix grpc.gyp wrt nanopb refactoring
| | | * Fix typos in the description of ServerGravatar Rinat Abdullin2018-06-17
| | |/ | |/|
| | * Fix grpc.gyp wrt nanopb refactoringGravatar David Garcia Quintas2018-06-16
| |/
* | Added a test to catch such things in futureGravatar Sree Kuchibhotla2018-06-16
| |
| * Merge pull request #15780 from apolcyn/cares_windows_buildGravatar apolcyn2018-06-15
| |\ | | | | | | Separate out the posix part of the c-ares driver
* | | add the missing gpr_mu_destroyGravatar Sree Kuchibhotla2018-06-15
| | |
| | * Separate the posix part of the c-ares driverGravatar Alexander Polcyn2018-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 #15595 from dgquintas/nanopb_build_cleanupGravatar David G. Quintas2018-06-14
| |\ \ \ \ \ | | | | | | | | | | | | | | Treat nanopb as a regular external dep
| * \ \ \ \ \ 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…
| * \ \ \ \ \ \ 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 "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 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"