aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/connectivity_state_test.c
Commit message (Collapse)AuthorAge
* Convert connectivity_state, channel info into a combiner-compatible formGravatar Craig Tiller2017-02-09
|
* clang-format codeGravatar Craig Tiller2017-01-03
|
* Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | - 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
* Fix transitional typoGravatar Craig Tiller2016-06-07
|
* Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-06
|\
| * GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWNGravatar Craig Tiller2016-06-02
| |
* | Convert tests to new error schemeGravatar Craig Tiller2016-05-06
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Update copyrightsGravatar Craig Tiller2016-01-28
|
* Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | | | | | | | - 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
* fixing x64 build with vs2015Gravatar Jan Tattermusch2015-12-17
|
* clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
|
* Expand connectivity_state_testGravatar Craig Tiller2015-12-11
|
* Add the test code itselfGravatar Craig Tiller2015-12-09