aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #15682 from mehrdada/bump-pylintGravatar Mehrdad Afshari2018-06-08
|\ | | | | Bump pylint to 1.9.2
* \ Merge pull request #15664 from muxi/binary-sizeGravatar Muxi Yan2018-06-08
|\ \ | | | | | | Scripts for iOS size audit
* \ \ 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 #14879 from santoshankr/python_ssl_session_cache_lruGravatar Nathaniel Manista2018-06-08
|\ \ \ \ | | | | | | | | | | TLS session resumption support for Python clients.
| | | | * 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
| | | |
* | | | 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
| | | | * Run yapf to reformat Python codeGravatar 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 #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
| | | | * | 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.
* | | | | | Merge pull request #15435 from apolcyn/fix_shutdown_closed_socketGravatar apolcyn2018-06-07
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fix shutdown of closed fd when c-ares opens a second fd
| | * | | | Change commentsGravatar Yash Tibrewal2018-06-07
| | | | | |
* | | | | | Merge pull request #15666 from nathanielmanistaatgoogle/15662Gravatar Nathaniel Manista2018-06-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Retain references to channel arguments.
* \ \ \ \ \ \ Merge pull request #15649 from markdroth/avoid_peer_string_allocGravatar Mark D. Roth2018-06-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Avoid allocating the peer string returned from the transport.
* \ \ \ \ \ \ \ Merge pull request #15069 from muxi/prototype-cfstreamGravatar Muxi Yan2018-06-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Implementation of CFStream
* \ \ \ \ \ \ \ \ Merge pull request #15567 from muxi/mobile-log-per-hostGravatar Muxi Yan2018-06-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make mobile log per-host
| | | | | | | | * | build package with native debug symbolsGravatar Jan Tattermusch2018-06-07
| | | | | | | | | |
| | | | | | | | * | add package with native debug symbolsGravatar Jan Tattermusch2018-06-07
| | | | | | | | | |
* | | | | | | | | | Fix fuzzer errorGravatar ncteisen2018-06-06
| |_|_|_|_|_|_|/ / |/| | | | | | | |
| | | | * | | | | Retain references to channel argumentsGravatar Nathaniel Manista2018-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This works around issue 15662 which is not as easy to implement as I would prefer it to be.
| | * | | | | | | clang-formatGravatar Muxi Yan2018-06-06
| | | | | | | | |
| | * | | | | | | Fix crash when debugGravatar Muxi Yan2018-06-06
| | | | | | | | |
* | | | | | | | | Merge pull request #13709 from ZhouyihaiDing/readmeGravatar Zhouyihai Ding2018-06-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | PHP: update readme file
* \ \ \ \ \ \ \ \ \ Merge pull request #15639 from jtattermusch/no_package_serviceGravatar Jan Tattermusch2018-06-06
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fix: if .proto file doesn't specify "package", csharp_generator generates invalid code.
| | | | * | | | | | | revert -framework CoreFoundationGravatar Muxi Yan2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make error CFStream only
| | * | | | | | | | | readmeGravatar ZhouyihaiDing2018-06-05
| |/ / / / / / / / / |/| | | | | | | | |
| | | | * | | | | | Avoid allocating the peer string returned from the transport.Gravatar Mark D. Roth2018-06-05
| |_|_|/ / / / / / |/| | | | | | | |
| | | | | | | | * Scripts for iOS size auditGravatar Muxi Yan2018-06-05
| | | | | | | | |
* | | | | | | | | Merge pull request #15634 from sreecha/ep-docGravatar Sree Kuchibhotla2018-06-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Rename tcp->finished_edge
* \ \ \ \ \ \ \ \ \ Merge pull request #15619 from yang-g/oauth_cacheGravatar Yang Gao2018-06-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Stop using cached time in oauth token expiration time
| | | * | | | | | | | only generate namespace block when appropriateGravatar Jan Tattermusch2018-06-05
| |_|/ / / / / / / / |/| | | | | | | | |
| | * | | | | | | | Rename tcp->finished_edgeGravatar Sree Kuchibhotla2018-06-04
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #15607 from kpayson64/upmerge_changesGravatar kpayson642018-06-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Upmerge changes
| | | | | | * | | | Fix shutdown of closed fd when c-ares opens a second fdGravatar Alexander Polcyn2018-06-04
| | | | | | | | | |
* | | | | | | | | | Merge pull request #15356 from ganmacs/grpc-ruby-does-not-depends-on-googleauthGravatar apolcyn2018-06-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Grpc ruby does not need to depend on googleauth