- Sep 05, 2015
-
-
Nathaniel Manista authored
(1) Renamed the "beta" module "implementations" because it hasn't been monolithic since "interfaces" was factored out of it a few changes back. (2) Moved ChannelConnectivity from grpc.beta.beta to grpc.beta.interfaces since it is constants that don't depend on the beta implementation. (3) Moved the Server interface definition from grpc.beta.beta to grpc.beta.interfaces since it is an interface. (4) Dropped the "create_" prefix from "create_<...>_channel" functions to better match the other creation functions throughout the codebase.
-
- Aug 31, 2015
-
-
Nathaniel Manista authored
-
- Aug 22, 2015
-
-
yang-g authored
-
- Jul 28, 2015
-
-
Vijay Pai authored
grpc namespace and not supported by older compilers. Not sure why I didn't catch this earlier.
-
- Jun 25, 2015
-
-
Craig Tiller authored
Clean up anything that failed
-
- Apr 06, 2015
-
-
Nathaniel Manista authored
-
- Mar 30, 2015
-
-
Nathaniel Manista authored
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.
-
- Mar 24, 2015
-
-
Vijay Pai authored
-
- Mar 21, 2015
-
-
Masood Malekghassemi authored
-
- Mar 18, 2015
-
-
Masood Malekghassemi authored
This is part of a change to ease internal usage of GRPC.
-
Masood Malekghassemi authored
Refactors early_adopter such that interface-specific code is located in the framework module as a submodule `alpha`.
-
- Mar 17, 2015
-
-
Nathaniel Manista authored
-
- Mar 11, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Mar 02, 2015
-
-
Nathaniel Manista authored
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.
-
- Feb 27, 2015
-
-
Nicolas "Pixel" Noble authored
-
Craig Tiller authored
-
- Feb 26, 2015
-
-
Craig Tiller authored
-
Masood Malekghassemi authored
Fixes module path finding in the Python code generator and the signatures of generated servicer methods.
-
- Feb 25, 2015
-
-
Nicolas "Pixel" Noble authored
-
Masood Malekghassemi authored
-
- Feb 20, 2015
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-