libuv/src/win
Nikolai Vavilov dd8662b6d2
win, fs: mkdir really return UV_EINVAL for invalid names
Makes uv_fs_mkdir return UV_EINVAL for invalid directory names instead
of UV_ENOENT.

Refs: https://github.com/nodejs/node/issues/31177
PR-URL: https://github.com/libuv/libuv/pull/2601
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
2020-12-28 12:01:51 +01: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 core: add API to measure event loop idle time 2020-08-04 10:31:42 -04:00
detect-wakeup.c nfci: address some style nits 2020-08-21 17:25:42 -04:00
dl.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
error.c win, fs: add IO_REPARSE_TAG_APPEXECLINK support 2020-04-29 13:50:20 +02:00
fs-event.c win: remove MAX_PATH limitations 2020-04-28 18:06:42 +02:00
fs-fd-hash-inl.h nfci: address some style nits 2020-08-21 17:25:42 -04:00
fs.c win, fs: mkdir really return UV_EINVAL for invalid names 2020-12-28 12:01:51 +01: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 stream: add uv_pipe and uv_socketpair to the API 2020-11-09 21:50:09 -05:00
loop-watcher.c unix,win: merge handle flags 2018-06-29 22:24:52 +02:00
pipe.c stream: add uv_pipe and uv_socketpair to the API 2020-11-09 21:50:09 -05:00
poll.c win: DRY uv_poll_close() 2020-04-22 12:23:00 +02:00
process-stdio.c stream: add uv_pipe and uv_socketpair to the API 2020-11-09 21:50:09 -05:00
process.c win: replace alloca() with stack-based array 2020-04-14 20:44:00 -04:00
req-inl.h unix,windows: refactor request init logic 2017-03-21 16:14:09 +01:00
signal.c unix,win: add uv_library_shutdown() 2020-04-22 12:24:36 +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: harmonize uv_read_start() error handling 2020-11-05 16:41:44 -05:00
tcp.c stream: add uv_pipe and uv_socketpair to the API 2020-11-09 21:50:09 -05:00
thread.c thread: allow specifying stack size for new thread 2019-02-08 21:15:01 +01:00
tty.c win,tty: pass through utf-16 surrogate pairs 2020-09-03 21:38:02 +02:00
udp.c win,udp: fix error code returned by connect() 2020-09-20 11:07:42 -04:00
util.c win,nfc: disable clang-format for #include order 2020-08-04 12:09:07 -04:00
winapi.c win: use RtlGenRandom from advapi32.dll directly 2020-04-06 12:40:48 +02:00
winapi.h tcp: fail instantly if local port is unbound 2020-08-13 17:07:21 +02:00
winsock.c win: remove abort when non-IFS LSP detection fails 2020-01-08 12:00:28 -05:00
winsock.h win,mingw: Fix undefined MCAST_* constants 2019-09-25 14:48:10 +02:00