about summary refs log tree commit diff stats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* api: `uv_link_strerror`Fedor Indutny2016-06-043-0/+37
|
* defaults: stop reading on errorFedor Indutny2016-06-043-0/+45
|
* src: error or NULL links they happen on closeFedor Indutny2016-06-031-0/+6
| | | | | | | | | | | Right after `uv_link_close()` all links will be unchained, meaning that they `link->parent` is NULL. Instead of crashing on calls like: `uv_link_try_write(link->parent, ...)` Make them return `UV_EFAULT`, indicating that no parent is present anymore. Alternatively, these checks could be done in user code, but it will make it too cumbersome.
* test: add test for close protectionFedor Indutny2016-06-033-0/+70
|
* api: inherit structs from uv_link_tFedor Indutny2016-05-272-17/+17
|
* src: simplify uv_link_closeFedor Indutny2016-05-271-2/+3
|
* include: close callbacksFedor Indutny2016-05-272-5/+38
|
* api: simplifyFedor Indutny2016-05-271-2/+2
|
* include: add `arg` to write/shutdownFedor Indutny2016-05-271-2/+4
|
* test: simplifyFedor Indutny2016-05-261-2/+1
|
* uv_link_t: pass source to write/shutdownFedor Indutny2016-05-261-1/+3
|
* include: invoke => propagateFedor Indutny2016-05-261-2/+2
|
* src: move methods to separate read-only structureFedor Indutny2016-05-262-11/+11
|
* test: kind of run allFedor Indutny2016-05-262-4/+18
|
* test: uv_link_observer_t testFedor Indutny2016-05-264-0/+47
|
* src: shuffle files aroundFedor Indutny2016-05-262-1/+2
|
* test: basic testFedor Indutny2016-05-265-0/+200
|
* initialFedor Indutny2016-05-251-0/+0