Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | readme: png => svg | Fedor Indutny | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | readme: add badge | Fedor Indutny | 2016-06-07 | 1 | -0/+1 |
| | |||||
* | 1.0.1 | Fedor Indutny | 2016-06-06 | 1 | -2/+4 |
| | |||||
* | package: bump gypkg just in case | Fedor Indutny | 2016-06-06 | 2 | -1/+2 |
| | |||||
* | gypkg: use fancy arrows | Fedor Indutny | 2016-06-06 | 3 | -3/+3 |
| | |||||
* | lib: update to gypkg@1.1.0 | Fedor Indutny | 2016-06-06 | 4 | -4/+4 |
| | |||||
* | test: remove deps | Fedor Indutny | 2016-06-06 | 1 | -0/+0 |
| | |||||
* | npm: add binding.gyp to fix travis | Fedor Indutny | 2016-06-06 | 2 | -0/+5 |
| | |||||
* | src: port to gypkg | Fedor Indutny | 2016-06-06 | 11 | -114/+59 |
| | |||||
* | readme: fix typo | Fedor Indutny | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | api: uv_link_errno | Fedor Indutny | 2016-06-04 | 3 | -7/+38 |
| | |||||
* | docs: more notes about errors | Fedor Indutny | 2016-06-04 | 1 | -0/+5 |
| | |||||
* | src: fix non-constant value error | Fedor Indutny | 2016-06-04 | 1 | -2/+2 |
| | |||||
* | api: experimental error reporting | Fedor Indutny | 2016-06-04 | 9 | -11/+175 |
| | |||||
* | Revert "api: `uv_link_strerror`" | Fedor Indutny | 2016-06-04 | 7 | -76/+5 |
| | | | | This reverts commit 0799c7c91ee710eb9ce752bcfcd6952a0838b495. | ||||
* | Revert "docs: add default strerror" | Fedor Indutny | 2016-06-04 | 1 | -1/+0 |
| | | | | This reverts commit 6bec46526bd10e8260519cfa04963b092ba933be. | ||||
* | Revert "doc: mention strerror implementation details" | Fedor Indutny | 2016-06-04 | 1 | -7/+0 |
| | | | | This reverts commit 5fb3b729bb9e96c17f9966d61ac8aeba3c1513c0. | ||||
* | doc: mention strerror implementation details | Fedor Indutny | 2016-06-04 | 1 | -0/+7 |
| | |||||
* | docs: add default strerror | Fedor Indutny | 2016-06-04 | 1 | -0/+1 |
| | |||||
* | api: `uv_link_strerror` | Fedor Indutny | 2016-06-04 | 7 | -5/+76 |
| | |||||
* | readme: add section about left todos | Fedor Indutny | 2016-06-04 | 1 | -0/+5 |
| | |||||
* | readme: add link to implementation guide | Fedor Indutny | 2016-06-04 | 1 | -0/+2 |
| | |||||
* | docs: implementation guide | Fedor Indutny | 2016-06-04 | 1 | -0/+57 |
| | |||||
* | defaults: stop reading on error | Fedor Indutny | 2016-06-04 | 4 | -0/+49 |
| | |||||
* | api: rename default cb | Fedor Indutny | 2016-06-04 | 4 | -19/+19 |
| | |||||
* | src: error or NULL links they happen on close | Fedor Indutny | 2016-06-03 | 2 | -0/+16 |
| | | | | | | | | | | | 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 |
| | |||||
* | src: experiment fix | Fedor Indutny | 2016-06-03 | 2 | -16/+10 |
| | |||||
* | src: fix experiment | Fedor Indutny | 2016-06-03 | 1 | -8/+0 |
| | |||||
* | src: more experiments | Fedor Indutny | 2016-06-03 | 2 | -6/+16 |
| | |||||
* | 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 | 2 | -27/+91 |
| | |||||
* | observer: fix 0-initialization | Fedor Indutny | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | example: simplify using default methods | Fedor Indutny | 2016-05-31 | 1 | -19/+3 |
| | |||||
* | api: default method implementations | Fedor Indutny | 2016-05-31 | 6 | -58/+134 |
| | |||||
* | api: note about private fields | Fedor Indutny | 2016-05-28 | 1 | -0/+3 |
| | |||||
* | readme: fix markdown | Fedor Indutny | 2016-05-28 | 1 | -0/+1 |
| | |||||
* | docs: links | Fedor Indutny | 2016-05-28 | 1 | -55/+83 |
| | |||||
* | api: test links | Fedor Indutny | 2016-05-28 | 1 | -6/+10 |
| | |||||
* | api: observer, source | Fedor Indutny | 2016-05-28 | 1 | -11/+63 |
| | |||||
* | api: lots of text | Fedor Indutny | 2016-05-28 | 2 | -12/+205 |
| | |||||
* | api: fixapi: fixapi: fixapi: fixapi: fixapi: fixapi: fixapi: fixapi: fix | Fedor Indutny | 2016-05-28 | 1 | -1/+1 |
| | |||||
* | api: save progress | Fedor Indutny | 2016-05-28 | 1 | -5/+145 |
| | |||||
* | docs: improvement | Fedor Indutny | 2016-05-27 | 2 | -45/+27 |
| | |||||
* | api: template for uv_link_observer_t | Fedor Indutny | 2016-05-27 | 1 | -0/+5 |
| | |||||
* | api: inherit structs from uv_link_t | Fedor Indutny | 2016-05-27 | 8 | -90/+122 |
| | |||||
* | example: simplify | Fedor Indutny | 2016-05-27 | 1 | -38/+17 |
| | |||||
* | src: simplify uv_link_close | Fedor Indutny | 2016-05-27 | 6 | -62/+64 |
| | |||||
* | include: close callbacks | Fedor Indutny | 2016-05-27 | 7 | -36/+132 |
| | |||||
* | make: dist | Fedor Indutny | 2016-05-27 | 1 | -1/+5 |
| |