libuv/src
Bert Belder 61b20e8d46 windows: make uv_shutdown() for write-only pipes work
A couple of issues prevented uv_shutdown() from working correctly with
write-only pipes.

  * The pipe handle wasn't opened with the right permissions, so an
    attempt to probe the state of the write buffer would fail with
    ERROR_ACCESS_DENIED.

  * The pipe flags for child process stdio pipes were always set to
    UV_HANDLE_READABLE and UV_HANDLE_WRITABLE, even in cases where it
    was actually half-duplex.

  * There was no code path that lead to closing the pipe handle if the
    pipe was write-only.
2013-08-29 15:19:18 +02:00
..
unix fsevents: use shared FSEventStream 2013-08-22 16:57:54 +04:00
win windows: make uv_shutdown() for write-only pipes work 2013-08-29 15:19:18 +02:00
fs-poll.c unix, windows: make uv_fs_t.statbuf public 2013-02-10 17:50:03 +01:00
inet.c inet: snprintf returns int, not size_t 2013-04-10 15:50:39 +02:00
uv-common.c unix, windows: move uv_now() to uv-common.c 2013-05-29 16:13:34 +02:00
uv-common.h unix: add uv__is_closing() macro 2013-05-26 23:02:17 +02:00
version.c Now working on v0.10.16 2013-08-23 18:57:14 +02:00