libuv/src
Fedor Indutny b86ed94940 kqueue: ignore ENOENT error
File descriptor might be closed during callback, all events that was reported
before the callback are not valid and trying to remove them will result
in ENOENT. This error can be safely ignored.
2012-12-18 13:48:46 +04:00
..
unix kqueue: ignore ENOENT error 2012-12-18 13:48:46 +04:00
win unix: rework uv_cancel() api 2012-12-13 13:46:38 +01:00
fs-poll.c unix, windows: fix memory leak in fs-poll.c 2012-10-01 23:43:32 +02:00
inet.c win: support compilation with Visual Studio 2008 2012-10-23 22:55:25 +02:00
uv-common.c Add uv_thread_self. 2012-09-13 16:08:07 +02:00
uv-common.h windows: closing handles should always keep the loop alive 2012-10-25 15:10:29 +02:00