Mark D. Roth
69b416a08c
Update naming documentation.
6 years ago
Mark D. Roth
99ce3e19af
Implement Watch method in health check service.
6 years ago
Yash Tibrewal
0cb982974f
Remove linux/version.h include from port.h
6 years ago
Yash Tibrewal
8d47cd4992
Revert "Revert "Fathom tcp changes""
6 years ago
Juanli Shen
8ceb27a324
Regenerate projects
6 years ago
Jan Tattermusch
97ba943f17
Revert "Fathom tcp changes"
6 years ago
Hope Casey-Allen
839a0520a2
Add an option to collect medians every epoch. Useful for gathering per second median latencies
6 years ago
Yash Tibrewal
ffdcad5e06
Redefine constants from errqueue.h. Some header files lag behind the kernel version
6 years ago
Yash Tibrewal
841f186041
%s/sendmsg_wrapper/tcp_send
7 years ago
Muxi Yan
571109e400
Update README to document the change
7 years ago
Eric Gribkoff
edac3c6f9b
sanity
7 years ago
Eric Gribkoff
676f99a8eb
Fix a parameter name mismatch
7 years ago
Eric Gribkoff
b01a2774f4
fix comments
7 years ago
Yash Tibrewal
927fc8d3a3
Reset bytes_counter on setting socket options. Wrap out sendmsg and add comments for bytes_counter
7 years ago
Nicolas "Pixel" Noble
71655cf48a
Fixing the SSL_REUSE auth context string attribute.
...
"true" and "false" are strings, so use similar code that of the cstring variant. Otherwise, the generated properties will have an embedded zero in there.
7 years ago
Juanli Shen
32a8a86045
Fix build issue
7 years ago
Eric Gribkoff
0cd641b444
do not track fds for poll-cv
7 years ago
Muxi Yan
b24b212ee5
Make symbols of BoringSSL private to gRPC
7 years ago
Eric Gribkoff
3d1dacd73d
Check poll strategy in core fork handler and log error if unsupported
7 years ago
Eric Gribkoff
acc020caf7
Support tracking and closing fds post-fork in ev_poll_posix
...
This extends gRPC Python's fork compatibility to Mac OS, which does not support
epoll
The changes are a no-op if fork support is disabled
7 years ago
Jan Tattermusch
a80fa8732f
C#: allow dot in metadata keys
7 years ago
Jan Tattermusch
e7fb4e57ae
avoid deadlock while cancelling a call
7 years ago
Jan Tattermusch
dc7bedd128
C#: fix subchannel sharing for secure channels
7 years ago
Mehrdad Afshari
3a5da64e5d
Move _server_cert_config_fetcher_wrapper to credentials.pyx.pxi
7 years ago
Eric Gribkoff
b59d8674d2
Python post-fork handler: exit if grpc shutdown fails
7 years ago
Eric Gribkoff
0ff641a246
Define the allow pthread atfork macro for gRPC Python MacOS builds
7 years ago
Eric Gribkoff
f8cf7ee56d
Support gRPC Python client-side fork with epoll1
...
A process may fork after invoking grpc_init() and use gRPC in the child
if and only if the child process first destroys all gRPC resources
inherited from the parent process and invokes grpc_shutdown().
Subsequent to this, the child will be able to re-initialize and use
gRPC. After fork, the parent process will be able to continue to use
existing gRPC resources such as channels and calls without interference
from the child process.
To facilitate gRPC Python applications meeting the above constraints,
gRPC Python will automatically destroy and shutdown all gRPC Core
resources in the child's post-fork handler, including cancelling
in-flight calls (see detailed design below). From the client's
perspective, the child process is now free to create new channels and
use gRPC.
7 years ago
Chris Lamb
fba18d8551
Fix a number of spelling errors.
7 years ago
Mehrdad Afshari
0aa1bd2ed4
Ensure thread_pool is not None for grpc.Server
7 years ago
Juanli Shen
f94d98833b
Remove unnecessary atm
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
Mark D. Roth
add72762a7
Fix round_robin to avoid negative size_t value.
7 years ago
Juanli Shen
49e74c087e
Simplify call arena size growth
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
Mark D. Roth
4d6f002780
Code review changes and fix threading bug in test.
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
Yash Tibrewal
052beefdec
Add further comments
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