Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Kill (grpcio_tests/)commands.BuildProtoModules | Nathaniel Manista | 2017-09-13 |
| | | | | | | In 1ff429da2a94bc79300ebce3f8aae7efb10e9a75 it appears to have been copied out of src/python/grpcio/commands.py and not used, and it seems to have remained without use since. | ||
* | Add more Cython-layer tests | Nathaniel Manista | 2017-09-11 |
| | | | | | | I wrote these in the course of a bug hunt. I haven't yet caught and fixed the bug, but that's no reason not to check in perfectly good tests. :-) | ||
* | Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_plugin | David Garcia Quintas | 2017-09-07 |
|\ | |||
| * | Merge pull request #12369 from markdroth/call_combiner | Mark D. Roth | 2017-09-07 |
| |\ | | | | | | | Second attempt at call combiner PR | ||
| * | | Garbage collect experimental pollers | Craig Tiller | 2017-09-07 |
| | | | |||
* | | | s/load_reporting/server_load_reporting | David Garcia Quintas | 2017-09-06 |
| | | | |||
| * | | Merge pull request #11583 from nathanielmanistaatgoogle/grpc_testing | Nathaniel Manista | 2017-09-05 |
| |\ \ | | | | | | | | | gRPC Python test infrastructure. | ||
| | * | | gRPC Python test infrastructure | Nathaniel Manista | 2017-09-05 |
| | | | | | | | | | | | | | | | | (The server-related third part of it.) | ||
| | | * | Revert "Revert "Implement call combiner"" | Mark D. Roth | 2017-09-01 |
| | |/ | |/| | | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e. | ||
| * | | Merge github.com:grpc/grpc into stats | Craig Tiller | 2017-08-31 |
| |\ \ | |||
| | * | | Revert "Implement call combiner" | Mark D. Roth | 2017-08-29 |
| | | | | |||
| * | | | Merge github.com:grpc/grpc into stats | Craig Tiller | 2017-08-29 |
| |\| | | |||
| | * | | Implement call combiner. | Mark D. Roth | 2017-08-25 |
| | | | | |||
* | | | | Renamed load_reporting.{c,h} to load_reporting_plugin.{c,h} | David Garcia Quintas | 2017-08-24 |
| |/ / |/| | | |||
* | | | Unskip reflection unit test since proto is fixed | Mehrdad Afshari | 2017-08-22 |
| | | | |||
* | | | Master version bump to 1.7.x | David Garcia Quintas | 2017-08-16 |
| | | | |||
* | | | split tsi library into two | jiangtaoli2016 | 2017-08-09 |
| | | | |||
* | | | Update build rule | jiangtaoli2016 | 2017-08-07 |
| | | | |||
* | | | Revert "Revert "Add TSI zero-copy frame protector"" | Jiangtao Li | 2017-08-07 |
| | | | |||
* | | | Revert "Add TSI zero-copy frame protector" | Jiangtao Li | 2017-08-07 |
| | | | |||
* | | | split tsi into two libraries: tsi_interface and tsi | jiangtaoli2016 | 2017-08-04 |
| | | | |||
* | | | Merge branch 'master' into tsi_grpc | jiangtaoli2016 | 2017-08-04 |
|\ \ \ | |||
| * \ \ | Merge pull request #11964 from nathanielmanistaatgoogle/grpc_testing | Nathaniel Manista | 2017-08-04 |
| |\ \ \ | | | |/ | | |/| | gRPC Python test infrastructure. | ||
| | * | | gRPC Python test infrastructure | Nathaniel Manista | 2017-08-03 |
| | | | | | | | | | | | | | | | | (The channel-related second part of it.) | ||
| * | | | Add support for service configs to c-ares resolver. | Mark D. Roth | 2017-08-03 |
| | | | | |||
* | | | | minor fix | jiangtaoli2016 | 2017-08-02 |
| | | | | |||
* | | | | Add TSI zero-copy frame protector | jiangtaoli2016 | 2017-07-28 |
| | | | | |||
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 | ncteisen | 2017-07-28 |
| |\ \ \ | |/ / / |/| | | | |||
* | | | | Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testing | Nathaniel Manista | 2017-07-25 |
|\ \ \ \ | | |/ / | |/| | | gRPC Python test infrastructure. | ||
* | | | | Add classifiers to package details | Ken Payson | 2017-07-25 |
| | | | | |||
| * | | | gRPC Python test infrastructure | Nathaniel Manista | 2017-07-25 |
| | | | | | | | | | | | | | | | | (The time-related first part of it, anyway.) | ||
| | | * | Build simplification | Craig Tiller | 2017-07-19 |
| | | | | |||
| | * | | Pull flow control into one module | ncteisen | 2017-07-18 |
| |/ / |/| | | |||
| | * | Add a simple stats framework to gRPC C core | Craig Tiller | 2017-07-18 |
| |/ |/| | |||
* | | Merge pull request #11607 from yihuazhang/tsi_init | Mark D. Roth | 2017-07-18 |
|\ \ | | | | | | | Add GTS plugin | ||
* \ \ | Merge pull request #11859 from nathanielmanistaatgoogle/gitignore | Nathaniel Manista | 2017-07-17 |
|\ \ \ | | |/ | |/| | Narrow src/python/.gitignore to only what it needs to ignore. | ||
| * | | Narrow .gitignore to only what it needs to ignore | Nathaniel Manista | 2017-07-17 |
| | | | | | | | | | | | | | | | | | | "proto" and "*.egg-info/" are no longer generated, "src/" can be narrowed to "/src/", and "*_pb2.py" and "*_pb2_grpc.py" are covered by .gitignore files in parent directories. | ||
| | * | Add GTS plugin | Yihua Zhang | 2017-07-17 |
| | | | |||
* | | | Merge pull request #11189 from muxi/stream_compression | Muxi Yan | 2017-07-17 |
|\ \ \ | | | | | | | | | Implement stream compression lib module | ||
* | | | | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| |_|/ |/| | | |||
* | | | Merge pull request #11145 from vjpai/inproc3 | Vijay Pai | 2017-07-15 |
|\ \ \ | | | | | | | | | In-process transport | ||
| * | | | Create inproc transport, add relevant tests, exclude irrelevant tests | Vijay Pai | 2017-07-14 |
| | | | | |||
* | | | | Adding a few owners for /src/python/grpcio/grpc_core_dependencies.py | Nicolas "Pixel" Noble | 2017-07-14 |
| | | | | |||
* | | | | Add `set noparent` to Python OWNER files | Mehrdad Afshari | 2017-07-13 |
| | | | | |||
* | | | | Add @mehrdada to python OWNERS | Mehrdad Afshari | 2017-07-13 |
|/ / / | |||
* | | | Merge pull request #11310 from nicolasnoble/import | Nicolas Noble | 2017-07-13 |
|\ \ \ | | | | | | | | | Import mutations. | ||
* | | | | Strawman OWNERS --> CODEOWNERS script | Craig Tiller | 2017-07-13 |
| | | | | |||
* | | | | Merge pull request #11738 from mehrdada/canonica-urls | Mehrdad Afshari | 2017-07-11 |
|\ \ \ \ | | | | | | | | | | | Use https://grpc.io consistently as the canonical URL | ||
* | | | | | Revert "Remove lockfree-stack implementation that is no longer used" | Ken Payson | 2017-07-10 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21. | ||
| * | | | | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 |
|/ / / / |