Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | api: uv_link_errno | Fedor Indutny | 2016-06-04 | 1 | -7/+28 |
| | |||||
* | src: fix non-constant value error | Fedor Indutny | 2016-06-04 | 1 | -2/+2 |
| | |||||
* | api: experimental error reporting | Fedor Indutny | 2016-06-04 | 1 | -6/+59 |
| | |||||
* | defaults: stop reading on error | Fedor Indutny | 2016-06-04 | 1 | -0/+4 |
| | |||||
* | src: error or NULL links they happen on close | Fedor Indutny | 2016-06-03 | 1 | -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 fix | Fedor Indutny | 2016-06-03 | 1 | -15/+10 |
| | |||||
* | src: fix experiment | Fedor Indutny | 2016-06-03 | 1 | -8/+0 |
| | |||||
* | src: more experiments | Fedor Indutny | 2016-06-03 | 1 | -5/+13 |
| | |||||
* | src: fix the close depth tracking for read/alloc | Fedor Indutny | 2016-06-03 | 1 | -6/+6 |
| | |||||
* | src: attempt at non-breaking close_cb | Fedor Indutny | 2016-06-03 | 1 | -3/+77 |
| | |||||
* | api: default method implementations | Fedor Indutny | 2016-05-31 | 1 | -0/+4 |
| | |||||
* | api: lots of text | Fedor Indutny | 2016-05-28 | 1 | -4/+2 |
| | |||||
* | src: simplify uv_link_close | Fedor Indutny | 2016-05-27 | 1 | -20/+29 |
| | |||||
* | include: close callbacks | Fedor Indutny | 2016-05-27 | 1 | -4/+32 |
| | |||||
* | uv_link_t: do not crash on NULL buf | Fedor Indutny | 2016-05-27 | 1 | -1/+2 |
| | |||||
* | gyp: include_dirs=. | Fedor Indutny | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | include: invoke => propagate | Fedor Indutny | 2016-05-26 | 1 | -6/+6 |
| | |||||
* | example: initial | Fedor Indutny | 2016-05-26 | 1 | -6/+3 |
| | |||||
* | src: move methods to separate read-only structure | Fedor Indutny | 2016-05-26 | 1 | -1/+6 |
| | |||||
* | test: uv_link_observer_t test | Fedor Indutny | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | uv_link_t: default alloc_cb/read_cb | Fedor Indutny | 2016-05-26 | 1 | -5/+30 |
| | |||||
* | link: further chain validation | Fedor Indutny | 2016-05-26 | 1 | -2/+5 |
| | |||||
* | src: stub out observer | Fedor Indutny | 2016-05-26 | 1 | -0/+57 |
| | |||||
* | src: shuffle files around | Fedor Indutny | 2016-05-26 | 1 | -0/+12 |