Yash Tibrewal
4dbec8b23c
Merge pull request #16456 from yashykt/errqueueredefine
...
Redefine constants from errqueue.h. Some header files lag behind the …
6 years ago
Juanli Shen
35501ad1df
Merge pull request #16467 from AspirinSJL/bump_master
...
Bump version to 1.16.0-dev
6 years ago
Yash Tibrewal
0d73deb239
Merge branch 'master' into errqueueredefine
6 years ago
Yash Tibrewal
f2f8bbd008
Merge pull request #16469 from grpc/revert-16463-revert-15941-fathomtcpchanges
...
Revert "Revert "Fathom tcp changes""
6 years ago
adelez
c1a7cb4183
Merge pull request #16466 from adelez/foundry3
...
Switch to use the default instance.
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
Adele Zhou
82af30de34
Switch to use the default instance.
6 years ago
Juanli Shen
8ceb27a324
Regenerate projects
6 years ago
Mark D. Roth
a144c13201
Merge pull request #16342 from markdroth/pf_keep_unselected_subchannels
...
Change pick_first to not unref unselected subchannels.
6 years ago
Juanli Shen
63322ac828
Bump version to 1.16.0-dev
6 years ago
Jan Tattermusch
ca12a87af1
Merge pull request #16440 from jtattermusch/csharp_cancellation_deadlock
...
C#: Avoid deadlock while cancelling a call
6 years ago
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
Yash Tibrewal
8f0f66b3b3
%s/SCM_TSTAMP_ACK/grpc_core::SCM_TSTAMP_ACK
6 years ago
Yash Tibrewal
ffdcad5e06
Redefine constants from errqueue.h. Some header files lag behind the kernel version
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