Muxi Yan
e9ecccaf03
Add test case for async dispatch
6 years ago
Mark D. Roth
62d9be1533
Merge pull request #18631 from markdroth/pare_down_channel_args_api
...
Move functions for individual args out of channel_args.{h,cc}.
6 years ago
Mark D. Roth
acfe2a0b16
Merge pull request #18489 from markdroth/c++_client_channel_channel_data
...
Convert client_channel channel_data to C++
6 years ago
SataQiu
b416019f72
fix spelling errors of include/*
6 years ago
Nicolas Noble
54f8cdd1fd
Merge pull request #16527 from swift-nav/silverjam/buildroot-cross-compile
...
Don't overwrite HOST_* make variables
6 years ago
apolcyn
e40ad2fe10
Merge pull request #18713 from zhangkun83/java_1_20_0
...
Add grpc-java 1.20.0 to test matrix.
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
63777c714f
Merge pull request #18628 from markdroth/remove_error_from_connectivity_state_tracker
...
Remove error from connectivity state tracking.
6 years ago
Muxi Yan
60795e24ed
Merge pull request #18749 from muxi/fix-generated-deprecation
...
Remove unwanted deprecation notice on v2 api
6 years ago
Richard Belleville
751e5375b0
Merge pull request #18762 from grpc/revert_resolver_test
...
Revert "Merge pull request #18547 from lidizheng/fix-gevent"
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
Richard Belleville
55bbf1cc1c
Merge pull request #18732 from grpc/compression_reversion_reversion
...
Unrevert Python Compression
6 years ago
Juanli Shen
01cd1585f7
Merge pull request #18677 from AspirinSJL/fix_error_msg
...
Fix error message upon pick failure
6 years ago
Jan Tattermusch
7ca4bd80a0
Merge pull request #18706 from SataQiu/fix-spell-20190410
...
Fix some spell errors
6 years ago
Jan Tattermusch
1d9e442b4d
Merge pull request #18707 from SataQiu/fix-repeated-words
...
Clean up repeated words
6 years ago
Jan Tattermusch
d800f40604
Merge pull request #18748 from billfeng327/feature/rbe-windows
...
Windows rbe for Kokoro CI
6 years ago
Jan Tattermusch
d5769552c6
Merge pull request #18280 from nlopezgi/master
...
Setup rbe_autoconfig for gRPC builds that use RBE
6 years ago
Yang Gao
d418c42f1e
Merge pull request #18555 from yang-g/proto_h
...
Add options to support alternative extension for include files
6 years ago
yang-g
5545c9337c
Merge branch 'master' of https://github.com/grpc/grpc into proto_h
6 years ago
rmstar
093861a67e
Merge pull request #18735 from rmstar/mactests
...
Run ObjC tests on MacOS
6 years ago
Lidi Zheng
09d1011663
Merge pull request #18547 from lidizheng/fix-gevent
...
Fix gevent segfault with C-Ares as DNS resolver
6 years ago
Muxi Yan
78c887e337
Remove unwanted deprecation notice on v2 api
6 years ago
Bill Feng
9ebde5ecce
removed debug output
6 years ago
Bill Feng
85100a780f
windows rbe for Kokoro CI
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
apolcyn
e076a30f16
Merge pull request #18747 from apolcyn/revert_18733
...
Revert #18733
6 years ago
Alexander Polcyn
4ba81610ee
Revert "Update the upb submodule for proto.oneof fix in generated code."
...
This reverts commit 2975571fd3
.
6 years ago
Alexander Polcyn
1ed8b62508
Revert "Update upb-generated code for xds api"
...
This reverts commit cebc65b947
.
6 years ago
Nicolas Noble
f03d392518
Merge pull request #18729 from beasleyr-vmw/topic/beasleyr-vmw/grpc-glibc-pre-217
...
include linux/tcp.h on Linux pre-glibc 2.17
6 years ago
Prashant Jaikumar
dc3cac64a4
Run ObjC tests on MacOS
6 years ago
Muxi Yan
3fe00005cd
Merge pull request #18719 from grpc/fix-cert-search
...
Fix bug that default root certificates file cannot be found on mac
6 years ago
Muxi Yan
8c0416c77a
clang-format
6 years ago
vishalpowar
da818e887f
Merge pull request #18733 from vishalpowar/update_upb_submodule
...
Update the upb submodule for proto.oneof fix in generated code.
6 years ago
apolcyn
5d05b9407b
Merge pull request #18734 from apolcyn/revert_17932
...
Revert "Introduce C++ wrappers for gpr_mu and gpr_cv."
6 years ago
Jan Tattermusch
452a07e6e8
Merge pull request #18714 from JunTaoLuo/johluo/update-interop
...
Update aspnetcore interop scripts to fix the interop build
6 years ago
Jan Tattermusch
788e5fd0f8
workaround the need to source activate.sh
6 years ago
Vishal Powar
cebc65b947
Update upb-generated code for xds api
6 years ago
Alexander Polcyn
880796e8ba
Revert "Ban std:: sync constructs"
...
This reverts commit bb8ba4547a
.
6 years ago
Alexander Polcyn
a31e86b780
Revert remaining conversions
6 years ago
Alexander Polcyn
d09c9f8e20
Revert "Introduce C++ wrappers for gpr_mu and gpr_cv."
...
This reverts commit a26c09dd25
.
6 years ago
Vishal Powar
2975571fd3
Update the upb submodule for proto.oneof fix in generated code.
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
John Luo
2ec339d4c9
Update aspnetcore interop scripts to use activate.sh
6 years ago
Nicolas Lopez
a32b1eb765
Merge branch 'master' into master
6 years ago