libuv/src/win
2011-11-17 15:36:34 -08:00
..
async.c win: multiplicity 2011-08-31 04:19:16 +02:00
cares.c win: rename uv_loop_t.ares_channel to ares_chan to avoid confusing g++ 2011-09-04 21:54:31 +02:00
core.c win: add uv_loop_new() and uv_loop_delete() stubs 2011-11-06 04:08:43 +01:00
dl.c Implement uv_dlopen and friends 2011-10-29 00:52:34 +02:00
error.c Shared uv_strerror 2011-11-09 18:06:49 -08:00
fs-event.c Add flags to uv_fs_event_init 2011-11-05 01:42:08 +01:00
fs.c windows: fix utf16->utf8 conversion in uv_fs_readdir 2011-11-08 19:23:30 -08:00
getaddrinfo.c Fixes #76. Unify OS error reporting 2011-09-27 19:05:33 -07:00
handle.c windows: return UV_FILE for non-console FILE_TYPE_CHAR 2011-11-17 15:36:34 -08:00
internal.h uv_kill 2011-11-02 14:34:07 -07:00
loop-watcher.c windows: correct a preprocessor typo 2011-09-04 02:26:53 +02:00
pipe.c make uv_pipe_connect return void 2011-11-04 16:06:53 -07:00
process.c Windows: return UV_ESRCH from uv_kill 2011-11-09 01:48:04 +01:00
req.c win: implement tty 2011-09-26 19:31:32 +02:00
stream.c windows: stdio over non-overlapped pipes 2011-10-20 15:14:39 -07:00
tcp.c windows: turn WSAECONNABORTED from WSARecv to UV_ECONNRESET 2011-11-09 14:57:41 -08:00
threadpool.c Fixes #76. Unify OS error reporting 2011-09-27 19:05:33 -07:00
threads.c Remove uv_init from uv.h and windows backend 2011-09-12 11:32:41 -07:00
timer.c Fixes #76. Unify OS error reporting 2011-09-27 19:05:33 -07:00
tty.c win: flush output buffer before doing a console reset 2011-10-21 18:42:38 -07:00
udp.c Work around windows udp bug, allow zero reads 2011-10-20 15:01:31 -07:00
util.c Change return type of uv_get_*_memory() functions 2011-10-21 10:09:59 -07:00
winapi.c Work around windows udp bug, allow zero reads 2011-10-20 15:01:31 -07:00
winapi.h Fix MinGW build 2011-10-21 18:42:39 -07:00
winsock.c Work around windows udp bug, allow zero reads 2011-10-20 15:01:31 -07:00
winsock.h Windows: the correct way to make TCP_KEEPALIVE work on MinGW 2011-10-29 02:00:04 +02:00