about summary refs log tree commit diff stats
path: root/src/uv_link_observer_t.c
Commit message (Expand)AuthorAgeFilesLines
* api: rename default cbFedor Indutny2016-06-041-1/+1
* observer: fix 0-initializationFedor Indutny2016-06-021-1/+1
* api: default method implementationsFedor Indutny2016-05-311-58/+8
* api: inherit structs from uv_link_tFedor Indutny2016-05-271-30/+10
* src: simplify uv_link_closeFedor Indutny2016-05-271-26/+7
* include: close callbacksFedor Indutny2016-05-271-16/+18
* api: simplifyFedor Indutny2016-05-271-3/+3
* include: add `arg` to write/shutdownFedor Indutny2016-05-271-4/+7
* uv_link_t: pass source to write/shutdownFedor Indutny2016-05-261-3/+6
* gyp: include_dirs=.Fedor Indutny2016-05-261-1/+1
* include: invoke => propagateFedor Indutny2016-05-261-2/+2
* example: initialFedor Indutny2016-05-261-3/+5
* src: move methods to separate read-only structureFedor Indutny2016-05-261-18/+17
* uv_link_t: default alloc_cb/read_cbFedor Indutny2016-05-261-0/+1
* src: stub out observerFedor Indutny2016-05-261-0/+123