Craig Tiller
8cf0ed03d1
Fix mac build
9 years ago
Craig Tiller
ebc7ef268c
Mac build fixes
9 years ago
Craig Tiller
c16b954681
Merge pull request #3295 from jboeuf/auth_asan_fix_0_11
...
Fixing #3286
9 years ago
Craig Tiller
5ea5dc26e7
Merge pull request #3275 from dgquintas/uri_query_fragments
...
Added queries and fragments to uri parser
9 years ago
Craig Tiller
138de60a1e
Merge pull request #3174 from vjpai/shutitdown2
...
Put timeout on QPS test server shutdown
9 years ago
Yang Gao
2df0f39553
Merge pull request #2533 from dgquintas/compression-accept-encoding
...
Enable servers to disable compression algorithms
9 years ago
Craig Tiller
6b8046375e
Fix typo
9 years ago
Craig Tiller
6a6b36c503
Enable -Wconversion
9 years ago
Craig Tiller
2ed498151d
Fix typo
9 years ago
Craig Tiller
f96dfc3cf8
First round of fixing up implicit 64->32 bit conversions
9 years ago
Craig Tiller
0ebfaa04b0
Merge github.com:grpc/grpc into immolating-conversion
9 years ago
Craig Tiller
841c880c2b
Core compiles with -Wsign-conversion
9 years ago
Jan Tattermusch
20943b0874
Merge pull request #3318 from tbetbetbe/grpc-docker-remove-redundant-dockerfiles
...
Remove redundant docker files from grpc repo
9 years ago
Craig Tiller
32ca48ce0b
Core compiles with -Wsign-conversion
9 years ago
Craig Tiller
be947697d7
Merge github.com:grpc/grpc into immolating-conversion
9 years ago
Tim Emiola
6ff393f405
Remove redundant docker files from grpc repo
9 years ago
David Garcia Quintas
3924fcb1c0
Merge remote-tracking branch 'origin/lb_registry' into rr_with_registry
9 years ago
David Garcia Quintas
fe7a6368fc
Usage of ?lb_policy=xxx in sockaddr_resolver
...
Plus test tweaks and final touches to round robin policy
9 years ago
Craig Tiller
3121fd4d75
Sign conversion fixes
9 years ago
Masood Malekghassemi
20f196af08
Merge pull request #3285 from nathanielmanistaatgoogle/beta-documentation
...
Python Beta documentation
9 years ago
Nathaniel Manista
061d288f55
Beta Python documentation correction and update
9 years ago
Nathaniel Manista
43b2910f4d
Merge pull request #3315 from soltanmm/release
...
Fix Python docgen.
9 years ago
Masood Malekghassemi
38fc0bb3d5
Fix Python docgen
...
The old package directory handling was stale in grpcio's setup.py
command support module and docgen had a typo.
9 years ago
Nathaniel Manista
8363177229
Merge pull request #3314 from soltanmm/release
...
Make betaness explicit by setting Python version to 0.11.0b0.
9 years ago
Masood Malekghassemi
6c99ad0b76
Python version set to 0.11.0b0
9 years ago
David Garcia Quintas
1db5a8b30d
Fixed typo from bad merge
9 years ago
David Garcia Quintas
c7705c7c47
Introduced grpc_lb_policy_args
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
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