- Sep 23, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Sep 09, 2015
-
-
Jorge Canizales authored
-
Michael Lumish authored
Bump version of gRPC.podspec to 0.11
-
Jorge Canizales authored
-
Masood Malekghassemi authored
Make servers and stubs context managers
-
Jorge Canizales authored
Technically unnecessary, but for consistency with the other beta releases.
-
Masood Malekghassemi authored
Beta maintenance of Python dependencies
-
- Sep 08, 2015
-
-
Nicolas Noble authored
Remove check for no workers
-
Craig Tiller authored
I *believe* this is actually safe, and the assert was errantly copy-pasted a while back. Fixes #3022
-
Nathaniel Manista authored
(1) Move dependency on protobuf from grpcio to grpcio_test. While the most-commonly-foreseen use case of grpcio makes use of protobuf, technically protobuf is not strictly needed and there's no actual in-code relationship between grpcio and protobuf. (2) Loosen the dependency on protobuf from ==3.0.0a3 to >=3.0.0a3. (3) Update all references to 0.10.0* to 0.11.0. (4) Alphabetize the grpcio_test dependencies.
-
Nathaniel Manista authored
Servers and stubs were context managers in the Alpha API; they may not need to be in the Beta API but it's easy enough to do, eases migration, and probably helps some use cases. For now the stub is given empty __enter__ and __exit__ methods; we can always come back and implement the actual work of context management in a later change.
-
Nicolas Noble authored
Guard against empty vector
-
Masood Malekghassemi authored
Final beta API cleanup
-
Masood Malekghassemi authored
The gRPC protocol objects
-
- Sep 07, 2015
-
-
Masood Malekghassemi authored
Plumb protocol objects through RPC Framework core
-
- 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.
-
Nathaniel Manista authored
-
Nathaniel Manista authored
-
- Sep 04, 2015
-
-
Michael Lumish authored
Use service account credentials for per RPC test
-
Jan Tattermusch authored
-
Michael Lumish authored
Update interop tests
-
Yang Gao authored
Fix a case where :status could be returned to applications
-
Tim Emiola authored
Update debian install instructions
-
Stanley Cheung authored
-
Masood Malekghassemi authored
Initial work on protocol objects
-
Craig Tiller authored
-
Craig Tiller authored
Fixing bad_client test.
-
Craig Tiller authored
Fixing lingering bytes clipping issue on socket shutdown.
-
Craig Tiller authored
Fix compilation
-
Craig Tiller authored
-
Nicolas "Pixel" Noble authored
Before destroying an endpoint, shut it down properly.
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Nicolas Noble authored
For more information, see comments on https://msdn.microsoft.com/en-us/library/windows/desktop/ms738547(v=vs.85).aspx
-
Nicolas Noble authored
Fixes a couple of tests on Windows
-
Nicolas Noble authored
Moar Windows fixes
-
Yang Gao authored
Fix flow control issues
-
Craig Tiller authored
-
Nicolas Noble authored
Try even harder to disable PDB generation
-
Craig Tiller authored
Even if the stream was cancelled, notify of its state change.
-