libuv/src/win
2011-08-24 04:55:08 +02:00
..
async.c win: store the tcp deferred bind error in uv_tcp_t.bind_error, remove uv_handle_t.error 2011-08-23 20:41:16 +02:00
cares.c use GetQueuedCompletionStatusEx if the OS supports it 2011-08-15 12:13:47 -07:00
core.c win: use uv_req_t.overlapped.Internal field to propagate request errors 2011-08-23 21:24:14 +02:00
error.c win: udp support 2011-08-24 04:55:08 +02:00
getaddrinfo.c use GetQueuedCompletionStatusEx if the OS supports it 2011-08-15 12:13:47 -07:00
handle.c win: change uv_getsockname signature to support udp 2011-08-24 04:55:08 +02:00
internal.h win: change uv_getsockname signature to support udp 2011-08-24 04:55:08 +02:00
loop-watcher.c win: store the tcp deferred bind error in uv_tcp_t.bind_error, remove uv_handle_t.error 2011-08-23 20:41:16 +02:00
pipe.c Add UDP support to libuv. 2011-08-24 04:55:01 +02:00
process.c win: store the tcp deferred bind error in uv_tcp_t.bind_error, remove uv_handle_t.error 2011-08-23 20:41:16 +02:00
req.c win: udp support 2011-08-24 04:55:08 +02:00
stdio.c uv_std_handle + uv_listen on stdin 2011-07-25 10:28:50 -07:00
stream.c win: store the tcp deferred bind error in uv_tcp_t.bind_error, remove uv_handle_t.error 2011-08-23 20:41:16 +02:00
tcp.c win: change uv_getsockname signature to support udp 2011-08-24 04:55:08 +02:00
timer.c win: store the tcp deferred bind error in uv_tcp_t.bind_error, remove uv_handle_t.error 2011-08-23 20:41:16 +02:00
udp.c win: change uv_getsockname signature to support udp 2011-08-24 04:55:08 +02:00
util.c Windows: spawn child processes 2011-07-29 19:02:51 -07:00
winapi.c Remove trailing whitespace 2011-08-21 21:46:05 +02:00
winapi.h win: add ntstatus-to-winsock-error mapping 2011-08-23 20:41:14 +02:00
winsock.c win: add ntstatus-to-winsock-error mapping 2011-08-23 20:41:14 +02:00
winsock.h win: move winsock intialization out of tcp.c 2011-08-21 21:46:40 +02:00