Jan Tattermusch
a46b41b4d6
Merge pull request #16438 from jtattermusch/csharp_fix_subchannel_sharing
...
C#: fix subchannel sharing for secure channels
6 years ago
Jan Tattermusch
2cb5e52536
Merge pull request #16463 from grpc/revert-15941-fathomtcpchanges
...
Revert "Fathom tcp changes"
6 years ago
Jan Tattermusch
97ba943f17
Revert "Fathom tcp changes"
6 years ago
Jan Tattermusch
2548704bee
Merge pull request #16444 from jtattermusch/csharp_metadata_key_allow_dot
...
C#: allow dot in metadata keys
6 years ago
hcaseyal
0761cfc0e9
Merge pull request #16446 from hcaseyal/add_per_second_profiling
...
Add an option to collect latency medians every epoch
6 years ago
Hope Casey-Allen
e360d82216
Clang tidy
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
Nicolas Noble
98fd5a73c3
Merge pull request #16408 from nicolasnoble/fix-tsi-ssl-auth-context-reuse-string
...
Fixing the SSL_REUSE auth context string attribute.
6 years ago
adelez
25e74668f6
Merge pull request #16453 from adelez/foundry3
...
Upgrade bazel to 0.16.1
6 years ago
Adele Zhou
5f84445781
Upgrade bazel to 0.16.1
6 years ago
Yash Tibrewal
aab47cbdf2
Merge pull request #15941 from yashykt/fathomtcpchanges
...
Fathom tcp changes
6 years ago
Vijay Pai
53b92dc094
Merge pull request #16414 from vjpai/core_callback_test
...
Add an inproc-based non-polling end2end test of core callback API
6 years ago
Eric Gribkoff
b1f0d685d2
Merge pull request #16434 from ericgribkoff/fork_support_v2_mac_poll
...
Support tracking and closing fds post-fork in ev_poll_posix
6 years ago
Yash Tibrewal
841f186041
%s/sendmsg_wrapper/tcp_send
6 years ago
Muxi Yan
35479b8a80
Merge pull request #16358 from muxi/privatize-boringssl
...
Make symbols of BoringSSL private
6 years ago
Eric Gribkoff
088454b0b1
Merge pull request #16447 from ericgribkoff/fix_parameter_name
...
Fix a parameter name mismatch
6 years ago
Vijay Pai
679cbb83a4
Improve comments and revert much of 373cb20
6 years ago
Vijay Pai
4f98f82c36
Add asserts on bad verify results
6 years ago
Vijay Pai
373cb20ea8
expect_tags before callbacks could get executed to avoid a data race
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
Vijay Pai
3ad8df35f0
Merge pull request #16383 from vjpai/tidy
...
Cast an index to size_t to avoid sign-conversion warning
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
Juanli Shen
f9eeae77f3
Merge pull request #16437 from AspirinSJL/fix_lrs_filter_build
...
Fix build issue
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
Mehrdad Afshari
77b7133244
Merge pull request #16435 from mehrdada/move-cred-wrapper-into-credentials.pyx
...
Move _server_cert_config_fetcher_wrapper to credentials.pyx.pxi
6 years ago
Vijay Pai
ba9c343e3d
Clang format
6 years ago
Vijay Pai
b03578c679
Address reviewer feedback with comments/assertions
6 years ago
Jan Tattermusch
dc7bedd128
C#: fix subchannel sharing for secure channels
6 years ago
Eric Gribkoff
dcbfa70226
Merge pull request #16432 from ericgribkoff/allow_pthread_atfork_mac
...
Define the allow pthread atfork macro for gRPC Python MacOS builds
6 years ago
Mehrdad Afshari
3a5da64e5d
Move _server_cert_config_fetcher_wrapper to credentials.pyx.pxi
6 years ago
Eric Gribkoff
e04ba7568c
Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdown
...
Python fork handler checks if gRPC core successfully shutdown
6 years ago
Juanli Shen
142acb3b0f
Merge pull request #16425 from lamby/spelling-errors
...
Fix a number of spelling errors.
6 years ago
Juanli Shen
8a57e86b16
Merge pull request #16396 from AspirinSJL/simplify_arena
...
Simplify call arena size growth
6 years ago
Eric Gribkoff
b59d8674d2
Python post-fork handler: exit if grpc shutdown fails
6 years ago
Eric Gribkoff
2cec9c5344
Merge pull request #16264 from ericgribkoff/fork_support_v2
...
Support gRPC Python client-side fork with epoll1
6 years ago
Eric Gribkoff
0ff641a246
Define the allow pthread atfork macro for gRPC Python MacOS builds
6 years ago
Mark D. Roth
5b0e7537ab
Merge pull request #16398 from markdroth/round_robin_size_t_fix
...
Fix round_robin to avoid negative size_t value.
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
Jan Tattermusch
f10596f0f3
Merge pull request #16415 from jtattermusch/cmake_likes_assembly
...
cmake: disable assembly optimizations only when necessary
6 years ago
Jan Tattermusch
8f04899b21
Merge pull request #16412 from jtattermusch/building_no_install
...
Improve BUILDING.md
6 years ago
Chris Lamb
fba18d8551
Fix a number of spelling errors.
6 years ago