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
Eric Anderson
dedbcf453b
Merge branch 'master' into sed-jessie-updates
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
apolcyn
8054a731d1
Merge pull request #18727 from grpc/revert_compression
...
Revert "Merge pull request #18564 from grpc/compression"
6 years ago
Muxi Yan
03abfea1e1
Fix a unary call bug
6 years ago
Jan Tattermusch
c3d3cf8053
Merge pull request #18726 from jtattermusch/macos_bazel_0_23_2
...
Use bazel 0.23.2 for macos bazel build
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
Jan Tattermusch
453cde5fb9
use bazel 0.23.2 for macos bazel build
6 years ago
Muxi Yan
21e3fd490a
Merge pull request #18699 from muxi/update-cfstream-doc-default
...
Update CFStream doc to reflect recent changes
6 years ago
Muxi Yan
e301da23bc
Merge pull request #18722 from muxi/fix-cronet-crash-execute_from_storage
...
Fix cronet crash on execute_from_storage
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
Vijay Pai
ea59977fbc
Merge pull request #18687 from vjpai/cancel_order
...
C++ Callback API: Make sure that OnCancel happens after OnStarted
6 years ago
Muxi Yan
9cc9456697
Fix certificate search on mac
6 years ago
Nicolas Noble
8777f9cc21
Merge pull request #18717 from grpc/grpc_namespace_server_revert
...
Revert "Merge pull request #18458 from grpc/grpc_namespace_server"
6 years ago
Vijay Pai
ec06d677e2
Merge pull request #16681 from arrowd/master
...
Fix various tests on FreeBSD.
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
e8b2bced4d
Merge pull request #18715 from grpc/revert-18198-revert-18076-revert-17797-channel
...
Revert "Revert "Revert "Folding the Channel class into the grpc_impl namespace."""
6 years ago
vishalpowar
894c4b1852
Merge pull request #18529 from vishalpowar/xds_lrs_code_gen
...
Add upb generated code and build rule for lrs protocol.
6 years ago
Richard Belleville
9dfeb14be0
Merge pull request #18564 from grpc/compression
...
Add Python Compression Porcelain
6 years ago