Sree Kuchibhotla
645e30a931
Fix compilation errors after latest merge with master
8 years ago
Yuchen Zeng
e6f01f6b96
Add resolve_address_posix_test
8 years ago
Masood Malekghassemi
b5b4372670
Use `grpc_closure`s in `grpc_timer`s
8 years ago
Craig Tiller
d4654560dc
clang-format code
8 years ago
Craig Tiller
061ef740c0
Some fixes
8 years ago
Craig Tiller
91031dacb1
Changes to exec_ctx/closure/combiner/workqueue interfaces
...
- make closures know where they should be executed (eg, on a workqueue,
or a combiner, or on an exec_ctx)
- this allows removal of a large number of trampoline functions that
were appearing whenever we used combiners, and should allow for a much
easier interface to combiner locks
8 years ago
Yuchen Zeng
8fe21f2b19
Address review comments
8 years ago
Yuchen Zeng
b4080a2e94
Fix resolve_address_test
8 years ago
Yuchen Zeng
15521de93f
Request a pollset_set in grpc_resolve_address
8 years ago
Sree Kuchibhotla
ef8ef3b8f3
Tests for pollset_set.
8 years ago
Mark D. Roth
96ba68d7cd
Fix more allocation bugs.
8 years ago
Sree Kuchibhotla
8bebcbcf7c
Remove pollset_set_test for now and send it in a separate PR
8 years ago
Sree Kuchibhotla
1b1ac735b5
More tests
8 years ago
Sree Kuchibhotla
b49aca15d0
Minor corrections
8 years ago
Sree Kuchibhotla
bc0bfff7dd
pollset_set test
8 years ago
Yuchen Zeng
224870ec5e
Fix resolve_address_test
8 years ago
Yuchen Zeng
a4669f68c2
Request a pollset_set in grpc_resolve_address
8 years ago
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
9 years ago
murgatroid99
6a30178ef2
Clang format
9 years ago
Craig Tiller
2406e31b83
Avoid TSAN reported lock cycle
9 years ago
Craig Tiller
afcc8752f3
clang-format
9 years ago
Craig Tiller
20afa3d7c9
BufferPool --> ResourceQuota
9 years ago
Yuchen Zeng
87772d5b88
Fix asan issues, clean up
9 years ago
Yuchen Zeng
a54be0388a
Fix sanity issues
9 years ago
Yuchen Zeng
de3daf5d63
More interfaces for grpc_socket_mutator
9 years ago
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