libuv/src
Bert Belder 032c041790 windows: use UV_HANDLE_READABLE and UV_HANDLE_WRITABLE
These flags supersede UV_HANDLE_EOF and UV_HANDLE_SHUTTING. This patch
also moves a lot of stream related state-checking code to stream.c.
2012-09-03 21:09:40 +02:00
..
unix unix: fix clang -Wlanguage-extension-token warnings 2012-09-01 00:27:57 +02:00
win windows: use UV_HANDLE_READABLE and UV_HANDLE_WRITABLE 2012-09-03 21:09:40 +02:00
fs-poll.c windows: make active and closing handle state independent 2012-08-27 23:56:35 +02:00
inet.c Add libuv-ified versions of inet_pton and inet_ntop 2012-08-07 01:03:47 +02:00
uv-common.c Use uv_inet_ntop/uv_inet_pton, instead of the c-ares implementations 2012-08-07 01:03:51 +02:00
uv-common.h windows: make active and closing handle state independent 2012-08-27 23:56:35 +02:00