Yash Tibrewal
1ab9ffe5c0
Do not add message size filter for minimal stack
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
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
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
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
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
Richard Belleville
f900eec41d
Revert "Merge pull request #18727 from grpc/revert_compression"
...
This reverts commit 8054a731d1
, reversing
changes made to c3d3cf8053
.
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
Muxi Yan
9cc9456697
Fix certificate search on mac
6 years ago
Soheil Hassas Yeganeh
e85dd2e644
Fix build errors
6 years ago
Karthik Ravi Shankar
f03b309787
Revert "Merge pull request #18458 from grpc/grpc_namespace_server"
...
This reverts commit dc1089a6d1
, reversing
changes made to 31843787cc
.
This change also includes - Revert "Merge pull request #17932 from soheilhy/gprpp-mutex"
This reverts commit df4b6a763d
, reversing
changes made to dc1089a6d1
.
6 years ago
Karthik Ravi Shankar
dad3f34207
Revert "Revert "Revert "Folding the Channel class into the grpc_impl namespace."""
6 years ago
Vijay Pai
41c6cba9f5
Make sure that OnCancel happens after OnStarted
6 years ago
Karthik Ravi Shankar
891b6cf7ae
Revert "Folding CompletionQueue and ServerCompletionQueue."
6 years ago
SataQiu
44f92cdd17
clean up repeated words
6 years ago
Jan Tattermusch
e0d2ffe325
fixup ForwardedTypes.cs
6 years ago
Jan Tattermusch
ef4ee8eca8
update ForwardedTypes.cs
6 years ago
Jan Tattermusch
5a97383283
move CallInvoker and its prerequisites to Grpc.Core.Api
6 years ago
Jan Tattermusch
05529154e7
move Async*Call classes to Grpc.Core.Api
6 years ago
Yash Tibrewal
2378ddcd51
Add service config to call context
6 years ago
Richard Belleville
5afd77398e
Implement compression API within gRPC Python.
6 years ago
Vishal Powar
df3d5bc8f7
Add upb generated code and build rule for lrs protocol.
6 years ago
Yash Tibrewal
2b7cab0d41
Remove check on error
6 years ago
Ahmed Mahdy
b4e94b652d
Fix formatting
6 years ago
Yash Tibrewal
917d025f03
Fix diff between num_entries and idx of path
6 years ago
Jan Tattermusch
d171c74c9d
address PR feedback
6 years ago