libuv/src/win
Bert Belder 034ea318af win: get rid of early ipv6 support detection
No longer explictly check wheter an IPv6 stack is present when the user
tries to use IPV6 sockets. Instead realy on the operating system
to report the lack of protocol support via appropriate error messages.
2013-01-30 19:09:58 +01:00
..
async.c unix, windows: share uv__handle_init() 2012-06-13 01:28:58 +02:00
core.c win: fix compilation with MSVCRT < 8.0 2012-10-11 00:59:43 +02:00
dl.c unix, win: rework uv_dlopen() API 2012-05-03 19:36:40 +02:00
error.c win: add error mappings related to unsupported protocols 2013-01-30 19:09:55 +01:00
fs-event.c unix, windows: share uv__handle_init() 2012-06-13 01:28:58 +02:00
fs.c windows: fix handle leak in uv_fs_utime 2012-10-10 17:15:25 +02:00
getaddrinfo.c windows: inline a couple of inline request functions 2012-06-02 23:08:22 +02:00
handle-inl.h unix, windows: share uv__handle_init() 2012-06-13 01:28:58 +02:00
handle.c windows: inline a couple of handle functions 2012-06-02 23:38:16 +02:00
internal.h win: get rid of early ipv6 support detection 2013-01-30 19:09:58 +01:00
loop-watcher.c unix, windows: share uv__handle_init() 2012-06-13 01:28:58 +02:00
pipe.c unix, windows: share uv__handle_init() 2012-06-13 01:28:58 +02:00
poll.c unix, windows: share uv__handle_init() 2012-06-13 01:28:58 +02:00
process-stdio.c windows: don't duplicate invalid stdio handles 2012-08-08 02:24:48 +02:00
process.c windows: set the child_pid property for all IPC pipes in uv_spawn 2012-06-19 19:22:49 +02:00
req-inl.h windows: cast OVERLAPPED.Internal to NTSTATUS to avoid warnings 2012-06-05 00:58:50 +02:00
req.c windows: inline a couple of inline request functions 2012-06-02 23:08:22 +02:00
stream-inl.h unix, windows: share uv__handle_init() 2012-06-13 01:28:58 +02:00
stream.c windows: move some stream functions to stream-inl.h 2012-06-04 18:04:47 +02:00
tcp.c win: get rid of early ipv6 support detection 2013-01-30 19:09:58 +01:00
thread.c Windows: avoid compiler warning 2012-06-04 18:04:48 +02:00
threadpool.c windows: inline a couple of inline request functions 2012-06-02 23:08:22 +02:00
timer.c unix, windows: share uv__handle_init() 2012-06-13 01:28:58 +02:00
tty.c win/tty: reset background brightness when color is set to default 2012-09-14 17:50:45 +02:00
udp.c win/udp: fix bug in getsockopt() return value check 2013-01-30 19:09:57 +01:00
util.c windows: improve / fix uv_interface_addresses 2012-12-04 14:05:50 +01:00
winapi.c windows: fix some comments 2012-06-12 17:00:15 +02:00
winapi.h windows: fix the MinGW build 2012-07-31 17:24:46 +02:00
winsock.c win: get rid of early ipv6 support detection 2013-01-30 19:09:58 +01:00
winsock.h Windows: fix MinGW 2012-05-05 00:05:36 +02:00