aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/grpc/_cython/_cygrpc
Commit message (Expand)AuthorAge
* correctly name __dealloc__ methodGravatar Eric Gribkoff2019-01-09
* Free grpc_channel_args after creationGravatar Richard Belleville2018-12-27
* add tracking issueGravatar Eric Gribkoff2018-12-17
* Refactor server deallocationGravatar Eric Gribkoff2018-12-17
* Merge pull request #17460 from grpc/enable-censusGravatar Richard Belleville2018-12-11
|\
| * Add hooks for census context propagationGravatar Richard Belleville2018-12-11
* | Add max_results to ServerSocketsGravatar ncteisen2018-12-11
|/
* Merge pull request #17396 from ericgribkoff/creds_close_hangGravatar Eric Gribkoff2018-12-04
|\
| * credentials: call grpc_init/grpc_shutdown when created/destroyedGravatar Eric Gribkoff2018-12-04
* | Merge pull request #16971 from lidizheng/surface-exceptionsGravatar Lidi Zheng2018-12-03
|\ \ | |/ |/|
* | Merge pull request #17266 from lidizheng/python-channelzGravatar Lidi Zheng2018-11-29
|\ \
| * | Adopt reviewer's suggestionsGravatar Lidi Zheng2018-11-28
| * | Channelz Python wrapper implementationGravatar Lidi Zheng2018-11-27
| | * Surface exceptions from Cython to Python as much as possibleGravatar Lidi Zheng2018-11-27
* | | [cython] Declare symbols onceGravatar Ruslan Nigmatullin2018-11-26
| |/ |/|
* | Raise the exception while credential initializationGravatar Lidi Zheng2018-11-26
|/
* Use single NullHandler for whole libraryGravatar Richard Belleville2018-11-09
* Merge pull request #16919 from lidizheng/wait-for-readyGravatar Lidi Zheng2018-11-07
|\
| * Add wait-for-ready semanticsGravatar Lidi Zheng2018-11-06
* | Merge pull request #16976 from benjaminp/remove-pkg_resourcesGravatar Lidi Zheng2018-11-05
|\ \ | |/ |/|
| * Replace pkg_resources with pkgutil.Gravatar Benjamin Peterson2018-11-01
* | Add NullHandler to avoid warnings about no handlerGravatar Richard Belleville2018-10-30
* | Revert "Configure module level loggers with basicConfig()"Gravatar Richard Belleville2018-10-30
|/
* fix Exception throw for invalid channel argsGravatar Lidi Zheng2018-10-14
* Fix SSL channel credential when an argument is NoneGravatar Mehrdad Afshari2018-09-17
* Merge pull request #16378 from ghostwriternr/module-level-logger-fixGravatar Nathaniel Manista2018-09-06
|\
* | Check poll strategy in core fork handler and log error if unsupportedGravatar Eric Gribkoff2018-08-23
* | Support tracking and closing fds post-fork in ev_poll_posixGravatar Eric Gribkoff2018-08-23
* | Move _server_cert_config_fetcher_wrapper to credentials.pyx.pxiGravatar Mehrdad Afshari2018-08-22
* | Python post-fork handler: exit if grpc shutdown failsGravatar Eric Gribkoff2018-08-22
* | Support gRPC Python client-side fork with epoll1Gravatar Eric Gribkoff2018-08-22
| * Configure module level loggers with basicConfig()Gravatar Naresh2018-08-17
|/
* Replace is by == for a status comparisonGravatar Paul Petit2018-08-16
* check if channel is closed before starting core opsGravatar Eric Gribkoff2018-08-09
* Add op index support for custom hooksGravatar Mehrdad Afshari2018-08-02
* Add low-level Cython debug/expansion hooksGravatar Mehrdad Afshari2018-08-02
* Add a matching _unwrap_grpc_argGravatar Mehrdad Afshari2018-07-31
* Add Cython functionality to directly wrap grpc_argGravatar Mehrdad Afshari2018-07-30
* Create verify_peer_options when creating ssl credentials in order to expose a...Gravatar Ian Haken2018-06-12
* Update grpc_gevent cython files to include .pxiGravatar Naresh2018-06-11
* Merge pull request #14879 from santoshankr/python_ssl_session_cache_lruGravatar Nathaniel Manista2018-06-08
|\
* \ Merge pull request #14557 from ghostwriternr/py-custom-loggerGravatar Nathaniel Manista2018-06-07
|\ \
| | * TLS session resumption support for Python clientsGravatar Santosh Ananthakrishnan2018-06-07
| |/ |/|
* | Merge pull request #15666 from nathanielmanistaatgoogle/15662Gravatar Nathaniel Manista2018-06-07
|\ \
| * | Retain references to channel argumentsGravatar Nathaniel Manista2018-06-06
* | | Merge remote-tracking branch 'upstream/v1.12.x' into upmerge_changesGravatar kpayson642018-06-01
|\ \ \
| * | | Use gevent greenlets for metadata callbacksGravatar kpayson642018-05-31
| |/ /
| | * Update logging in Python to use module-level loggerGravatar Naresh2018-05-31
| |/ |/|
* | Surfaces debug_error_string to Python APIGravatar Noah Eisen2018-05-17
|/
* Keep Core memory inside cygrpc.Channel objectsGravatar Nathaniel Manista2018-05-02