about summary refs log tree commit diff stats
path: root/src/uv_link_t.c
Commit message (Collapse)AuthorAgeFilesLines
* defaults: stop reading on errorFedor Indutny2016-06-041-0/+4
|
* src: error or NULL links they happen on closeFedor Indutny2016-06-031-0/+10
| | | | | | | | | | | 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.
* src: experiment fixFedor Indutny2016-06-031-15/+10
|
* src: fix experimentFedor Indutny2016-06-031-8/+0
|
* src: more experimentsFedor Indutny2016-06-031-5/+13
|
* src: fix the close depth tracking for read/allocFedor Indutny2016-06-031-6/+6
|
* src: attempt at non-breaking close_cbFedor Indutny2016-06-031-3/+77
|
* api: default method implementationsFedor Indutny2016-05-311-0/+4
|
* api: lots of textFedor Indutny2016-05-281-4/+2
|
* src: simplify uv_link_closeFedor Indutny2016-05-271-20/+29
|
* include: close callbacksFedor Indutny2016-05-271-4/+32
|
* uv_link_t: do not crash on NULL bufFedor Indutny2016-05-271-1/+2
|
* gyp: include_dirs=.Fedor Indutny2016-05-261-1/+1
|
* include: invoke => propagateFedor Indutny2016-05-261-6/+6
|
* example: initialFedor Indutny2016-05-261-6/+3
|
* src: move methods to separate read-only structureFedor Indutny2016-05-261-1/+6
|
* test: uv_link_observer_t testFedor Indutny2016-05-261-1/+1
|
* uv_link_t: default alloc_cb/read_cbFedor Indutny2016-05-261-5/+30
|
* link: further chain validationFedor Indutny2016-05-261-2/+5
|
* src: stub out observerFedor Indutny2016-05-261-0/+57
|
* src: shuffle files aroundFedor Indutny2016-05-261-0/+12