Craig Tiller
a32cd49ed8
Update template to latest changes
10 years ago
Craig Tiller
d136a5c44c
grpc++.h was not installed
10 years ago
Nathaniel Manista
0c6177674a
Test coverage for callbacks added to Face futures
10 years ago
Nicolas Noble
a12b6e3f5a
Merge pull request #3305 from jtattermusch/remove_debug_logs
...
Remove leftover debug logs.
10 years ago
Nicolas Noble
855dbf189b
Merge pull request #3317 from grpc/release-0_11
...
Bring 0.11 into master
10 years ago
Nicolas Noble
ae7c78ca84
Merge pull request #3325 from ctiller/omg
...
Fix mac build
10 years ago
Craig Tiller
d3b21843bc
Merge pull request #3293 from pmarks-net/dnstests
...
Reintroduce DNS-based cases to dualstack_socket_test.c.
10 years ago
Craig Tiller
8cf0ed03d1
Fix mac build
10 years ago
Craig Tiller
ebc7ef268c
Mac build fixes
10 years ago
Craig Tiller
c16b954681
Merge pull request #3295 from jboeuf/auth_asan_fix_0_11
...
Fixing #3286
10 years ago
Craig Tiller
5ea5dc26e7
Merge pull request #3275 from dgquintas/uri_query_fragments
...
Added queries and fragments to uri parser
10 years ago
Craig Tiller
138de60a1e
Merge pull request #3174 from vjpai/shutitdown2
...
Put timeout on QPS test server shutdown
10 years ago
Yang Gao
2df0f39553
Merge pull request #2533 from dgquintas/compression-accept-encoding
...
Enable servers to disable compression algorithms
10 years ago
Craig Tiller
6b8046375e
Fix typo
10 years ago
Craig Tiller
6a6b36c503
Enable -Wconversion
10 years ago
Nathaniel Manista
a1880228aa
Further maintenance of Python dependencies
...
These changes probably should have been in 3b0fefb246
but
were overlooked.
10 years ago
Craig Tiller
2ed498151d
Fix typo
10 years ago
Craig Tiller
f96dfc3cf8
First round of fixing up implicit 64->32 bit conversions
10 years ago
Craig Tiller
0ebfaa04b0
Merge github.com:grpc/grpc into immolating-conversion
10 years ago
Craig Tiller
841c880c2b
Core compiles with -Wsign-conversion
10 years ago
Jan Tattermusch
20943b0874
Merge pull request #3318 from tbetbetbe/grpc-docker-remove-redundant-dockerfiles
...
Remove redundant docker files from grpc repo
10 years ago
Craig Tiller
32ca48ce0b
Core compiles with -Wsign-conversion
10 years ago
Craig Tiller
be947697d7
Merge github.com:grpc/grpc into immolating-conversion
10 years ago
Tim Emiola
6ff393f405
Remove redundant docker files from grpc repo
10 years ago
David Garcia Quintas
3924fcb1c0
Merge remote-tracking branch 'origin/lb_registry' into rr_with_registry
10 years ago
David Garcia Quintas
fe7a6368fc
Usage of ?lb_policy=xxx in sockaddr_resolver
...
Plus test tweaks and final touches to round robin policy
10 years ago
Craig Tiller
3121fd4d75
Sign conversion fixes
10 years ago
Masood Malekghassemi
20f196af08
Merge pull request #3285 from nathanielmanistaatgoogle/beta-documentation
...
Python Beta documentation
10 years ago
Nathaniel Manista
061d288f55
Beta Python documentation correction and update
10 years ago
Nathaniel Manista
43b2910f4d
Merge pull request #3315 from soltanmm/release
...
Fix Python docgen.
10 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.
10 years ago
Nathaniel Manista
8363177229
Merge pull request #3314 from soltanmm/release
...
Make betaness explicit by setting Python version to 0.11.0b0.
10 years ago
Masood Malekghassemi
6c99ad0b76
Python version set to 0.11.0b0
10 years ago
David Garcia Quintas
1db5a8b30d
Fixed typo from bad merge
10 years ago
David Garcia Quintas
c7705c7c47
Introduced grpc_lb_policy_args
10 years ago
Craig Tiller
8664ca6463
Starting to convert code to work queues
10 years ago
Jorge Canizales
1d5d4a5b35
Update protobuf submodule to v3.0.0-alpha-4.1
10 years ago
Jan Tattermusch
75290eaad7
remove excess logs
10 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.
10 years ago
Yang Gao
5e2617bafe
Merge pull request #3265 from grpc/jtattermusch-patch-1-1
...
Allow usable auth for JWT token creds interop test
10 years ago
Yang Gao
e8ebab349f
Merge pull request #3277 from vjpai/cleanup
...
Removing some unused vestiges
10 years ago
Michael Lumish
705a49a812
Merge pull request #3298 from jcanizales/move-podspec-version
...
Bump version of gRPC.podspec to 0.11
10 years ago
Craig Tiller
73b6606629
Workqueue: interface, test, and posix implementation
10 years ago
Jorge Canizales
7f51a041b4
Restrict deployment targets to the protobuf requirement.
10 years ago
Masood Malekghassemi
46ac611f1d
Merge pull request #3279 from nathanielmanistaatgoogle/context-management
...
Make servers and stubs context managers
10 years ago
Jorge Canizales
0bee681ab1
Bump version of gRPC.podspec to 0.11
...
Technically unnecessary, but for consistency with the other beta releases.
10 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).
10 years ago
David G. Quintas
8f48d4ed17
Merge pull request #3291 from jboeuf/auth_asan_fixes
...
Fixing #3286
10 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.
10 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).
10 years ago