yang-g
|
456f748b2f
|
Revert "Merge pull request #18146 from grpc/revert-17308-shutdown"
This reverts commit 9079e98dfc , reversing
changes made to 76a38bfcc2 .
|
6 years ago |
Yang Gao
|
4bc2ca4de6
|
Revert "Move grpc_shutdown internals to a detached thread"
|
6 years ago |
yang-g
|
520dc0461c
|
fix resolve_address_test
|
6 years ago |
Yash Tibrewal
|
30d8f7a626
|
Memset before setting length
|
6 years ago |
Vijay Pai
|
b23abe832c
|
GPR_ARRAY_SIZE is meant for arrays
|
6 years ago |
Muxi Yan
|
8e085233ed
|
Fix CFStream test
|
6 years ago |
Yash Tibrewal
|
dd5ead2ac1
|
Extra argument for grpc_endpoint_write
|
6 years ago |
Alexander Polcyn
|
da9237a9c5
|
Fix windows localhost address sorting bypass
|
6 years ago |
Yash Tibrewal
|
dc85d5b556
|
Allocate tcp_info on the heap to avoid stack frame limits
|
6 years ago |
Yash Tibrewal
|
9df6023dca
|
Move Optional to gprpp, and reviewer comments
|
6 years ago |
Vijay Pai
|
44402ad0a1
|
Make executor look more like the rest of the codebase (namespace, etc)
|
6 years ago |
Yash Tibrewal
|
862faf55ba
|
Use getsockopt to get the tcp_info struct with sendmsg timestamp
|
6 years ago |
Yash Tibrewal
|
1ec65a2c9b
|
Fix tests
|
6 years ago |
Yash Tibrewal
|
23061cdfc2
|
Collect OPT_STATS along with tx timestamps
|
6 years ago |
Jan Tattermusch
|
7850704d64
|
reenable tcp_server_posix_test on Foundry
|
6 years ago |
Jan Tattermusch
|
1287cd34ea
|
make tcp_server_posix_test pass on foundry
|
6 years ago |
Alexander Polcyn
|
00763bc3ea
|
Support named scope id's with ipv6 resolver on posix
|
6 years ago |
Alexander Polcyn
|
7dc330f298
|
Disable SRV and TXT lookups for localhost
|
6 years ago |
yang-g
|
67742ef63f
|
Fix BUILD files. Manually edit bzl files
|
6 years ago |
yang-g
|
e75fc243da
|
change tests to use the new class instead of grpc_test_init
|
6 years ago |
Yash Tibrewal
|
fe4ef31ac2
|
Do not add the TCP buffer length.
|
6 years ago |
Yash Tibrewal
|
e57f8aebcb
|
Update test
|
6 years ago |
Bill Feng
|
9759a1b241
|
removed accidental submodule update
|
6 years ago |
Yash Tibrewal
|
07504e66f3
|
Don't unnecessarily create exec_ctx
|
6 years ago |
Jan Tattermusch
|
d94b49a1df
|
unify fallthrough comment in switch statements
|
6 years ago |
Guantao Liu
|
e6824674f4
|
Cover the case that there is no command-line argument.
|
6 years ago |
Guantao Liu
|
668a16327b
|
Fix the unknown argument issue in resolve_address_test.cc
|
6 years ago |
Gleb Popov
|
39eb19ed35
|
Fix various tests on FreeBSD.
|
6 years ago |
Vijay Pai
|
be18cedf90
|
Delete epollsig poller and tests using it
|
6 years ago |
Alexander Polcyn
|
964d679edc
|
Resolve ip literals and Windows localhost manually when using c-ares
|
6 years ago |
Hope Casey-Allen
|
40ec97dbff
|
Enable timer test on windows
|
6 years ago |
Yash Tibrewal
|
8d47cd4992
|
Revert "Revert "Fathom tcp changes""
|
6 years ago |
Jan Tattermusch
|
97ba943f17
|
Revert "Fathom tcp changes"
|
6 years ago |
Yash Tibrewal
|
9c5bde5e4e
|
More commits
|
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 |
Muxi Yan
|
b24b212ee5
|
Make symbols of BoringSSL private to gRPC
|
6 years ago |
Yash Tibrewal
|
1cfd81a604
|
Explain the newer semantics of grpc_error_add_child
|
6 years ago |
Hope Casey-Allen
|
087bbb2f4e
|
Disable test on windows
|
6 years ago |
Hope Casey-Allen
|
91cb48ad1a
|
Add timer tests for long running services
|
6 years ago |
Yash Tibrewal
|
b49f47d4f2
|
linux version needs to be defined
|
6 years ago |
Sree Kuchibhotla
|
bdd13cb0ae
|
Revert "Revert "Restrict the number of threads in C++ sync server""
|
6 years ago |
Nicolas Noble
|
bea98c3c1b
|
Revert "Restrict the number of threads in C++ sync server"
|
6 years ago |
Sree Kuchibhotla
|
c2a22a1ab8
|
Address core review comments
|
6 years ago |
Alexander Polcyn
|
9896c64186
|
Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"
This reverts commit d9e8f86675 , reversing
changes made to 04847aeb1e .
|
6 years ago |
Alexander Polcyn
|
f34c653936
|
Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
This reverts commit ae8d3efc3a , reversing
changes made to e41215e181 .
|
6 years ago |
Alex Polcyn
|
1b1d5e52e7
|
Get c-ares to compile and do address sorting on windows
|
6 years ago |
Sree Kuchibhotla
|
b95772eeb9
|
Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc
|
6 years ago |
Yash Tibrewal
|
0d757a659f
|
Adding docs and cleaning up
|
6 years ago |
Yash Tibrewal
|
f0397933b0
|
Fathom TCP level changes. TracedBuffer for keeping track of all buffers
to be traced. Adding tests for Fathom and TracedBuffer. A lot more.
Please read PR description.
|
6 years ago |