libuv/src/win
Alexis Campailla ba47e68824 windows: fix opening of read-only stdin pipes
Fix https://github.com/joyent/node/issues/7345

Google Chrome is launching native messaging hosts by invoking cmd.exe
with input/output redirected from/to named pipes. The host ends up
with a read-only handle to the stdin pipe. This is causing
SetNamedPipeHandleState to fail.
2014-04-10 10:01:27 +02:00
..
async.c unix, windows: removed unused status parameter 2014-03-17 21:42:36 +01:00
atomicops-inl.h windows: move uv_atomic_exchange_set to atomicops-inl.h 2012-08-14 01:04:43 +02:00
core.c windows: fix warnings of MinGW -Wall -O3 2014-03-07 17:21:00 +08:00
dl.c windows: use WCHAR consistently 2012-08-13 22:31:48 +02:00
error.c windows: add stdlib.h to satisfy reference to abort 2013-10-25 13:01:06 +02:00
fs-event.c fsevent: rename filename field to path 2014-02-24 21:51:21 +01:00
fs.c windows: fix warnings of MinGW -Wall -O3 2014-03-07 17:21:00 +08:00
getaddrinfo.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
handle-inl.h windows: improved handling of invalid FDs 2014-01-09 18:29:18 +01:00
handle.c windows: improved handling of invalid FDs 2014-01-09 18:29:18 +01:00
internal.h unix: add UV_HANDLE_IPV6 flag to tcp and udp handles 2014-04-02 01:24:39 +02:00
loop-watcher.c unix, windows: removed unused status parameter 2014-03-17 21:42:36 +01:00
pipe.c windows: fix opening of read-only stdin pipes 2014-04-10 10:01:27 +02:00
poll.c windows: fix warnings of MinGW -Wall -O3 2014-03-07 17:21:00 +08:00
process-stdio.c windows: fix warnings of MinGW -Wall -O3 2014-03-07 17:21:00 +08:00
process.c windows: fix warnings of MinGW -Wall -O3 2014-03-07 17:21:00 +08:00
req-inl.h windows: basic signal handling support with uv_signal_t 2012-08-17 19:38:29 +02:00
req.c windows: inline a couple of inline request functions 2012-06-02 23:08:22 +02:00
signal.c windows: fix warnings of MinGW -Wall -O3 2014-03-07 17:21:00 +08:00
stream-inl.h include: make uv_write{2} const correct 2013-09-01 08:25:25 +02:00
stream.c pipe: allow queueing pending handles 2014-03-04 00:34:29 +04:00
tcp.c pipe: allow queueing pending handles 2014-03-04 00:34:29 +04:00
thread.c windows: add stdlib.h to satisfy reference to abort 2013-10-25 13:01:06 +02:00
threadpool.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
timer.c unix, windows: removed unused status parameter 2014-03-17 21:42:36 +01:00
tty.c windows: fix check in uv_tty_endgame() 2014-04-01 10:12:55 +03:00
udp.c unix, windows: do not set SO_REUSEADDR by default on udp 2014-04-02 01:21:35 +02:00
util.c windows: fix warnings of MinGW -Wall -O3 2014-03-07 17:21:00 +08:00
winapi.c windows: make it possible to use NtQueryVolumeInformationFile 2013-08-24 19:13:42 +02:00
winapi.h windows: fix stray comments 2013-09-01 08:25:25 +02:00
winsock.c windows: fix warnings of MinGW -Wall -O3 2014-03-07 17:21:00 +08:00
winsock.h Windows: fix MinGW 2012-05-05 00:05:36 +02:00