libuv/include
Bert Belder 0ea4c87f8b Windows implementation of new request API
This changes uv-win to use the new uv_req subclasses.

It gets rid of the uv_req.flags field. There used to be only request flag
(UV_REQ_PENDING), and it was mostly obsolete; it only had a real purpose for
internal uv_read requests. Now we'll use the UV_HANDLE_READ_PENDING flag on
the handle instead.

This patch also simplifies the accept logic for named pipes on windows. We
no longer have a separate struct to store information about established
connections. Instead we just carry over the windows HANDLE from the accept
request to the client handle in uv_pipe_accept().
2011-07-14 10:46:08 -07:00
..
ares_version.h src/ and include/ directories 2011-07-07 07:52:57 -07:00
ares.h Fix Linux build 2011-07-07 23:55:58 -07:00
eio.h C99 compatibility. 2011-07-07 21:39:08 -07:00
ev.h Fix SunOS build 2011-07-07 23:55:50 -07:00
ngx-queue.h src/ and include/ directories 2011-07-07 07:52:57 -07:00
tree.h src/ and include/ directories 2011-07-07 07:52:57 -07:00
uv-unix.h Better request API 2011-07-14 10:45:28 -07:00
uv-win.h Windows implementation of new request API 2011-07-14 10:46:08 -07:00
uv.h Windows implementation of new request API 2011-07-14 10:46:08 -07:00