Mehrdad Afshari
0aa1bd2ed4
Ensure thread_pool is not None for grpc.Server
7 years ago
Hope Casey-Allen
91cb48ad1a
Add timer tests for long running services
7 years ago
Vijay Pai
9e515951ac
size_t shouldn't have the value -1; switch to int
7 years ago
ZhouyihaiDing
461c910a8c
PHP: fix failed test 16392
7 years ago
ZhouyihaiDing
66a4efc5a8
PHP: fix failed test 16392
7 years ago
Juanli Shen
25f7d0f6f4
Revert to TRANSIENT_FAILURE during backoff
7 years ago
Yash Tibrewal
b22c3009d4
Fix typo
7 years ago
Juanli Shen
d19fd1c689
PF: Check connectivity state before watching
7 years ago
Yash Tibrewal
d9f4c76356
Add a nullptr check
7 years ago
Vijay Pai
381bcab8bd
Move a file from src/cpp to src/core since core depends on it
7 years ago
Mark D. Roth
7a7e4f5652
Move C++ mu_guard class out of C-core public headers and fix style.
7 years ago
Yang Gao
b840d5e45c
Revert "Add more filter priority levels"
7 years ago
Paul Petit
33e5c0d091
Replace is by == for a status comparison
...
This worked fine with CPython, but the condition
was always evaluated to False with Pypy, causing
bugs down the road.
Tested with Pypy 6.0.
7 years ago
ncteisen
befcfee767
Add error checking for server args in PHP
7 years ago
Vijay Pai
9c32dab63d
Expand comment based on reviewer feedback
7 years ago
David Garcia Quintas
d08ea3025b
Fixed ordering in adding pending picks to PF
7 years ago
Vijay Pai
d9781df474
Address reviewer comments
7 years ago
Vijay Pai
14ad82a76d
Create a new method handler for resource exhaustion and tie into thread mgr
7 years ago
ncteisen
6321a53e4a
fix typo
7 years ago
ncteisen
f025b6ed89
Change thread default to INT_MAX
7 years ago
Vijay Pai
cbca2ff03f
Match parameter name in definition to declaration
7 years ago
Vijay Pai
e91ae9d694
Fix abstract base class definition
7 years ago
Vijay Pai
d0f116c885
Can't count on shutdown_cb nullptr if version is 1
7 years ago
Vijay Pai
fe7f79189b
Address reviewer comments
7 years ago
Vijay Pai
4eff37345f
Add detailed comment for g_factories
7 years ago
ncteisen
5e1cf109da
Fix clamp for window update
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
Muxi Yan
d7a7c71849
clang_format
7 years ago
Vijay Pai
e509e70b2d
Obj-c doesn't have nullptr, use NULL
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
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