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
Karthik Ravi Shankar
00f736adda
Remove unecessary file
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
John Luo
2ec339d4c9
Update aspnetcore interop scripts to use activate.sh
6 years ago
Karthik Ravi Shankar
c93a3aaed3
Remove more files
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
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
Karthik Ravi Shankar
2e88231fc0
Revert "Revert "Merge pull request #18458 from grpc/grpc_namespace_server""
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
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
7009f2df58
Merge pull request #18712 from grpc/revert-18063-completion-queue-fold
...
Revert "Folding CompletionQueue and ServerCompletionQueue."
6 years ago
Kun Zhang
ddd10e2c4c
Add grpc-java 1.20.0 to test matrix.
6 years ago
Karthik Ravi Shankar
891b6cf7ae
Revert "Folding CompletionQueue and ServerCompletionQueue."
6 years ago
Jan Tattermusch
119be19126
Merge pull request #18532 from jtattermusch/csharp_client_api_migration
...
C#: Migrate client API types to Grpc.Core.Api
6 years ago
SataQiu
44f92cdd17
clean up repeated words
6 years ago
Jan Tattermusch
e0d2ffe325
fixup ForwardedTypes.cs
6 years ago