Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | api: `uv_link_strerror` | Fedor Indutny | 2016-06-04 | 3 | -0/+37 |
| | |||||
* | defaults: stop reading on error | Fedor Indutny | 2016-06-04 | 3 | -0/+45 |
| | |||||
* | src: error or NULL links they happen on close | Fedor Indutny | 2016-06-03 | 1 | -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 protection | Fedor Indutny | 2016-06-03 | 3 | -0/+70 |
| | |||||
* | api: inherit structs from uv_link_t | Fedor Indutny | 2016-05-27 | 2 | -17/+17 |
| | |||||
* | src: simplify uv_link_close | Fedor Indutny | 2016-05-27 | 1 | -2/+3 |
| | |||||
* | include: close callbacks | Fedor Indutny | 2016-05-27 | 2 | -5/+38 |
| | |||||
* | api: simplify | Fedor Indutny | 2016-05-27 | 1 | -2/+2 |
| | |||||
* | include: add `arg` to write/shutdown | Fedor Indutny | 2016-05-27 | 1 | -2/+4 |
| | |||||
* | test: simplify | Fedor Indutny | 2016-05-26 | 1 | -2/+1 |
| | |||||
* | uv_link_t: pass source to write/shutdown | Fedor Indutny | 2016-05-26 | 1 | -1/+3 |
| | |||||
* | include: invoke => propagate | Fedor Indutny | 2016-05-26 | 1 | -2/+2 |
| | |||||
* | src: move methods to separate read-only structure | Fedor Indutny | 2016-05-26 | 2 | -11/+11 |
| | |||||
* | test: kind of run all | Fedor Indutny | 2016-05-26 | 2 | -4/+18 |
| | |||||
* | test: uv_link_observer_t test | Fedor Indutny | 2016-05-26 | 4 | -0/+47 |
| | |||||
* | src: shuffle files around | Fedor Indutny | 2016-05-26 | 2 | -1/+2 |
| | |||||
* | test: basic test | Fedor Indutny | 2016-05-26 | 5 | -0/+200 |
| | |||||
* | initial | Fedor Indutny | 2016-05-25 | 1 | -0/+0 |