Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a metadata_transformer to the Python stub. | Nathaniel Manista | 2015-04-06 |
| | |||
* | Unify early_adopter construction functions | Nathaniel Manista | 2015-03-30 |
| | | | | | | | | It was awkward for the generated code to call an API that offered both insecure_server and secure_server as well as insecure_stub and secure_stub. With this change there is just a single server function and a single stub function and security is decided based on arguments passed. | ||
* | Elminate range-based fors and work around some other limitations in older ↵ | Vijay Pai | 2015-03-24 |
| | | | | compilers | ||
* | Sanitize Python plugin | Masood Malekghassemi | 2015-03-20 |
| | |||
* | Make Python package spec indirect | Masood Malekghassemi | 2015-03-18 |
| | | | | This is part of a change to ease internal usage of GRPC. | ||
* | Factor out interface-specific early_adopter code | Masood Malekghassemi | 2015-03-17 |
| | | | | | Refactors early_adopter such that interface-specific code is located in the framework module as a submodule `alpha`. | ||
* | Add service name to Python early_adopter | Nathaniel Manista | 2015-03-16 |
| | |||
* | Removing the `using std::string` in the python plugin code. | Nicolas "Pixel" Noble | 2015-03-11 |
| | |||
* | Update Python codegen to early_adopter interface | Nathaniel Manista | 2015-03-02 |
| | | | | | | With this change the Python code generated by the Python code generator uses the grpc.early_adopter package and not the grpc.framework.face package. | ||
* | Removing private protobuf header inclusion. | Nicolas "Pixel" Noble | 2015-02-27 |
| | |||
* | Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++ | Craig Tiller | 2015-02-26 |
|\ | |||
* | | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 |
| | | |||
| * | Fix bugs in Python code generator | Masood Malekghassemi | 2015-02-26 |
|/ | | | | | Fixes module path finding in the Python code generator and the signatures of generated servicer methods. | ||
* | Removing emplace from python plugin. | Nicolas "Pixel" Noble | 2015-02-25 |
| | |||
* | Updated Python protoc plugin testing. | Masood Malekghassemi | 2015-02-24 |
| | |||
* | Removed unused/wrong generated Python code imports from Python codegen. | Masood Malekghassemi | 2015-02-19 |
| | |||
* | Added protoc plugin for Python GRPC. | Masood Malekghassemi | 2015-02-19 |