libuv/src/win
cjihrig 79c2d74058
win: misc fs cleanup
This commit removes two extraneous semicolons and an unused
variable that was generating a compiler warning.

PR-URL: https://github.com/libuv/libuv/pull/2402
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
2019-07-31 05:14:29 -10:00
..
async.c unix,win: merge handle flags 2018-06-29 22:24:52 +02:00
atomicops-inl.h src,test: fix idiosyncratic comment style 2018-05-29 11:56:49 -07:00
core.c win: add UV_FS_O_FILEMAP 2019-07-16 18:20:10 +02:00
detect-wakeup.c build: add -Wstrict-prototypes 2017-05-02 23:00:33 +02:00
dl.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
error.c src,test: fix idiosyncratic comment style 2018-05-29 11:56:49 -07:00
fs-event.c win: fix sizeof-pointer-div warning 2019-01-11 15:19:30 -05:00
fs-fd-hash-inl.h win: add UV_FS_O_FILEMAP 2019-07-16 18:20:10 +02:00
fs.c win: misc fs cleanup 2019-07-31 05:14:29 -10:00
getaddrinfo.c unix,win: support IDNA 2008 in uv_getaddrinfo() 2018-10-30 20:50:23 +01:00
getnameinfo.c unix,win: limit concurrent DNS calls to nthreads/2 2018-08-21 10:48:24 +02:00
handle-inl.h unix,win: merge handle flags 2018-06-29 22:24:52 +02:00
handle.c unix, win: make fs-poll close wait for resource cleanup 2019-03-11 09:50:01 +00:00
internal.h win: add UV_FS_O_FILEMAP 2019-07-16 18:20:10 +02:00
loop-watcher.c unix,win: merge handle flags 2018-06-29 22:24:52 +02:00
pipe.c unix: don't send handle twice on partial write 2018-12-30 20:13:48 +01:00
poll.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
process-stdio.c win: fixing build for older MSVC compilers 2018-06-29 10:35:18 +02:00
process.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
req-inl.h unix,windows: refactor request init logic 2017-03-21 16:14:09 +01:00
signal.c win: Redefine NSIG to consider SIGWINCH 2018-10-18 10:15:26 +02:00
snprintf.c win: fix compilation with VS < 2012 2015-10-01 00:41:41 +02:00
stream-inl.h req: revisions to uv_req_t handling 2018-02-25 18:49:37 +01:00
stream.c unix,win: merge handle flags 2018-06-29 22:24:52 +02:00
tcp.c unix: refactor getsockname/getpeername methods 2019-03-16 12:05:23 -04:00
thread.c thread: allow specifying stack size for new thread 2019-02-08 21:15:01 +01:00
tty.c win: prevent tty event explosion machine hang 2019-07-12 10:14:26 +02:00
udp.c udp: add support for UDP connected sockets 2019-03-16 12:05:37 -04:00
util.c win: fix uv_os_tmpdir when env var is 260 chars 2019-07-03 14:18:04 +02:00
winapi.c win: prevent tty event explosion machine hang 2019-07-12 10:14:26 +02:00
winapi.h win: prevent tty event explosion machine hang 2019-07-12 10:14:26 +02:00
winsock.c win: skip winsock initialization in safe mode 2019-03-16 11:42:41 -04:00
winsock.h win: map 0.0.0.0 and :: addresses to localhost 2017-12-28 10:42:11 +01:00