about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* readme: png => svgFedor Indutny2016-06-071-1/+1
|
* readme: add badgeFedor Indutny2016-06-071-0/+1
|
* 1.0.1Fedor Indutny2016-06-061-2/+4
|
* package: bump gypkg just in caseFedor Indutny2016-06-062-1/+2
|
* gypkg: use fancy arrowsFedor Indutny2016-06-063-3/+3
|
* lib: update to gypkg@1.1.0Fedor Indutny2016-06-064-4/+4
|
* test: remove depsFedor Indutny2016-06-061-0/+0
|
* npm: add binding.gyp to fix travisFedor Indutny2016-06-062-0/+5
|
* src: port to gypkgFedor Indutny2016-06-0611-114/+59
|
* readme: fix typoFedor Indutny2016-06-061-1/+1
|
* api: uv_link_errnoFedor Indutny2016-06-043-7/+38
|
* docs: more notes about errorsFedor Indutny2016-06-041-0/+5
|
* src: fix non-constant value errorFedor Indutny2016-06-041-2/+2
|
* api: experimental error reportingFedor Indutny2016-06-049-11/+175
|
* Revert "api: `uv_link_strerror`"Fedor Indutny2016-06-047-76/+5
| | | | This reverts commit 0799c7c91ee710eb9ce752bcfcd6952a0838b495.
* Revert "docs: add default strerror"Fedor Indutny2016-06-041-1/+0
| | | | This reverts commit 6bec46526bd10e8260519cfa04963b092ba933be.
* Revert "doc: mention strerror implementation details"Fedor Indutny2016-06-041-7/+0
| | | | This reverts commit 5fb3b729bb9e96c17f9966d61ac8aeba3c1513c0.
* doc: mention strerror implementation detailsFedor Indutny2016-06-041-0/+7
|
* docs: add default strerrorFedor Indutny2016-06-041-0/+1
|
* api: `uv_link_strerror`Fedor Indutny2016-06-047-5/+76
|
* readme: add section about left todosFedor Indutny2016-06-041-0/+5
|
* readme: add link to implementation guideFedor Indutny2016-06-041-0/+2
|
* docs: implementation guideFedor Indutny2016-06-041-0/+57
|
* defaults: stop reading on errorFedor Indutny2016-06-044-0/+49
|
* api: rename default cbFedor Indutny2016-06-044-19/+19
|
* src: error or NULL links they happen on closeFedor Indutny2016-06-032-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 protectionFedor Indutny2016-06-033-0/+70
|
* src: experiment fixFedor Indutny2016-06-032-16/+10
|
* src: fix experimentFedor Indutny2016-06-031-8/+0
|
* src: more experimentsFedor Indutny2016-06-032-6/+16
|
* src: fix the close depth tracking for read/allocFedor Indutny2016-06-031-6/+6
|
* src: attempt at non-breaking close_cbFedor Indutny2016-06-032-27/+91
|
* observer: fix 0-initializationFedor Indutny2016-06-021-1/+1
|
* example: simplify using default methodsFedor Indutny2016-05-311-19/+3
|
* api: default method implementationsFedor Indutny2016-05-316-58/+134
|
* api: note about private fieldsFedor Indutny2016-05-281-0/+3
|
* readme: fix markdownFedor Indutny2016-05-281-0/+1
|
* docs: linksFedor Indutny2016-05-281-55/+83
|
* api: test linksFedor Indutny2016-05-281-6/+10
|
* api: observer, sourceFedor Indutny2016-05-281-11/+63
|
* api: lots of textFedor Indutny2016-05-282-12/+205
|
* api: fixapi: fixapi: fixapi: fixapi: fixapi: fixapi: fixapi: fixapi: fixFedor Indutny2016-05-281-1/+1
|
* api: save progressFedor Indutny2016-05-281-5/+145
|
* docs: improvementFedor Indutny2016-05-272-45/+27
|
* api: template for uv_link_observer_tFedor Indutny2016-05-271-0/+5
|
* api: inherit structs from uv_link_tFedor Indutny2016-05-278-90/+122
|
* example: simplifyFedor Indutny2016-05-271-38/+17
|
* src: simplify uv_link_closeFedor Indutny2016-05-276-62/+64
|
* include: close callbacksFedor Indutny2016-05-277-36/+132
|
* make: distFedor Indutny2016-05-271-1/+5
|