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
|/
* Merge pull request #15765 from mehrdada/backport-15632-into-v1.13.xGravatar Mehrdad Afshari2018-06-14
|\ | | | | Backport 15632 into v1.13.x
| * 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 #15718 from muxi/backport-15714Gravatar Muxi Yan2018-06-11
|\ | | | | Backport #15714 to v1.13.x
| * Backport #15714 to v1.13.xGravatar Muxi Yan2018-06-11
|/
* Merge pull request #15697 from srini100/backport15690Gravatar Srini Polavarapu2018-06-11
|\ | | | | Backport #15690 from master to v1.13.x
| * Revert "move recv_trailing_metadata into its own callback, don't use ↵Gravatar Mark D. Roth2018-06-08
|/ | | | on_complete for recv_ops"
* Merge pull request #15695 from srini100/v1.13.xGravatar Srini Polavarapu2018-06-08
|\ | | | | V1.13.x Bump version to v1.13.0-pre1
| * Regenerate projectsGravatar Srini Polavarapu2018-06-08
| |
| * Bump version to v1.13.0-pre1Gravatar Srini Polavarapu2018-06-08
|/
* Merge pull request #15682 from mehrdada/bump-pylintGravatar Mehrdad Afshari2018-06-08
|\ | | | | Bump pylint to 1.9.2
* \ Merge pull request #15121 from yang-g/empty_stringGravatar Yang Gao2018-06-08
|\ \ | | | | | | handle empty slice explicitly
* \ \ Merge pull request #15664 from muxi/binary-sizeGravatar Muxi Yan2018-06-08
|\ \ \ | | | | | | | | Scripts for iOS size audit
| | * | Add testGravatar yang-g2018-06-08
| | | |
* | | | Merge pull request #15539 from markdroth/recv_trailing_metadata_readyGravatar Mark D. Roth2018-06-08
|\ \ \ \ | | | | | | | | | | move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
* \ \ \ \ Merge pull request #13796 from y-zeng/cli_tokenGravatar Yang Gao2018-06-08
|\ \ \ \ \ | | | | | | | | | | | | Report more error messages in grpc_cli
* \ \ \ \ \ Merge pull request #14879 from santoshankr/python_ssl_session_cache_lruGravatar Nathaniel Manista2018-06-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | TLS session resumption support for Python clients.
| | | | | * | handle empty slice explicitlyGravatar yang-g2018-06-08
| |_|_|_|/ / |/| | | | |
| | | | | * Change exception type to AssertErrorGravatar Mehrdad Afshari2018-06-08
| | | | | |
| | | * | | Move recv_trailing_metadata into its own callback. Don't useGravatar Mark D. Roth2018-06-08
| |_|/ / / |/| | | | | | | | | | | | | | on_complete for recv_ops.
| | | | * Remove comment that is no longer relevantGravatar Mehrdad Afshari2018-06-08
| | | | |
| | | | * Change notes on suppressionsGravatar Mehrdad Afshari2018-06-08
| | | | |
* | | | | Merge pull request #15685 from grpc/revert-15435-fix_shutdown_closed_socketGravatar Jan Tattermusch2018-06-08
|\ \ \ \ \ | | | | | | | | | | | | Revert "Fix shutdown of closed fd when c-ares opens a second fd"
| * | | | | Revert "Fix shutdown of closed fd when c-ares opens a second fd"Gravatar Jan Tattermusch2018-06-08
|/ / / / /
* | | | | Merge pull request #14908 from jtattermusch/csharp_artifact_pdbGravatar Jan Tattermusch2018-06-08
|\ \ \ \ \ | | | | | | | | | | | | Provide nuget package with debugging symbols for grpc_csharp_ext
| | | | | * Prevent early exit on one pylint failureGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Run yapf to reformat Python codeGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Bump pylint to pylint-1.9.2Gravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Disable additional pylint warnings due to upgradeGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Fix arguments-differ pylint warningGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Remove unused _junkdrawerGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Fix import order to satisfy pylintGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Fix raising-format-tuple pylint warningGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Refactor to avord redefining argumentGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Fix arguments-differ pylint warningGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Fix useless-super-delegation pylint warningsGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Implement abstract methods _LocalFailure inheritsGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Fix arguments-differ pylint warningGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Remove unnecessary pylint suppressionsGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Fix inconsistent-return-statements pylint warningsGravatar Mehrdad Afshari2018-06-07
| | | | | |
| | | | | * Fix code to pass len-as-condition pylint testGravatar Mehrdad Afshari2018-06-07
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #15677 from muxi/fix-cfstream-podspecGravatar Muxi Yan2018-06-07
|\ \ \ \ \ | | | | | | | | | | | | Fix CFStream default subspec
* \ \ \ \ \ Merge pull request #14557 from ghostwriternr/py-custom-loggerGravatar Nathaniel Manista2018-06-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update logging in Python to use module-level logger.
* \ \ \ \ \ \ Merge pull request #15394 from yashykt/maxmsglenGravatar Yash Tibrewal2018-06-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow unlimited as the max receive message length
* \ \ \ \ \ \ \ Merge pull request #14649 from apolcyn/fix_cares_test_on_ipv6_onlyGravatar apolcyn2018-06-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Address comments on #14610, fix c-ares tests on ipv6-only hosts
| | | | * | | | | podspec nit fixGravatar Muxi Yan2018-06-07
| |_|_|/ / / / / |/| | | | | | |
| | | | | | | * Provide diff sign for each lineGravatar Muxi Yan2018-06-07
| | | | | | | |
| | | | | * | | TLS session resumption support for Python clientsGravatar Santosh Ananthakrishnan2018-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds an experimental ssl_session_cache_lru function to the Python API that returns an encapsulated grpc_ssl_session_cache (#14483). Python clients may use this object as an argument for the grpc.ssl_session_cache channel option if they wish to cache and resume TLS sessions with a server.