murgatroid99
2f2899203b
Make cares resolver opt-in with libuv
6 years ago
Mark D. Roth
a09d705dbf
Convert client_channel call_data to C++.
6 years ago
Yash Tibrewal
576828696a
Add parsing tests
6 years ago
Yash Tibrewal
116ce0fb24
Use health check parser
6 years ago
Yash Tibrewal
2c4c8438cc
Message size filter parser and health check parser
6 years ago
Yash Tibrewal
813865acaf
Adding service config parser
6 years ago
Mike Moore
b47f2048b8
Log ParseError raised in BadStatus#to_rpc_status
6 years ago
murgatroid99
a84d188021
Don't use 'new' or 'delete'
6 years ago
murgatroid99
41871bf7de
Add cares glue for libuv event loop
6 years ago
Richard Belleville
f6dfcf8966
Add configurable list of module prefixes to be stripped in Python gRPC protoc plugin.
6 years ago
Mike Moore
0fa7cf9194
Update Add BadStatus#to_status documentation
6 years ago
Mike Moore
71db662452
Add tests for error methods
6 years ago
Mike Moore
7afc6dbae3
Update BadStatus#to_rpc_status
...
Change the implementation to no longer raise when the rpc_status
protobuf value cannot be properly decoded.
Update the documentation.
6 years ago
Soheil Hassas Yeganeh
212e4b8657
Retire the GRPC_ARENA_INIT_STRATEGY env variable.
...
This is in the hot path and it is not needed anymore.
Remove it for good.
6 years ago
Lidi Zheng
0d9b4212f8
Cleanup Clang Tidy errors
6 years ago
Soheil Hassas Yeganeh
2b9448a71c
Revert "Revert "Introduce C++ wrappers for gpr_mu and gpr_cv.""
...
This reverts commit d09c9f8e20
.
6 years ago
yang-g
6929cdd654
initial
6 years ago
Lidi Zheng
09d18aa659
Propagate KeyboardInterrupt above completion queue
6 years ago
Lidi Zheng
123fd943f1
Revert "Revert "Merge pull request #18547 from lidizheng/fix-gevent""
...
This reverts commit a922bd7a03
.
6 years ago
Yihua Zhang
ef4508ca0d
fix memory leaks in ssl credential reload.
6 years ago
Muxi Yan
e9ecccaf03
Add test case for async dispatch
6 years ago
Muxi Yan
75e7e18927
Fix concurrent writer dispatch queue
6 years ago
Mark D. Roth
38220243b0
Convert client_channel channel_data to C++.
6 years ago
Mark D. Roth
432c97e1ba
Remove error from connectivity state tracking.
6 years ago
Richard Belleville
a922bd7a03
Revert "Merge pull request #18547 from lidizheng/fix-gevent"
...
This reverts commit 09d1011663
, reversing
changes made to e076a30f16
.
6 years ago
Jean de Klerk
a19d8dcfb5
docs: add note about retrying UNAVAILABLE
...
release note: no
6 years ago
Lidi Zheng
ae72bf76b3
Regenerate projects
6 years ago
Mike Moore
f370542dd6
Add BadStatus#to_rpc_status
6 years ago
Muxi Yan
78c887e337
Remove unwanted deprecation notice on v2 api
6 years ago
Lidi Zheng
5721c518d9
Add DNS resolver test & Disable C-Ares for custom iomgr
6 years ago
Prashant Jaikumar
1e16b1811a
remove commented out line
6 years ago
Prashant Jaikumar
a7f1aae343
InteropTestsMac->MacTests
6 years ago
Alexander Polcyn
1ed8b62508
Revert "Update upb-generated code for xds api"
...
This reverts commit cebc65b947
.
6 years ago
Prashant Jaikumar
dc3cac64a4
Run ObjC tests on MacOS
6 years ago
Muxi Yan
8c0416c77a
clang-format
6 years ago
Vishal Powar
cebc65b947
Update upb-generated code for xds api
6 years ago
Alexander Polcyn
d09c9f8e20
Revert "Introduce C++ wrappers for gpr_mu and gpr_cv."
...
This reverts commit a26c09dd25
.
6 years ago
Richard Belleville
392ffea8d5
Fix tests for internal runs
6 years ago
Ryan Beasley
d47f2d5cc9
include linux/tcp.h on Linux pre-glibc 2.17
...
Bazel 0.24.0 upgraded grpc from 1.13.0 to 1.18.0, and the latter makes use of
the TCP_USER_TIMEOUT socket option. Problem: grpc conditions the option on
the Linux kernel version but sources the option from glibc's `netinet/tcp.h`.
glibc != Linux kernel, and that option wasn't imported to glibc until 2.17.
We can't just build Bazel with glibc 2.17 because we still have to support
CentOS 6 dev nodes which ship with glibc 2.12. So instead this change
tweaks the grpc headers to conditionally include <linux/tcp.h> instead of
<netinet/tcp.h>.
Resolves https://github.com/grpc/grpc/issues/18728 .
6 years ago
Karthik Ravi Shankar
62fb156122
Fold CompletionQueue and ServerCompletionQueue into grpc_impl
6 years ago
Richard Belleville
f900eec41d
Revert "Merge pull request #18727 from grpc/revert_compression"
...
This reverts commit 8054a731d1
, reversing
changes made to c3d3cf8053
.
6 years ago
Karthik Ravi Shankar
2554f122c1
Remove unecessary files
6 years ago
Karthik Ravi Shankar
973fa6950e
Fold Channel into grpc_impl from grpc namespace
6 years ago
Muxi Yan
03abfea1e1
Fix a unary call bug
6 years ago
Richard Belleville
167540efd4
Revert "Merge pull request #18564 from grpc/compression"
...
This reverts commit 9dfeb14be0
, reversing
changes made to 7009f2df58
.
6 years ago
Muxi Yan
56d09be51d
Update CFStream doc
6 years ago
Muxi Yan
da0b2a8cf1
clang-format
6 years ago
Muxi Yan
f371fce887
Remove previous fix proposal proved to be wrong
6 years ago
Muxi Yan
bec72481b5
Fix thread safety issue
6 years ago
Karthik Ravi Shankar
2e88231fc0
Revert "Revert "Merge pull request #18458 from grpc/grpc_namespace_server""
6 years ago