727 Commits (7f38bc6fd362c276d5e3c5ab1e0cb325074d612e)

Author SHA1 Message Date
Craig Tiller 7885d1abe7 Initial fixes 8 years ago
Craig Tiller 3cf79228ff Review feedback 8 years ago
Craig Tiller 10cd356662 Finish moving to new APIs 8 years ago
Yuchen Zeng 7810898658 Add grpc_socket_mutator_compare 8 years ago
Ken Payson 42909c58fb Bypass poll thread if wakeup fd is set 8 years ago
Craig Tiller a947f1c32e Make resource_quota a real object 8 years ago
Craig Tiller a59c16c184 Progress towards making grpc_slice_unref_internal take an exec_ctx 8 years ago
Craig Tiller 8abc796ed7 Review feedback 8 years ago
Craig Tiller 28b72428a8 clang-format 8 years ago
Craig Tiller 618e67d655 s/GPR_SLICE/GRPC_SLICE/g 8 years ago
Craig Tiller b37d53ebc0 Bulk update #includes 8 years ago
Craig Tiller d41a4a720f s/gpr_slice/grpc_slice, and move around tests, impls 8 years ago
murgatroid99 d7648feb22 Fix issue with pointers in udp_server_test 8 years ago
Craig Tiller 6b5d682c98 Review feedback 8 years ago
murgatroid99 085f9afaf0 Added import order comments, resolved other minor issues 8 years ago
Craig Tiller 3798e607cc Address review comments 8 years ago
murgatroid99 6a30178ef2 Clang format 8 years ago
Craig Tiller 2406e31b83 Avoid TSAN reported lock cycle 8 years ago
Craig Tiller afcc8752f3 clang-format 8 years ago
Craig Tiller 20afa3d7c9 BufferPool --> ResourceQuota 8 years ago
Yuchen Zeng 87772d5b88 Fix asan issues, clean up 8 years ago
Yuchen Zeng a54be0388a Fix sanity issues 8 years ago
Yuchen Zeng de3daf5d63 More interfaces for grpc_socket_mutator 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
Yuchen Zeng a4f708a4c4 Introduce grpc_socket_mutator 8 years ago
murgatroid99 aa9c578b07 Clean up code after merge with master 8 years ago
Yuchen Zeng 929f4c652f Add tos configuration in channel args 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 8 years ago
Ken Payson e02c7ed37b Broke cv polling into seperate engine 8 years ago
Craig Tiller 08d297e375 Make all tests build again 8 years ago
Craig Tiller 32c804e6a7 Fix a conditional that got flipped 8 years ago
Craig Tiller dd339ea915 Cleanup of some buffer pool implementation 8 years ago
Craig Tiller ce2ff3c071 Fixes 8 years ago
Craig Tiller e9f385acdf Fixes, more tests 8 years ago
murgatroid99 dedb923b6e Clang format 8 years ago
Craig Tiller 579acc351b Ensure all memory is released back to the buffer pool 8 years ago
Craig Tiller 61ecb9259b TCP buffer pool integration done 8 years ago
Craig Tiller 30ff60ec36 Tests compile 8 years ago
Craig Tiller d4673484c7 Update tests 8 years ago
murgatroid99 7871f736ce Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests 8 years ago
Craig Tiller 9cf0cec74c Fairly complete set of tests for buffer pools in place 8 years ago
Craig Tiller 3fe56b52de Add a test of reclaimation 8 years ago
Craig Tiller 3b98b2ee33 Add a test of an allocation blocked from scavenging 8 years ago
Craig Tiller 12b925d2bb Made scavenging work 8 years ago
Craig Tiller b7810a14b9 Add a blocked async alloc test 8 years ago