- Dec 03, 2016
-
-
Masood Malekghassemi authored
Almost fixes #8753 (which still needs a test).
-
- Oct 28, 2016
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
To support magical internal build processes, the pb2 files need to be split into pure-proto and gRPC parts. This performs that split and further fixes bad module names in the test harness that interfered with the intended test implementation. An unfortunate side effect, due to limitations of protoc and holdover behavior we must support in major version 1.x, is that trash files are generated in split generation. This shouldn't be a problem in normal protoc plugin use.
-
- Sep 29, 2016
-
-
Nicolas "Pixel" Noble authored
-
- Sep 22, 2016
-
-
siddharthshukla authored
Add docstrings mentioning that the Beta API is deprecated post 0.14.x in - PrintBetaServicer - PrintBetaStub - PrintBetaServerFactory - PrintBetaStubFactory
-
- Jul 12, 2016
-
-
Masood Malekghassemi authored
-
- Jul 01, 2016
-
-
Masood Malekghassemi authored
-
- Jun 29, 2016
-
-
Masood Malekghassemi authored
-
- Jun 13, 2016
-
-
Nathaniel Manista authored
-
- May 11, 2016
-
-
Ken Payson authored
-
- May 04, 2016
-
-
yang-g authored
-
- Apr 28, 2016
-
-
Masood Malekghassemi authored
-
- Mar 31, 2016
-
-
Craig Tiller authored
-
- Mar 18, 2016
-
-
Leifur Halldor Asgeirsson authored
-
- Feb 02, 2016
-
-
Alistair Veitch authored
-
- Jan 22, 2016
-
-
David Garcia Quintas authored
-
- Jan 19, 2016
-
-
Nathaniel Manista authored
These changes should have been included in dc8c3239.
-
- Jan 16, 2016
-
-
Nathaniel Manista authored
-
- 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
-