329 Commits (e7223afdd5121cedb4f1971abac45146ffd3a477)

Author SHA1 Message Date
murgatroid99 d7648feb22 Fix issue with pointers in udp_server_test 8 years ago
murgatroid99 085f9afaf0 Added import order comments, resolved other minor issues 8 years ago
murgatroid99 6a30178ef2 Clang format 8 years ago
Craig Tiller 2406e31b83 Avoid TSAN reported lock cycle 8 years ago
murgatroid99 a460192d92 Minor fixes to sockaddr changes 8 years ago
murgatroid99 22d50e98d8 Fix sanity and move a header include 8 years ago
Robbie Shade 1ceb694e16 Remove erroneous comment 8 years ago
murgatroid99 aa9c578b07 Clean up code after merge with master 8 years ago
Robbie Shade 517503746c Check for the correct number of orphan callbacks in udp_server_test 8 years ago
kpayson64 d195cf589d Add condition variable polling engine 8 years ago
murgatroid99 c36f6ea745 Compile and link core tests with libuv 8 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
murgatroid99 dedb923b6e Clang format 9 years ago
murgatroid99 7871f736ce Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests 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 9 years ago
Nicolas "Pixel" Noble cede7748bb Fixing udp test bitrotting. 9 years ago
Craig Tiller e0221ff340 Debugging 9 years ago
Craig Tiller 8d8d0d3d10 Get combiner finalization lists working 9 years ago
Craig Tiller a36857da24 Progress on a finalization list 9 years ago
Craig Tiller 9b22a46dd4 Fix test 9 years ago
Craig Tiller f7cade1b4f Rename async_execution_lock --> combiner, make it use closures, unroll previous changes for idleness 9 years ago
Craig Tiller 765c538d72 Revert "Add the ability to run some action when the lock becomes idle" 9 years ago
Craig Tiller f975f74c01 Refactor workqueues a little to make them great again 9 years ago
Sree Kuchibhotla fcb304f493 Compilation failure 9 years ago
Sree Kuchibhotla 76a0795b73 Fix build errors on some configurations 9 years ago
Sree Kuchibhotla a2dd8385f9 Use pipe fds instead of event fds for the test 9 years ago
Sree Kuchibhotla 3131c269c1 Integrate with unified error reporting 9 years ago
Sree Kuchibhotla 39f9ac9b2a Test polling island merges 9 years ago
Craig Tiller e63246d100 clang-format 9 years ago
Sree Kuchibhotla 2e12db9c31 Test polling island merges 9 years ago
Craig Tiller c8762faf46 clang-format code 9 years ago
Craig Tiller aee10fd73c Fix windows tests for idempotent shutdown 9 years ago
Craig Tiller c7ab6dba00 Add a byte to avert a crash (which should be investigated sometime) 9 years ago
Craig Tiller 52f231212f Make {endpoint,fd}_shutdown idempotent 9 years ago
Craig Tiller 95123ceb9b Add a test for multiple endpoint shutdowns 9 years ago
Yuchen Zeng 64c0e8d4bc Add format check for gpr_log and gpr_asprintf 9 years ago