Craig Tiller
6c39686dfa
Preparatory changes for work shedding
...
- cleanup: change grpc_iomgr_cb_func to take a bool instead of int
success
- cleanup: follow through with iomgr callback scheduling functions
- prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue*
functions
9 years ago
David Garcia Quintas
b523c732d1
async_stream.h done. Compiles
9 years ago
David Garcia Quintas
2425bbbc55
Further work. Compiles. WIP
9 years ago
David Garcia Quintas
08a0a3306e
Made "codedgen" directories closed over #includes
9 years ago
Craig Tiller
be0327bfee
Update new files
9 years ago
Craig Tiller
ea21ca234c
Fix makefile, codegen bugs
9 years ago
Craig Tiller
47c50cc4d3
zookeeper is platform specific
9 years ago
Craig Tiller
ab23045414
Add a test that public headers compile as C99
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
9 years ago
Craig Tiller
54bc8a959e
Stabilize test by increasing timeout
9 years ago
Craig Tiller
620e965c1b
clang-format after last weeks test-fest
9 years ago
Craig Tiller
4bf292890c
Fix proxy end2end tests
...
Some transport callbacks weren't getting triggered. We now ensure that
this always occurs.
Additionally: left some debug only code around to make this class of bug
easier to diagnose in the future.
9 years ago
Craig Tiller
ef55655f79
Add includes
9 years ago
Craig Tiller
e27954ca2e
Fix memory leaks
9 years ago
Craig Tiller
b3466dc38e
Also delete cq
9 years ago
Craig Tiller
10c4b3c70d
Add a test for binding a server to the same port twice; fix crashes
9 years ago
yang-g
e682c3eea4
add test for lame client transport op
9 years ago
yang-g
5a3bc8ea7f
add test coverage for channel_connectivity check
9 years ago
yang-g
c3d94fb82a
add tests for public server apis
9 years ago
yang-g
d482e59d3a
add a test for secure_channel_create and fix cleanup code
9 years ago
yang-g
68f6b9ead2
separate recv intial metadata and trailing metadata
9 years ago
yang-g
c68db44702
add test for lame_client get_peer and recv_initial_metadata
9 years ago
yang-g
fe9a975655
Add a test for failing to add a port
9 years ago
yang-g
c0ed509d93
Add test for un-resolvable target
9 years ago
yang-g
7c6d1ad1d4
add test for more plucks than allowed
9 years ago
yang-g
0346883b0b
do the right thing?
9 years ago
Craig Tiller
858be6c58c
Fix windows build
9 years ago
yang-g
26fdaa5751
Fix msan
9 years ago
yang-g
1ed62e4efc
add test for pluck after shutdown
9 years ago
yang-g
f1183300ce
add test for global plugin
9 years ago
yang-g
7c090f8215
add tests for the error messages
9 years ago
yang-g
9caec653ea
add test for byte_buffer_copy
9 years ago
Nicolas "Pixel" Noble
ba404826be
Clang format.
9 years ago
Craig Tiller
b774be46d7
clang-format
9 years ago
Craig Tiller
3c53bb2f46
clang-format
9 years ago
David Garcia Quintas
c76ff107b6
Removed consts to make MSVC happy
9 years ago
David Garcia Quintas
6eb3925a70
Added grpc_byte_buffer_reader_readall
9 years ago
David Garcia Quintas
f747bbc043
s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarm
10 years ago
David Garcia Quintas
cb954cfc28
Removed exec_ctx from cq_alarm's functions
10 years ago
David Garcia Quintas
0dfbdf6e54
Added grpc_cq_alarm
10 years ago
Craig Tiller
b8b1a462e5
Finish cleanup
10 years ago
Craig Tiller
a82950e683
clang-format all core files
10 years ago
Craig Tiller
e7db29f8c7
Move argument passing to start of list
10 years ago
Craig Tiller
f5768a6765
Rename init
10 years ago
Craig Tiller
098047b53a
Rename run
10 years ago
Craig Tiller
1be70ccdb8
Move arguments to the start of lists
10 years ago
Craig Tiller
45724b35e4
indent pass to get logical source lines on one physical line
10 years ago
Craig Tiller
d9ccbbf6b9
Rename call_list to closure_list
10 years ago
Craig Tiller
ba496454b2
Fixes
10 years ago
Craig Tiller
dfff1b8126
Call list progress
10 years ago