about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix crashes when close() is called without stream setEugene K2023-01-021-5/+14
* don't crash if read_stop is not setrentallect2020-05-291-1/+2
* api: uv_link_errnoFedor Indutny2016-06-041-7/+28
* src: fix non-constant value errorFedor Indutny2016-06-041-2/+2
* api: experimental error reportingFedor Indutny2016-06-042-6/+64
* Revert "api: `uv_link_strerror`"Fedor Indutny2016-06-041-8/+0
* api: `uv_link_strerror`Fedor Indutny2016-06-041-0/+8
* defaults: stop reading on errorFedor Indutny2016-06-041-0/+4
* api: rename default cbFedor Indutny2016-06-042-7/+7
* src: error or NULL links they happen on closeFedor Indutny2016-06-031-0/+10
* 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
* observer: fix 0-initializationFedor Indutny2016-06-021-1/+1
* api: default method implementationsFedor Indutny2016-05-313-58/+69
* api: lots of textFedor Indutny2016-05-281-4/+2
* api: inherit structs from uv_link_tFedor Indutny2016-05-272-41/+21
* src: simplify uv_link_closeFedor Indutny2016-05-272-46/+36
* include: close callbacksFedor Indutny2016-05-273-28/+75
* api: simplifyFedor Indutny2016-05-271-3/+3
* uv_link_t: do not crash on NULL bufFedor Indutny2016-05-271-1/+2
* include: add `arg` to write/shutdownFedor Indutny2016-05-272-8/+17
* uv_link_t: pass source to write/shutdownFedor Indutny2016-05-262-13/+18
* gyp: include_dirs=.Fedor Indutny2016-05-264-4/+4
* include: invoke => propagateFedor Indutny2016-05-263-10/+10
* example: initialFedor Indutny2016-05-262-9/+8
* src: move methods to separate read-only structureFedor Indutny2016-05-263-30/+34
* test: kind of run allFedor Indutny2016-05-261-1/+1
* test: uv_link_observer_t testFedor Indutny2016-05-262-1/+2
* uv_link_t: default alloc_cb/read_cbFedor Indutny2016-05-263-5/+43
* link: further chain validationFedor Indutny2016-05-261-2/+5
* src: stub out observerFedor Indutny2016-05-263-4/+187
* src: shuffle files aroundFedor Indutny2016-05-263-6/+9
* initialFedor Indutny2016-05-253-0/+177