Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #6839 from dgquintas/simplify_compression_interop | Jan Tattermusch | 2016-06-21 |
|\ | |||
* \ | Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdown | Jan Tattermusch | 2016-06-21 |
|\ \ | |||
* \ \ | Merge pull request #6970 from nathanielmanistaatgoogle/with_call | Jan Tattermusch | 2016-06-21 |
|\ \ \ | |||
* \ \ \ | Merge pull request #6896 from soltanmm/maybe | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ | |||
| | | * | | Correct lingering FATAL_FAILURE sites | Nathaniel Manista | 2016-06-20 |
| |_|/ / |/| | | | |||
* | | | | Merge pull request #6962 from nathanielmanistaatgoogle/delete-dead-code-tests | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #6961 from nathanielmanistaatgoogle/secure-channel-constru... | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ | |||
| | | | * | | 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 |
| |\ \ | |||
| * \ \ | Merge pull request #6943 from kpayson64/python_qps_wait | Jan Tattermusch | 2016-06-16 |
| |\ \ \ | |||
| | * | | | 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 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| * | | | | Merge pull request #6882 from kpayson64/python_metadata_tests | Jan Tattermusch | 2016-06-16 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||
| | | * | | grpc.__all__ definition | Nathaniel Manista | 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 |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-division | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #6904 from nathanielmanistaatgoogle/unimplemented-for-card... | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge pull request #6572 from y-zeng/base64_decode | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge pull request #6857 from kpayson64/python_cleanup | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge pull request #6873 from kpayson64/python_signal_handling | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #6874 from nathanielmanistaatgoogle/ga | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #6881 from kpayson64/python_create_channel_bug | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | * | | | | | UNIMPLEMENTED status for cardinality violation | Nathaniel Manista | 2016-06-14 |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||
| | | | | | | * | | | | Drop unnecessary future division import | Nathaniel Manista | 2016-06-14 |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | |||
| | | | | | | | | * | Fix namespace package usage | Masood Malekghassemi | 2016-06-13 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||
| | | | | * | | | | Added cleanup to the server thread's join method. | Ken Payson | 2016-06-13 |
| | * | | | | | | | Fix create_[secure/insecure]_channel argument order | Ken Payson | 2016-06-13 |
| | | |_|/ / / / | | |/| | | | | | |||
| | | | | | | * | Added Python GA API metadata tests | Ken Payson | 2016-06-13 |
| | | |_|_|_|/ | | |/| | | | | |||
| * | | | | | | Merge pull request #6879 from kpayson64/server_metadata_fix | Jan Tattermusch | 2016-06-13 |
| |\ \ \ \ \ \ | |||
| | | | * | | | | Python GA code generation | Nathaniel Manista | 2016-06-13 |
| | |_|/ / / / | |/| | | | | | |||
| | | | * | | | Added check for signals in poll() | Ken Payson | 2016-06-13 |
* | | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-13 |
|\| | | | | | | |||
| | * | | | | | Fixed bug with server initial metadata type translation | Ken Payson | 2016-06-13 |
| | |/ / / / | |||
| * | | | | | Merge pull request #6547 from kpayson64/py_generic_stream_test | Jan Tattermusch | 2016-06-13 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||
| | * | | | | Added unit test for empty request/responses | Ken Payson | 2016-06-11 |
| | |/ / / | |||
| * | | | | Merge pull request #6503 from kpayson64/python_3_support | Jan Tattermusch | 2016-06-11 |
| |\ \ \ \ | |||
| | | | | * | Regenerate build files | Yuchen Zeng | 2016-06-10 |
| | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #6853 from nathanielmanistaatgoogle/operationtyple-equals-... | Jan Tattermusch | 2016-06-10 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||
| | | * | | Initial Python3 support | Ken Payson | 2016-06-10 |
| | |/ / | |/| | | |||
* | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
|\| | | | |||
| * | | | Merge pull request #6751 from soltanmm/6522 | Jan Tattermusch | 2016-06-09 |
| |\ \ \ |