Mark D. Roth
69b416a08c
Update naming documentation.
6 years ago
Mark D. Roth
99ce3e19af
Implement Watch method in health check service.
6 years ago
ganmacs
005cb34614
Rescue GRPC::Core::CallError not to kill the worker threads
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
89659e2925
Regenerate projects
6 years ago
Juanli Shen
8ceb27a324
Regenerate projects
6 years ago
Jan Tattermusch
6ba637f7ec
add Marshallers.Create factory method
6 years ago
Jan Tattermusch
fb704ee949
deserialization context always has non-null payload
6 years ago
Jan Tattermusch
97ba943f17
Revert "Fathom tcp changes"
6 years ago
Hope Casey-Allen
2529cfe30a
Light refactoring of some transport code
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
Arian Arfaian
99e09fe821
Fix compilation error due to missing absl qualification.
6 years ago
Yash Tibrewal
ffdcad5e06
Redefine constants from errqueue.h. Some header files lag behind the kernel version
6 years ago
Yash Tibrewal
d60a4b0f6b
Reviewer comments
6 years ago
Yash Tibrewal
841f186041
%s/sendmsg_wrapper/tcp_send
6 years ago
Muxi Yan
571109e400
Update README to document the change
6 years ago
Eric Gribkoff
edac3c6f9b
sanity
6 years ago
Eric Gribkoff
676f99a8eb
Fix a parameter name mismatch
6 years ago
Eric Gribkoff
b01a2774f4
fix comments
6 years ago
Yash Tibrewal
927fc8d3a3
Reset bytes_counter on setting socket options. Wrap out sendmsg and add comments for bytes_counter
6 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.
6 years ago
Yash Tibrewal
497532027d
Reviewer comments
6 years ago
Juanli Shen
32a8a86045
Fix build issue
6 years ago
Eric Gribkoff
0cd641b444
do not track fds for poll-cv
6 years ago
Muxi Yan
b24b212ee5
Make symbols of BoringSSL private to gRPC
6 years ago
Eric Gribkoff
3d1dacd73d
Check poll strategy in core fork handler and log error if unsupported
6 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
6 years ago
Jan Tattermusch
a80fa8732f
C#: allow dot in metadata keys
6 years ago
Jan Tattermusch
e7fb4e57ae
avoid deadlock while cancelling a call
6 years ago
Jan Tattermusch
dc7bedd128
C#: fix subchannel sharing for secure channels
6 years ago
Mehrdad Afshari
3a5da64e5d
Move _server_cert_config_fetcher_wrapper to credentials.pyx.pxi
6 years ago
Eric Gribkoff
b59d8674d2
Python post-fork handler: exit if grpc shutdown fails
6 years ago
Eric Gribkoff
0ff641a246
Define the allow pthread atfork macro for gRPC Python MacOS builds
6 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.
6 years ago
Yash Tibrewal
39e53c13bf
remove extra blank line
6 years ago
Yash Tibrewal
2c37c51dd9
Add logging for tcp_user_timeout not supported
6 years ago
Chris Lamb
fba18d8551
Fix a number of spelling errors.
6 years ago
Yash Tibrewal
986fa0ed58
reviewer comments
6 years ago
Mehrdad Afshari
0aa1bd2ed4
Ensure thread_pool is not None for grpc.Server
6 years ago
Yash Tibrewal
622f1a8934
Reviewer comment
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
1cfd81a604
Explain the newer semantics of grpc_error_add_child
6 years ago
Juanli Shen
f94d98833b
Remove unnecessary atm
6 years ago
Yash Tibrewal
2f8e60a773
Set TCP_USER_TIMEOUT socket option
6 years ago
Yash Tibrewal
97ceb5962c
Remove unwanted logs and also add status details to status error
6 years ago
Yash Tibrewal
85ff14dd16
Modify existing error child manipulation
6 years ago
Hope Casey-Allen
91cb48ad1a
Add timer tests for long running services
6 years ago
Vijay Pai
9e515951ac
size_t shouldn't have the value -1; switch to int
6 years ago