Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #6438 from y-zeng/reflection_separate_lib | Jan Tattermusch | 2016-06-13 |
|\ | | | | | Proto server reflection | ||
* \ | Merge pull request #6828 from soltanmm/arkenhammer | Jan Tattermusch | 2016-06-09 |
|\ \ | | | | | | | Add common proto files to Python grpcio-tools | ||
* \ \ | Merge pull request #6843 from soltanmm/doc-tools | Jan Tattermusch | 2016-06-09 |
|\ \ \ | | | | | | | | | Add usage documentation to Python tools distribution | ||
| * | | | Add usage documentation to Python tools distribution | Masood Malekghassemi | 2016-06-08 |
| | | | | |||
| | * | | Add common proto files to Python grpcio-tools | Masood Malekghassemi | 2016-06-07 |
| |/ / | |||
| | * | Merge remote-tracking branch 'upstream/master' into reflection_separate_lib | Yuchen Zeng | 2016-06-07 |
| | |\ | | |/ | |/| | |||
* / | | Use Python namespace packages | Masood Malekghassemi | 2016-06-06 |
|/ / | | | | | | | | | | | | | | | | | | | Before, namespace packages would break in auditwheel due to a superfluous check (fixed in the commit referenced in the Dockerfiles). Now, the auditwheel used in the manylinux1-support Docker images can handle namespace packages, and we may thus use them. This should alleviate future user pain w.r.t. installation of grpcio-tools causing loss of grpcio files and vice versa (e.g. requiring a reinstall of grpcio following installation of grpcio-tools). | ||
| * | Add more comments, fix format issues | Yuchen Zeng | 2016-06-06 |
| | | |||
| * | Add a sanity test: check if the generated pb files are up-to-date | Yuchen Zeng | 2016-05-31 |
| | | |||
* | | Merge pull request #6329 from dgquintas/tiny_include_guard_fix | Jan Tattermusch | 2016-05-18 |
|\ \ | |/ |/| | Tiny fix to check_include_guards script | ||
* | | Merge pull request #6568 from dgquintas/fix-include-guards-long-names | Jan Tattermusch | 2016-05-16 |
|\ \ | | | | | | | Allow for multiline #endif guards | ||
* | | | check for copyright in .bat files | Jan Tattermusch | 2016-05-13 |
| | | | |||
| * | | Allow for multiline #endif guards | David Garcia Quintas | 2016-05-12 |
|/ / | |||
* | | Merge pull request #6536 from grpc/release-0_14 | Nicolas Noble | 2016-05-11 |
|\ \ | | | | | | | Release 0.14 upmerge | ||
| * | | Bumping protobuf submodule to beta-3-pre1. | Nicolas "Pixel" Noble | 2016-05-11 |
| | | | |||
* | | | Merge pull request #6279 from dgquintas/lb_proto_v1 | Jan Tattermusch | 2016-05-10 |
|\ \ \ | | | | | | | | | Updated load balancer proto to v1 | ||
| | * | | The release branch is now 0.14.1-pre1. | Nicolas "Pixel" Noble | 2016-05-10 |
| | | | | |||
| | * | | Processing the 0.14 release. | Nicolas "Pixel" Noble | 2016-05-10 |
| | | | | |||
* | | | | Merge pull request #6475 from grpc/release-0_14 | Nicolas Noble | 2016-05-09 |
|\ \ \ \ | | |/ / | |/| | | Upmerge from 0.14.0 | ||
| * | | | Add explicit license to grpcio-tools setup.py | Masood Malekghassemi | 2016-05-09 |
| | | | | |||
| * | | | Merge pull request #6483 from soltanmm/wind2 | Jan Tattermusch | 2016-05-09 |
| |\ \ \ | | | | | | | | | | | Fix windows linkage in Python grpcio-tools | ||
| | * | | | Fix windows linkage in Python grpcio-tools | Masood Malekghassemi | 2016-05-07 |
| | | | | | |||
| * | | | | rename grpc.protoc.compiler to grpc.tools.protoc | Jan Tattermusch | 2016-05-06 |
| |/ / / | |||
| * | | | Merge pull request #6469 from soltanmm/doctools | Jan Tattermusch | 2016-05-06 |
| |\ \ \ | | | | | | | | | | | Add Python grpcio-tools documentation | ||
| | * | | | Add Python grpcio-tools documentation | Masood Malekghassemi | 2016-05-05 |
| | | | | | |||
| * | | | | Fix missing file in grpcio-tools sdist | Masood Malekghassemi | 2016-05-05 |
| |/ / / | |||
* | | | | Master is now 0.15.0-dev. | Nicolas "Pixel" Noble | 2016-05-06 |
| | | | | |||
| * | | | The release branch is now 0.14.0-pre1. | Nicolas "Pixel" Noble | 2016-05-06 |
|/ / / | |||
* | | | Merge pull request #6450 from nicolasnoble/gopro | Jan Tattermusch | 2016-05-05 |
|\ \ \ | | | | | | | | | Continuation of #6280. | ||
| * | | | Adding missing copyright. | Nicolas "Pixel" Noble | 2016-05-06 |
| | | | | |||
| * | | | Use manylinux | Masood Malekghassemi | 2016-05-04 |
| | | | | |||
| * | | | Keep grpcio_tools version in sync with rest of project | Masood Malekghassemi | 2016-05-04 |
| | | | | |||
| * | | | Don't truncate deps file on failure to find bazel | 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 |
| | | | | |||
| * | | | Add Python grpcio protoc package | Masood Malekghassemi | 2016-05-04 |
| | | | | |||
* | | | | Don't try to read files that have been moved/renamed. | David Garcia Quintas | 2016-04-28 |
|/ / / | |||
| | * | Tiny fix to check_include_guards script | David Garcia Quintas | 2016-04-27 |
| |/ |/| | |||
| * | Updated load balancer proto to v1 | David Garcia Quintas | 2016-04-25 |
|/ | |||
* | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-21 |
|\ | |||
| * | Merge pull request #6050 from dgquintas/nanopb_generation | Jan Tattermusch | 2016-04-20 |
| |\ | | | | | | | Generalized nanopb generator script | ||
* | | | clang-fmt | Craig Tiller | 2016-04-12 |
|/ / | |||
* | | Add a sanity check to make sure vsprojects stays usable. | Matthew Iselin | 2016-04-07 |
| | | |||
| * | Further improvements | David Garcia Quintas | 2016-04-01 |
| | | |||
| * | Generalized nanopb generator script | David Garcia Quintas | 2016-03-31 |
|/ | |||
* | Merge github.com:grpc/grpc into copyright-fix | Craig Tiller | 2016-03-31 |
|\ | |||
* | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
* | | Update tool | Craig Tiller | 2016-03-31 |
| | | |||
| * | Begin optionalizing lb policies: initial code movement | Craig Tiller | 2016-03-28 |
|/ | |||
* | Fix shell script | Craig Tiller | 2016-03-26 |
| |