| Commit message (Collapse) | Author | Age |
|\
| |
| | |
Fixed a couple of incorrect "this" references in Node library
|
|\ \
| | |
| | | |
Don't do .Wait() in async context.
|
|/ /
| |
| | |
Failing to use await can result in deadlock. This is likely to be the cause of shutdown hangs in #3347.
|
|/ |
|
|\
| |
| | |
grpc++.h was not installed
|
| | |
|
|/ |
|
|\
| |
| | |
Remove leftover debug logs.
|
|\ \
| | |
| | | |
Fixing #3286
|
|\ \ \
| | | |
| | | | |
Python Beta documentation
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix Python docgen.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The old package directory handling was stale in grpcio's setup.py
command support module and docgen had a typo.
|
|\| | | |
| | | | |
| | | | | |
Make betaness explicit by setting Python version to 0.11.0b0.
|
|/ / / / |
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | | |
Bump version of gRPC.podspec to 0.11
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Make servers and stubs context managers
|
| |/ / /
|/| | |
| | | |
| | | | |
Technically unnecessary, but for consistency with the other beta releases.
|
| |_|/
|/| |
| | |
| | |
| | | |
- We cannot use call_data after the final callback as this one may
trigger the deletion of the call object (hence the call_data).
|
|\ \ \
| | | |
| | | | |
Beta maintenance of Python dependencies
|
|\ \ \ \
| | | | |
| | | | | |
Remove check for no workers
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I *believe* this is actually safe, and the assert was errantly
copy-pasted a while back.
Fixes #3022
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
(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.
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| |_|/ /
|/| | | |
Guard against empty vector
|
|\ \ \ \
| | |_|/
| |/| | |
Final beta API cleanup
|
|\ \ \ \
| |_|_|/
|/| | | |
The gRPC protocol objects
|
|\ \ \ \
| | | | |
| | | | | |
Plumb protocol objects through RPC Framework core
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(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.
|
| |/ / |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
jtattermusch/service_account_creds_for_per_rpc_test
Use service account credentials for per RPC test
|
| | | | |
|
|\| | |
| | | |
| | | | |
Update interop tests
|
|\ \ \ \
| | | | |
| | | | | |
Fix a case where :status could be returned to applications
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update debian install instructions
|
|/ / / / / |
|
|\ \ \ \ \
| | |_|/ /
| |/| | | |
Initial work on protocol objects
|
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fixing bad_client test.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fixing lingering bytes clipping issue on socket shutdown.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix compilation
|
| | | | | | | |
|
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
Before destroying an endpoint, shut it down properly.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
For more information, see comments on
https://msdn.microsoft.com/en-us/library/windows/desktop/ms738547(v=vs.85).aspx
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fixes a couple of tests on Windows
|