aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Collapse)AuthorAge
* Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
|\ | | | | Network status tracking
* \ Merge pull request #7001 from kpayson64/python_cleanup_threadGravatar Jan Tattermusch2016-06-27
|\ \ | | | | | | Updated several threads to use CleanupThread for clean exit
| * | Updated several threads to use CleanupThread for clean exitGravatar Ken Payson2016-06-26
| | |
* | | Merge pull request #7063 from dgquintas/python_compressionGravatar Jan Tattermusch2016-06-25
|\ \ \ | | | | | | | | Basic testing of client and sever side compression for Python
* \ \ \ Merge pull request #6941 from kpayson64/python_grpc_shutdownGravatar Jan Tattermusch2016-06-25
|\ \ \ \ | | | | | | | | | | Moved grpc_shutdown to end of Py_Finalize()
* \ \ \ \ Merge pull request #6803 from sreecha/epoll_changesGravatar Craig Tiller2016-06-25
|\ \ \ \ \ | | | | | | | | | | | | New epoll based polling implementation
| | | * | | Basic testing of client and sever side compressionGravatar David Garcia Quintas2016-06-24
| | | | | |
| | * | | | Moved grpc_shutdown to end of Py_Finalize()Gravatar Ken Payson2016-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We currently rely on the __del__ method of a module scope object to call grpc_shutdown(). __del__ methods are not guaranteed to be called, and furthermore there are no guarantees about ordering, leading to shutdown race conditions. This moves grpc_shutdown to Py_Finalize(), which gets called after the Python context is completely cleaned up.
* | | | | | Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
| |_|/ / / |/| | | |
| * | | | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-23
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-detailsGravatar Jan Tattermusch2016-06-22
|\ \ \ \ \ | | | | | | | | | | | | Add a test of metadata, status code, and details
| * | | | | Add a test of metadata, status code, and detailsGravatar Nathaniel Manista2016-06-22
| | |_|/ / | |/| | |
* | | | | Merge pull request #6839 from dgquintas/simplify_compression_interopGravatar Jan Tattermusch2016-06-21
|\ \ \ \ \ | | | | | | | | | | | | Revamped interop spec, especially wrt compression
| | | * \ \ Merge branch 'master' into epoll_changes_mergedGravatar Sree Kuchibhotla2016-06-21
| | | |\ \ \
* | | | \ \ \ Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdownGravatar Jan Tattermusch2016-06-21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Correct lingering FATAL_FAILURE sites
* | | | | | | Merge pull request #6970 from nathanielmanistaatgoogle/with_callGravatar Jan Tattermusch2016-06-21
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Change with_call from (Unary, Stream)UnaryMultiCallable parameter to (Unary, Stream)UnaryMultiCallable attribute
| | | | | | * more files after running build.yaml changes throughGravatar Makarand Dharmapurikar2016-06-20
| | | | | | |
* | | | | | | Merge pull request #6896 from soltanmm/maybeGravatar Jan Tattermusch2016-06-20
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Fix namespace package usage
| | | * | | | Correct lingering FATAL_FAILURE sitesGravatar Nathaniel Manista2016-06-20
| |_|/ / / / |/| | | | | | | | | | | | | | | | | This should have been done as part of 5444bed32f1405ebb53b0c37d3b.
* | | | | | Merge pull request #6962 from nathanielmanistaatgoogle/delete-dead-code-testsGravatar Jan Tattermusch2016-06-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Delete tests of dead pre-GA code
* \ \ \ \ \ \ Merge pull request #6961 from ↵Gravatar Jan Tattermusch2016-06-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/secure-channel-construction Fix secure channel construction
| | | | * | | | Change with_call from parameter to attributeGravatar Nathaniel Manista2016-06-20
| |_|_|/ / / / |/| | | | | |
| | * | | | | Delete tests of dead pre-GA codeGravatar Nathaniel Manista2016-06-18
| |/ / / / / |/| | | | |
| * | | | | Fix secure channel constructionGravatar Nathaniel Manista2016-06-18
| | | | | |
| | | * | | removed spurious .format()Gravatar David Garcia Quintas2016-06-17
| | | | | |
| | | * | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-17
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | * | | added extra path to python protocGravatar David Garcia Quintas2016-06-17
| | |/ / / | |/| | |
* | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-17
|\| | | |
| * | | | Merge pull request #6944 from nathanielmanistaatgoogle/fatal_failure→shutdownGravatar Jan Tattermusch2016-06-17
| |\ \ \ \ | | | | | | | | | | | | Rename FATAL_FAILURE SHUTDOWN
| * \ \ \ \ Merge pull request #6943 from kpayson64/python_qps_waitGravatar Jan Tattermusch2016-06-16
| |\ \ \ \ \ | | | | | | | | | | | | | | Wait for channel to be connected on QPS Client
| | * | | | | Wait for channel to be connected for each clientGravatar Ken Payson2016-06-16
| | | | | | |
| | | * | | | Rename FATAL_FAILURE SHUTDOWNGravatar Nathaniel Manista2016-06-16
| | | | | | |
* | | | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-16
|\| | | | | |
| * | | | | | Merge pull request #6938 from nathanielmanistaatgoogle/__all__Gravatar Jan Tattermusch2016-06-16
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | grpc.__all__ definition
| * | | | | | Merge pull request #6882 from kpayson64/python_metadata_testsGravatar Jan Tattermusch2016-06-16
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | Added Python GA API metadata tests
| | | * | | | grpc.__all__ definitionGravatar Nathaniel Manista2016-06-16
| | |/ / / / | |/| | | |
| | | | * | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-16
| | | | |\ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
|\| | | | |
| * | | | | Merge pull request #6875 from y-zeng/log_checkGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ | | | | | | | | | | | | | | Add format check for gpr_log and gpr_asprintf, add gpr_strpad
| * \ \ \ \ \ Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-divisionGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Drop unnecessary future division import
| * \ \ \ \ \ \ Merge pull request #6904 from ↵Gravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/unimplemented-for-cardinality-violation UNIMPLEMENTED status for cardinality violation
| * \ \ \ \ \ \ \ Merge pull request #6572 from y-zeng/base64_decodeGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add base64 decoder
| * \ \ \ \ \ \ \ \ Merge pull request #6857 from kpayson64/python_cleanupGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added cleanup to server thread join method
| * \ \ \ \ \ \ \ \ \ Merge pull request #6873 from kpayson64/python_signal_handlingGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added check for signals in poll()
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #6874 from nathanielmanistaatgoogle/gaGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Python GA code generation
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6881 from kpayson64/python_create_channel_bugGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix create_[secure/insecure]_channel argument order
| | | | | | | * | | | | | | UNIMPLEMENTED status for cardinality violationGravatar Nathaniel Manista2016-06-14
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
| | | | | | | * | | | | | Drop unnecessary future division importGravatar Nathaniel Manista2016-06-14
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We only ever use floor division (//) in the module.
| | | | | | | | | * | | Fix namespace package usageGravatar Masood Malekghassemi2016-06-13
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out that Python namespace packages may be asymmetrical. The contents of a particular package that was installed first (here grpcio) appears to retain its contents in the installation directory when all other distributions declare that package as a namespace package (here grpcio-tools).
| | | | | | | | | * | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-13
| | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |