murgatroid99
|
a460192d92
|
Minor fixes to sockaddr changes
|
9 years ago |
murgatroid99
|
22d50e98d8
|
Fix sanity and move a header include
|
9 years ago |
Robbie Shade
|
1ceb694e16
|
Remove erroneous comment
|
9 years ago |
Yuchen Zeng
|
a4f708a4c4
|
Introduce grpc_socket_mutator
|
9 years ago |
murgatroid99
|
aa9c578b07
|
Clean up code after merge with master
|
9 years ago |
Yuchen Zeng
|
929f4c652f
|
Add tos configuration in channel args
|
9 years ago |
Robbie Shade
|
517503746c
|
Check for the correct number of orphan callbacks in udp_server_test
|
9 years ago |
kpayson64
|
d195cf589d
|
Add condition variable polling engine
|
9 years ago |
murgatroid99
|
c36f6ea745
|
Compile and link core tests with libuv
|
9 years ago |
Ken Payson
|
3299f81ea8
|
Remove run_tests.py poll-cv shim
|
9 years ago |
Ken Payson
|
e02c7ed37b
|
Broke cv polling into seperate engine
|
9 years ago |
Craig Tiller
|
08d297e375
|
Make all tests build again
|
9 years ago |
Craig Tiller
|
32c804e6a7
|
Fix a conditional that got flipped
|
9 years ago |
Craig Tiller
|
dd339ea915
|
Cleanup of some buffer pool implementation
|
9 years ago |
Craig Tiller
|
ce2ff3c071
|
Fixes
|
9 years ago |
Craig Tiller
|
e9f385acdf
|
Fixes, more tests
|
9 years ago |
murgatroid99
|
dedb923b6e
|
Clang format
|
9 years ago |
Craig Tiller
|
579acc351b
|
Ensure all memory is released back to the buffer pool
|
9 years ago |
Craig Tiller
|
61ecb9259b
|
TCP buffer pool integration done
|
9 years ago |
Craig Tiller
|
30ff60ec36
|
Tests compile
|
9 years ago |
Craig Tiller
|
d4673484c7
|
Update tests
|
9 years ago |
murgatroid99
|
7871f736ce
|
Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests
|
9 years ago |
Craig Tiller
|
9cf0cec74c
|
Fairly complete set of tests for buffer pools in place
|
9 years ago |
Craig Tiller
|
3fe56b52de
|
Add a test of reclaimation
|
9 years ago |
Craig Tiller
|
3b98b2ee33
|
Add a test of an allocation blocked from scavenging
|
9 years ago |
Craig Tiller
|
12b925d2bb
|
Made scavenging work
|
9 years ago |
Craig Tiller
|
b7810a14b9
|
Add a blocked async alloc test
|
9 years ago |
Craig Tiller
|
f57c293f56
|
Add initial async alloc test
|
9 years ago |
Craig Tiller
|
959d6541d1
|
Fix tests to run
|
9 years ago |
Craig Tiller
|
1c9cae1613
|
Add some currently failing tests
|
9 years ago |
Craig Tiller
|
d3cfb5ee0e
|
Add buffer user no-op test
|
9 years ago |
Craig Tiller
|
fe4f0012c6
|
Add resize test
|
9 years ago |
Craig Tiller
|
0b13fcdab2
|
no op test passes
|
9 years ago |
Craig Tiller
|
ca30eb9931
|
Add (empty) buffer pool test
|
9 years ago |
Ken Payson
|
31caabdead
|
Add shim to support condition variable wakeup fds where pipe/eventfd is not available
|
9 years ago |
Dan Born
|
930c2983d3
|
Safe server shutdown.
|
9 years ago |
Craig Tiller
|
57726ca5a9
|
Revert "Revert "Grand unified closures""
|
9 years ago |
Craig Tiller
|
537f7c2a13
|
Revert "Grand unified closures"
|
9 years ago |
Craig Tiller
|
09b05fd3fd
|
Get write batching working again
|
9 years ago |
Mark D. Roth
|
a587b41369
|
Update some tests.
|
9 years ago |
Mark D. Roth
|
f168234310
|
Initialize is_balancer field in various tests.
|
9 years ago |
Craig Tiller
|
f6b6d29841
|
Address review comments
|
9 years ago |
Craig Tiller
|
a7cd41cc46
|
Note polling coverage when taking combiner locks: resolves offload issues
|
9 years ago |
murgatroid99
|
623dd4f556
|
Renamed GPR_ constants to GRPC_ in iomgr/port.h
|
9 years ago |
murgatroid99
|
5407089b37
|
Separate out iomgr-specific constants into a separate header
|
9 years ago |
Robbie Shade
|
956f1d3169
|
Refactor udp_server to use a linked list of ports
|
9 years ago |
Robbie Shade
|
26f90888d6
|
Remove GRPC_NEED_UDP ifdefs
|
9 years ago |
Craig Tiller
|
5ca7e47493
|
Merge pull request #6737 from ctiller/delayed-write
Delay beginning most writes until we enter poll()
|
9 years ago |
Nicolas "Pixel" Noble
|
cede7748bb
|
Fixing udp test bitrotting.
|
9 years ago |
Craig Tiller
|
e0221ff340
|
Debugging
|
9 years ago |