Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #7152 from nathanielmanistaatgoogle/interop | Jan Tattermusch | 2016-06-30 |
|\ | | | | | Fix Python server interop spec noncompliance | ||
* \ | Merge pull request #7161 from dgquintas/use_release | Jan Tattermusch | 2016-06-30 |
|\ \ | | | | | | | Updated git clone URL | ||
* \ \ | Merge pull request #7091 from kpayson64/python_str_stuff | Nicolas Noble | 2016-06-30 |
|\ \ \ | | | | | | | | | Changed default string type to be str | ||
| * | | | Changed default string type to be str | Ken Payson | 2016-06-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This impacts the following APIs: Metadata: Key is always a str, Value is bytes for binary metadata, str otherwise Call Details: str type gRPC method: str type hostname/target: str type | ||
| | * | | Updated git clone URL | David Garcia Quintas | 2016-06-29 |
| |/ / | |||
| | * | Fix Python server interop spec noncompliance | Nathaniel Manista | 2016-06-29 |
| |/ |/| | | | | | Also fix spelling mistakes in the spec itself. | ||
* | | Merge pull request #7116 from kpayson64/python_windows_fix | Jan Tattermusch | 2016-06-29 |
|\ \ | | | | | | | Convert windows dll filename to bytes | ||
* | | | Removed _connectivity_channel.ChannelConnectivityTest test | Ken Payson | 2016-06-28 |
| |/ |/| | |||
| * | Convert windows dll filename to bytes | Ken Payson | 2016-06-28 |
|/ | |||
* | Merge pull request #6973 from makdharma/network_status_change | Jan Tattermusch | 2016-06-27 |
|\ | | | | | Network status tracking | ||
* \ | Merge pull request #7001 from kpayson64/python_cleanup_thread | Jan Tattermusch | 2016-06-27 |
|\ \ | | | | | | | Updated several threads to use CleanupThread for clean exit | ||
| * | | Updated several threads to use CleanupThread for clean exit | Ken Payson | 2016-06-26 |
| | | | |||
* | | | Merge pull request #7063 from dgquintas/python_compression | Jan Tattermusch | 2016-06-25 |
|\ \ \ | | | | | | | | | Basic testing of client and sever side compression for Python | ||
* \ \ \ | Merge pull request #6941 from kpayson64/python_grpc_shutdown | Jan Tattermusch | 2016-06-25 |
|\ \ \ \ | | | | | | | | | | | Moved grpc_shutdown to end of Py_Finalize() | ||
* \ \ \ \ | Merge pull request #6803 from sreecha/epoll_changes | Craig Tiller | 2016-06-25 |
|\ \ \ \ \ | | | | | | | | | | | | | New epoll based polling implementation | ||
| | | * | | | Basic testing of client and sever side compression | David Garcia Quintas | 2016-06-24 |
| | | | | | | |||
| | * | | | | Moved grpc_shutdown to end of Py_Finalize() | Ken Payson | 2016-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-dev | murgatroid99 | 2016-06-24 |
| |_|/ / / |/| | | | | |||
| * | | | | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-23 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
* | | | | | Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ | | | | | | | | | | | | | Add a test of metadata, status code, and details | ||
| * | | | | | Add a test of metadata, status code, and details | Nathaniel Manista | 2016-06-22 |
| | |_|/ / | |/| | | | |||
* | | | | | Merge pull request #6839 from dgquintas/simplify_compression_interop | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ | | | | | | | | | | | | | Revamped interop spec, especially wrt compression | ||
| | | * \ \ | Merge branch 'master' into epoll_changes_merged | Sree Kuchibhotla | 2016-06-21 |
| | | |\ \ \ | |||
* | | | \ \ \ | Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdown | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Correct lingering FATAL_FAILURE sites | ||
* | | | | | | | Merge pull request #6970 from nathanielmanistaatgoogle/with_call | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Change with_call from (Unary, Stream)UnaryMultiCallable parameter to (Unary, Stream)UnaryMultiCallable attribute | ||
| | | | | | * | more files after running build.yaml changes through | Makarand Dharmapurikar | 2016-06-20 |
| | | | | | | | |||
* | | | | | | | Merge pull request #6896 from soltanmm/maybe | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | Fix namespace package usage | ||
| | | * | | | | Correct lingering FATAL_FAILURE sites | Nathaniel Manista | 2016-06-20 |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | This should have been done as part of 5444bed32f1405ebb53b0c37d3b. | ||
* | | | | | | Merge pull request #6962 from nathanielmanistaatgoogle/delete-dead-code-tests | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Delete tests of dead pre-GA code | ||
* \ \ \ \ \ \ | Merge pull request #6961 from ↵ | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/secure-channel-construction Fix secure channel construction | ||
| | | | * | | | | Change with_call from parameter to attribute | Nathaniel Manista | 2016-06-20 |
| |_|_|/ / / / |/| | | | | | | |||
| | * | | | | | Delete tests of dead pre-GA code | Nathaniel Manista | 2016-06-18 |
| |/ / / / / |/| | | | | | |||
| * | | | | | Fix secure channel construction | Nathaniel Manista | 2016-06-18 |
| | | | | | | |||
| | | * | | | removed spurious .format() | David Garcia Quintas | 2016-06-17 |
| | | | | | | |||
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-17 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||
| | | * | | | added extra path to python protoc | David Garcia Quintas | 2016-06-17 |
| | |/ / / | |/| | | | |||
* | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-17 |
|\| | | | | |||
| * | | | | Merge pull request #6944 from nathanielmanistaatgoogle/fatal_failure→shutdown | Jan Tattermusch | 2016-06-17 |
| |\ \ \ \ | | | | | | | | | | | | | Rename FATAL_FAILURE SHUTDOWN | ||
| * \ \ \ \ | Merge pull request #6943 from kpayson64/python_qps_wait | Jan Tattermusch | 2016-06-16 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Wait for channel to be connected on QPS Client | ||
| | * | | | | | Wait for channel to be connected for each client | Ken Payson | 2016-06-16 |
| | | | | | | | |||
| | | * | | | | Rename FATAL_FAILURE SHUTDOWN | Nathaniel Manista | 2016-06-16 |
| | | | | | | | |||
* | | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-16 |
|\| | | | | | | |||
| * | | | | | | Merge pull request #6938 from nathanielmanistaatgoogle/__all__ | Jan Tattermusch | 2016-06-16 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | grpc.__all__ definition | ||
| * | | | | | | Merge pull request #6882 from kpayson64/python_metadata_tests | Jan Tattermusch | 2016-06-16 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | Added Python GA API metadata tests | ||
| | | * | | | | grpc.__all__ definition | Nathaniel Manista | 2016-06-16 |
| | |/ / / / | |/| | | | | |||
| | | | * | | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-16 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
* | | | | | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 |
|\| | | | | | |||
| * | | | | | Merge pull request #6875 from y-zeng/log_check | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add format check for gpr_log and gpr_asprintf, add gpr_strpad | ||
| * \ \ \ \ \ | Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-division | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Drop unnecessary future division import | ||
| * \ \ \ \ \ \ | Merge pull request #6904 from ↵ | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/unimplemented-for-cardinality-violation UNIMPLEMENTED status for cardinality violation |