ncteisen
0bf39e2a13
Subchannel support to C++
7 years ago
ncteisen
b8f030bc0b
reformat
7 years ago
Yash Tibrewal
4af7ef8c1f
Reviewer comments
7 years ago
Yash Tibrewal
0ec6973b74
Revert semantic changes for fd_notify_on_*
7 years ago
ncteisen
e0ae6c73ec
Fix bug with proxy end2end test
7 years ago
Mark D. Roth
4e1e6ceda9
Fix pick_first to not throw away unused subchannels.
7 years ago
Jan Tattermusch
c2f270fe37
sync nunit version for all test projects
7 years ago
Jan Tattermusch
ec8a5f2d74
C# sanity test accepts [TestCase] attribute too
7 years ago
ncteisen
ccf04c4511
WIP
7 years ago
Jan Tattermusch
e3e7e32a7e
sync nunit version for all test projects
7 years ago
Jan Tattermusch
5f4dfaac9e
split up GeneratorTests into individual files
7 years ago
Jan Tattermusch
8a98ab97ac
fix typo in DepFileUtilTests
7 years ago
Jan Tattermusch
86df93d4e1
split up ProtoCompile tests to individual files
7 years ago
Jan Tattermusch
7a9a9f6d1a
fix tests.json
7 years ago
Jan Tattermusch
62901c1631
C# sanity test accepts [TestCase] attribute too
7 years ago
Jan Tattermusch
67c2d99189
add Grpc.Tools.Tests to SanityTest
7 years ago
Jan Tattermusch
dd06e68fef
add linux/mac net45 compilation fix to Grcp.Tools.Tests.csproj
7 years ago
Muxi Yan
d7a7c71849
clang_format
7 years ago
Vijay Pai
e509e70b2d
Obj-c doesn't have nullptr, use NULL
7 years ago
Juanli Shen
186df431de
As per review
7 years ago
Sree Kuchibhotla
f023814bff
minor comments format fix
7 years ago
Jan Tattermusch
1b59cc8606
use AtomicCounter to avoid unnecessary grpc_init invocations
7 years ago
Muxi Yan
151e30567b
Add newline to end of header
7 years ago
Vijay Pai
e84096bbe5
Experimental infrastructure for callback-based CQ
7 years ago
Sree Kuchibhotla
d760b26586
Modify comments
7 years ago
Jan Tattermusch
537503dc1a
C#: upgrade protobuf nugets to v3.6.1
7 years ago
Jan Tattermusch
69984f6682
C#: avoid shutdown crash on iOS
7 years ago
Jan Tattermusch
753f4dccd6
Add PlatformApis.IsUnityIOS
7 years ago
Juanli Shen
9b72650125
PF: Check connectivity state before watching
7 years ago
Vijay Pai
17e3611c0d
Infrastructure for adding custom polling engines
7 years ago
Sree Kuchibhotla
22f00acecb
add comments to transport
7 years ago
tdbhacks
bcd747d42d
Added system roots feature to load roots from OS trust store
...
Added a flag-guarded feature that allows gRPC to load TLS/SSL
roots from the OS trust store. This is the Linux-specific
implementation of such feature.
7 years ago
Eric Gribkoff
5a664d7260
check if channel is closed before starting core ops
7 years ago
Junhao Li
5cb99c9592
fix format
7 years ago
Alex Polcyn
5cd8b1eb81
Enable c-ares queries on Windows
7 years ago
Yash Tibrewal
db1a5962e0
Explictly Flush exec_ctx after resetting call_combiner_set_notify_on_cancel to avoid the need to take refs on the stack for cancellation closures on exec_ctx
7 years ago
Junhao Li
b9decfb35d
include cmath to fix gcc8 compilation error
...
This fix resolves the following compilation error on GCC8.1.1:
ERROR: /home/junhao/tools/grpc/BUILD:1350:1: C++ compilation of rule '//:grpcpp_server_load_reporting' failed (Exit 1)
src/cpp/server/load_reporter/util.cc:31:12: error: no member named 'isnormal' in namespace 'std'
if (std::isnormal(cost_value)) {
~~~~~^
1 error generated.
7 years ago
Jan Tattermusch
cc131600d5
use recommended names for MonoAndroid and Xamarin.iOS
7 years ago
Jan Tattermusch
ddc7fd845b
make Grpc.Core nuget work for Xamarin.Forms
7 years ago
Jan Tattermusch
15b1f6b292
deduplicate GUIDs for unity .meta files
7 years ago
Muxi Yan
d562ad11ac
clang-format
7 years ago
Srini Polavarapu
949096934d
Revert #15983 - gRPC channels blocking indefinitely and not respecting deadlines on network disconnect
7 years ago
Muxi Yan
b9e53ee368
Nit polish on the user manual
7 years ago
Srini Polavarapu
7d41ba6370
Regenerate projects
7 years ago
Muxi Yan
8617879613
Add test for returned debug information
7 years ago
Muxi Yan
e8e73bfd8d
Update document
7 years ago
Muxi Yan
520bcfb64a
Upgrade protobuf podspecs in grpc
7 years ago
Muxi Yan
8a8f33928f
clang-format
7 years ago
Muxi Yan
df5205f74d
clang-format
7 years ago
Muxi Yan
ae013976b2
Surface error_string to ObjC users
7 years ago