Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Polish grpcio_health_checking package | Ken Payson | 2016-07-18 |
| | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build | ||
* | Sanitize grpcio-tools command arguments | Masood Malekghassemi | 2016-07-01 |
| | |||
* | Add programmatic access to protoc in grpcio-tools | Masood Malekghassemi | 2016-07-01 |
| | |||
* | Use open-source defaults to propagate Python plugin configuration | Masood Malekghassemi | 2016-06-29 |
| | |||
* | Add common proto files to Python grpcio-tools | Masood Malekghassemi | 2016-06-07 |
| | |||
* | rename grpc.protoc.compiler to grpc.tools.protoc | Jan Tattermusch | 2016-05-06 |
| | |||
* | Adding missing copyright. | Nicolas "Pixel" Noble | 2016-05-06 |
| | |||
* | Use manylinux | Masood Malekghassemi | 2016-05-04 |
| | |||
* | Tightly integrate the Python plugin with its protoc | Masood Malekghassemi | 2016-05-04 |
| | | | | | | This grossly simplifies the protoc invocation to: python -m grpc.protoc.compiler --python_out=... --grpc_python_out=... [...] --plugin=protoc-gen-python-grpc=grpc_python_protoc_plugin... [...] | ||
* | Add sanity test for grpcio protoc package | Masood Malekghassemi | 2016-05-04 |