Yash Tibrewal
|
39e53c13bf
|
remove extra blank line
|
6 years ago |
Yash Tibrewal
|
2c37c51dd9
|
Add logging for tcp_user_timeout not supported
|
6 years ago |
Yash Tibrewal
|
dfe377eddc
|
Did not initialize len earlier
|
6 years ago |
Yash Tibrewal
|
ecee4ac703
|
Use linux kernel version 2.6.37 to decide whether to use TCP_USER_TIMEOUT or not
|
6 years ago |
Yash Tibrewal
|
2f8e60a773
|
Set TCP_USER_TIMEOUT socket option
|
6 years ago |
Vijay Pai
|
ccc6ee3db0
|
Merge pull request #15984 from g-easy/hdrs
Move GetSpanFromServerContext() to public header.
|
6 years ago |
Vijay Pai
|
46008f0d76
|
Merge pull request #15926 from cartr/platform_solaris_aix
Make gRPC buildable with AIX and Solaris (no official support)
|
6 years ago |
Zhouyihai Ding
|
af89e8c00e
|
Merge pull request #16394 from ZhouyihaiDing/fix_16392
PHP: fix failed test 16392
|
6 years ago |
ZhouyihaiDing
|
66a4efc5a8
|
PHP: fix failed test 16392
|
6 years ago |
Juanli Shen
|
1a81d985d8
|
Merge pull request #16307 from AspirinSJL/revert_c_to_tf
Revert to TRANSIENT_FAILURE during backoff
|
6 years ago |
Vijay Pai
|
472b9327c0
|
Merge pull request #16374 from vjpai/census
Move a census file from src/cpp to src/core since core depends on it
|
6 years ago |
Juanli Shen
|
25f7d0f6f4
|
Revert to TRANSIENT_FAILURE during backoff
|
6 years ago |
Mark D. Roth
|
8ba4563629
|
Merge pull request #16373 from markdroth/mu_guard_cleanup
Move C++ mu_guard class out of C-core public headers and fix style.
|
6 years ago |
Juanli Shen
|
b8972046b4
|
Merge pull request #16306 from AspirinSJL/pf_check_state_before_watch
PF: Check connectivity state before watching
|
6 years ago |
Yash Tibrewal
|
3bb0cd7769
|
Merge pull request #16375 from yashykt/nulcheck
Add a nullptr check
|
6 years ago |
Mehrdad Afshari
|
0a1d0d25a2
|
Merge pull request #16372 from mehrdada/remove-proto-js_embed-hack
Remove protobuf js_embed hack
|
6 years ago |
Vijay Pai
|
e28ed218dd
|
Merge pull request #16273 from codebender/update_cli_instructions
Update instructions to include how to satisfy gFlags prerequisite on a Mac
|
6 years ago |
Yash Tibrewal
|
b22c3009d4
|
Fix typo
|
6 years ago |
Juanli Shen
|
d19fd1c689
|
PF: Check connectivity state before watching
|
6 years ago |
Yash Tibrewal
|
d9f4c76356
|
Add a nullptr check
|
6 years ago |
Vijay Pai
|
ccc4771630
|
Fix Bazel BUILD
|
6 years ago |
Vijay Pai
|
79851428e9
|
Add a sanity check to avoid reintroducing dependence on cpp by core
|
6 years ago |
Vijay Pai
|
381bcab8bd
|
Move a file from src/cpp to src/core since core depends on it
|
6 years ago |
Juanli Shen
|
61dabce400
|
Merge pull request #16289 from AspirinSJL/warn_api_use
Add warning about AsyncNotifyWhenDone bug
|
6 years ago |
Mark D. Roth
|
7a7e4f5652
|
Move C++ mu_guard class out of C-core public headers and fix style.
|
6 years ago |
Mehrdad Afshari
|
981f19bed2
|
Remove protobuf js_embed hack
|
6 years ago |
Yang Gao
|
7e4be89014
|
Merge pull request #16368 from grpc/revert-16214-order_order_please
Revert "Add more filter priority levels"
|
6 years ago |
Mehrdad Afshari
|
7a05322cf8
|
Merge pull request #16364 from geckovia/improve-pypy-compatibility
Improve Pypy compatibility
|
6 years ago |
Michael Lumish
|
44f1270649
|
Merge pull request #15175 from murgatroid99/node_perf_tests_again
Add Node perf tests for both implementations
|
6 years ago |
Noah Eisen
|
04bbe6483f
|
Merge pull request #16365 from haberman/build-file-fix
Cleaned up BUILD file, which fixed a dependency problem with protobuf.
|
6 years ago |
Yang Gao
|
b840d5e45c
|
Revert "Add more filter priority levels"
|
6 years ago |
Josh Haberman
|
8a80364a9f
|
Cleaned up BUILD file, which fixed a dependency problem with protobuf.
|
6 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.
|
6 years ago |
Vijay Pai
|
8a86f5329e
|
Merge pull request #16356 from vjpai/exhaustion
C++ sync server: Return status RESOURCE_EXHAUSTED if no thread quota available
|
6 years ago |
David G. Quintas
|
a45e38622e
|
Merge pull request #16054 from dgquintas/pf_ppicks_fix
Fixed ordering in adding pending picks to PF
|
6 years ago |
Noah Eisen
|
2cb3e823bf
|
Merge pull request #16361 from ncteisen/php
Add Error Checking for Server Args in PHP
|
6 years ago |
Vijay Pai
|
16f738359d
|
Make sure that we actually saw some resource exhaustion if applicable
|
6 years ago |
ncteisen
|
befcfee767
|
Add error checking for server args in PHP
|
6 years ago |
Vijay Pai
|
9c32dab63d
|
Expand comment based on reviewer feedback
|
6 years ago |
David Garcia Quintas
|
d08ea3025b
|
Fixed ordering in adding pending picks to PF
|
6 years ago |
Vijay Pai
|
da786c2dcf
|
Merge pull request #16354 from vjpai/tidy
Match parameter name in definition to declaration
|
6 years ago |
Vijay Pai
|
d9781df474
|
Address reviewer comments
|
6 years ago |
Vijay Pai
|
14ad82a76d
|
Create a new method handler for resource exhaustion and tie into thread mgr
|
6 years ago |
Noah Eisen
|
92d1b5c433
|
Merge pull request #16355 from ncteisen/max-threads
Change thread default to INT_MAX
|
6 years ago |
ncteisen
|
6321a53e4a
|
fix typo
|
6 years ago |
ncteisen
|
f025b6ed89
|
Change thread default to INT_MAX
|
6 years ago |
Vijay Pai
|
cbca2ff03f
|
Match parameter name in definition to declaration
|
6 years ago |
Jan Tattermusch
|
8165c4c0aa
|
Merge pull request #16343 from jtattermusch/cmake_fix_gflags_as_package
Use correct target name for gflags-config.cmake
|
6 years ago |
Jan Tattermusch
|
a4f45d8745
|
Merge pull request #16347 from jtattermusch/workaround_16334
fix performance benchmarks on windows
|
6 years ago |
Vijay Pai
|
17a6bf65b7
|
Merge pull request #16298 from vjpai/custom_poller
Infrastructure for registering custom polling engines
|
6 years ago |