David Garcia Quintas
c7705c7c47
Introduced grpc_lb_policy_args
9 years ago
Craig Tiller
8664ca6463
Starting to convert code to work queues
9 years ago
Jan Tattermusch
75290eaad7
remove excess logs
9 years ago
Yang Gao
374cd9b0ab
Merge pull request #3266 from grpc/jtattermusch-patch-2
...
Allow using service account credential for per_rpc_creds interop test.
9 years ago
Yang Gao
5e2617bafe
Merge pull request #3265 from grpc/jtattermusch-patch-1-1
...
Allow usable auth for JWT token creds interop test
9 years ago
Yang Gao
e8ebab349f
Merge pull request #3277 from vjpai/cleanup
...
Removing some unused vestiges
9 years ago
Michael Lumish
705a49a812
Merge pull request #3298 from jcanizales/move-podspec-version
...
Bump version of gRPC.podspec to 0.11
9 years ago
Craig Tiller
73b6606629
Workqueue: interface, test, and posix implementation
9 years ago
Jorge Canizales
7f51a041b4
Restrict deployment targets to the protobuf requirement.
9 years ago
Masood Malekghassemi
46ac611f1d
Merge pull request #3279 from nathanielmanistaatgoogle/context-management
...
Make servers and stubs context managers
9 years ago
Jorge Canizales
0bee681ab1
Bump version of gRPC.podspec to 0.11
...
Technically unnecessary, but for consistency with the other beta releases.
9 years ago
Julien Boeuf
675aee6a74
Fixing #3286
...
- We cannot use call_data after the final callback as this one may
trigger the deletion of the call object (hence the call_data).
9 years ago
David G. Quintas
8f48d4ed17
Merge pull request #3291 from jboeuf/auth_asan_fixes
...
Fixing #3286
9 years ago
Paul Marks
6a70b01239
Reintroduce DNS-based cases to dualstack_socket_test.c.
...
These were dropped before the initial release because they depended on
a hostname that was only resolvable inside Google. The newer
unittest.grpc.io domain is publicly accessible.
Allow the tests to be skipped, just in case someone is running an
isolated machine, or a DNS resolver that doesn't permit external domains
to return loopback addresses.
9 years ago
Julien Boeuf
1fe38ffb74
Fixing #3286
...
- We cannot use call_data after the final callback as this one may
trigger the deletion of the call object (hence the call_data).
9 years ago
Craig Tiller
cb01417349
Explicitly set content-type for servers
9 years ago
David Garcia Quintas
a7297eaa8f
Merge branch 'uri_query_fragments' into rr_with_registry
9 years ago
David Garcia Quintas
526789159c
Added queries and fragments to uri parser
9 years ago
Masood Malekghassemi
68fed6652e
Merge pull request #3280 from nathanielmanistaatgoogle/beta-dependencies
...
Beta maintenance of Python dependencies
9 years ago
David Garcia Quintas
49dd250565
Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding
9 years ago
David Garcia Quintas
5a9903dfec
Merge remote-tracking branch 'origin/uri_query_fragments' into rr_with_registry
9 years ago
David G. Quintas
8df85003f8
Merge pull request #3218 from yang-g/interop
...
Interop test update
9 years ago
Nicolas Noble
391a6c7786
Merge pull request #3258 from grpc/release-0_11
...
Backport of 0.11 to master
9 years ago
Nicolas Noble
82c8f71a81
Merge pull request #3281 from ctiller/the-sea-is-not-blunt
...
Remove check for no workers
9 years ago
Craig Tiller
bc81291f7e
Remove check for no workers
...
I *believe* this is actually safe, and the assert was errantly
copy-pasted a while back.
Fixes #3022
9 years ago
Nathaniel Manista
3b0fefb246
Beta maintenance of Python dependencies
...
(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.
9 years ago
Nathaniel Manista
c824eb4e90
Make servers and stubs context managers
...
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.
9 years ago
Nicolas Noble
f1a20188bd
Merge pull request #3247 from yang-g/fix_build_beta
...
Guard against empty vector
9 years ago
David Garcia Quintas
4fb049b647
Added round robin LB policy.
9 years ago
vjpai
796d0a22fc
Removing some unused vestiges
9 years ago
Masood Malekghassemi
0269c9c2ef
Merge pull request #3270 from nathanielmanistaatgoogle/beta-cleanup
...
Final beta API cleanup
9 years ago
Masood Malekghassemi
8905be0b6e
Merge pull request #3269 from nathanielmanistaatgoogle/moar-protocol-objects
...
The gRPC protocol objects
9 years ago
David Garcia Quintas
634daca1a0
Added queries and fragments to uri parser
9 years ago
Masood Malekghassemi
a4836ad77b
Merge pull request #3260 from nathanielmanistaatgoogle/protocol-objects
...
Plumb protocol objects through RPC Framework core
9 years ago
Nathaniel Manista
f65d3c1102
Beta API clean-ups
...
(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.
9 years ago
Nathaniel Manista
41abb052b8
gRPC protocol objects
9 years ago
Nathaniel Manista
13db8e517d
Plumb protocol objects through RPC Framework core
9 years ago
Michael Lumish
d91e5c651c
Merge pull request #3267 from jtattermusch/service_account_creds_for_per_rpc_test
...
Use service account credentials for per RPC test
9 years ago
Jan Tattermusch
bea7cbd9a5
use service account credentials for per RPC test
9 years ago
Jan Tattermusch
e3a65a111c
Allow using service account credential for per_rpc_creds interop test.
9 years ago
Jan Tattermusch
df2631187c
allow usable auth for JWT token creds interop test
9 years ago
Michael Lumish
350561c2d8
Merge pull request #3264 from jtattermusch/update_interop_tests
...
Update interop tests
9 years ago
Yang Gao
0496e53175
Merge pull request #3257 from ctiller/!!!!
...
Fix a case where :status could be returned to applications
9 years ago
Tim Emiola
ce7a4f639e
Merge pull request #3246 from stanley-cheung/update_debian_install_instructions
...
Update debian install instructions
9 years ago
Stanley Cheung
581846ba9b
Update debian install instructions, jessie-backports
9 years ago
Masood Malekghassemi
4e3a113909
Merge pull request #3231 from nathanielmanistaatgoogle/protocol-objects
...
Initial work on protocol objects
9 years ago
Craig Tiller
37b0044844
Fix a case where :status could be returned to applications
9 years ago
Craig Tiller
79e042d572
Merge pull request #3251 from nicolasnoble/bad-client-is-really-bad
...
Fixing bad_client test.
9 years ago
Craig Tiller
a73cae94a6
Merge pull request #3249 from nicolasnoble/windows-fixes
...
Fixing lingering bytes clipping issue on socket shutdown.
9 years ago
Craig Tiller
02128e9bbf
Merge pull request #3256 from grpc/release-0_11
...
Merging beta back to master
9 years ago