Muxi Yan
f5262fe259
Update objc examples to use v2 API
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
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
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
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
John Luo
2ec339d4c9
Update aspnetcore interop scripts to use activate.sh
6 years ago
apolcyn
8054a731d1
Merge pull request #18727 from grpc/revert_compression
...
Revert "Merge pull request #18564 from grpc/compression"
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
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
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
Jan Tattermusch
e0d2ffe325
fixup ForwardedTypes.cs
6 years ago
Nicolas Noble
58c894fb9e
Merge pull request #18694 from abmahdy/master
...
Disable Nagle algorithm in Windows
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
Jan Tattermusch
4bce14921d
Merge pull request #18652 from jtattermusch/client_api_prepare
...
Make CallCredentials implementation agnostic (prepare for move to Grpc.Core.Api)
6 years ago
Yash Tibrewal
8e407f74b7
Merge pull request #18630 from yashykt/lamechannelinterception
...
Make C++ Channel Interceptors work for lame channels
6 years ago
Karthik Ravi Shankar
6e647d20a0
Merge pull request #18063 from nicolasnoble/completion-queue-fold
...
Folding CompletionQueue and ServerCompletionQueue.
6 years ago
Yash Tibrewal
8e195ddeb9
Merge branch 'master' into lamechannelinterception
6 years ago
Richard Belleville
5afd77398e
Implement compression API within gRPC Python.
6 years ago
Yash Tibrewal
aa908cdd8d
Merge pull request #18556 from yashykt/unixpath
...
Explicitly call getsockname after accept for unix sockets to get the sun_path
6 years ago
Yash Tibrewal
3d0788a242
Merge pull request #18586 from yashykt/svc_cfg1
...
Global Registry for Service Config Parsers
6 years ago