libuv/src/win
2026-03-19 13:36:31 +07:00
..
async.c win: replace inline asm with compiler intrinsic (#4829) 2025-07-08 16:33:21 +02:00
core.c win: move uv__insert_pending_req to core.c (#4828) 2025-07-08 16:33:02 +02:00
detect-wakeup.c nfci: address some style nits 2020-08-21 17:25:42 -04:00
dl.c misc: export WTF8 conversion utilities (#4021) 2023-10-28 21:04:57 -04:00
error.c win: remap ERROR_NOACCESS and ERROR_BUFFER_OVERFLOW (#4567) 2024-10-17 15:37:00 -04:00
fs-event.c win: fix race in uv_fs_event_start() (#4948) 2025-11-29 20:21:40 +01:00
fs-fd-hash-inl.h win: shrink fd hash table from 2592k to 162k (#4869) 2025-08-24 20:22:54 +02:00
fs.c win: refactor to support large statfs blocks (#5016) 2026-02-02 10:04:36 +01:00
getaddrinfo.c unix,win: support NULL loop for sync uv_getaddrinfo 2026-02-19 13:18:14 +01:00
getnameinfo.c unix,win: remove unused req parameter from macros (#4435) 2024-07-11 21:29:15 +02:00
handle-inl.h win: move uv__process_endgames to core.c (#4827) 2025-07-07 22:08:11 +02:00
handle.c win: fix style nits [NFC] (#3474) 2022-02-15 10:13:24 -05:00
internal.h win: use ProcessPrng (#4836) 2025-07-16 20:18:29 +02:00
loop-watcher.c win: fix style nits [NFC] (#3474) 2022-02-15 10:13:24 -05:00
pipe.c win,pipe: fix data loss from CancelIoEx race 2026-02-27 22:51:10 -08:00
poll.c win: use WSA_FLAG_NO_HANDLE_INHERIT in WSASocketW (#4810) 2025-06-22 23:26:24 +02:00
process-stdio.c win: fix some compiler warnings (#5070) 2026-03-17 00:19:14 -04:00
process.c win: fix path size calculation (#4878) 2025-09-03 08:37:31 +02:00
req-inl.h win: move uv__insert_pending_req to core.c (#4828) 2025-07-08 16:33:02 +02:00
signal.c unix,win: remove unused rb-tree macro parameters (#4518) 2024-08-25 22:54:09 +02:00
snprintf.c
stream-inl.h win: fix style nits [NFC] (#3474) 2022-02-15 10:13:24 -05:00
stream.c unix,win: check nbufs argument is reasonable (#5014) 2026-02-01 13:03:07 +01:00
tcp.c win: rename minimal_windows10_version1709() for libuv's convention 2025-11-22 15:43:50 +01:00
thread.c win: replace GetModuleHandleA with GetModuleHandleW (#4812) 2025-06-29 20:32:14 +02:00
tty.c win: fix off-by-one in utf-16 to wtf-8 conversion (#5050) 2026-03-13 11:59:12 +01:00
udp.c unix,win: implement uv_udp_open_ex (#4896) 2025-10-04 09:43:07 +02:00
util.c win: fix some compiler warnings (#5070) 2026-03-17 00:19:14 -04:00
winapi.c win: use ProcessPrng (#4836) 2025-07-16 20:18:29 +02:00
winapi.h win: readlink support for IO_REPARSE_TAG_LX_SYMLINK (#4994) 2026-01-16 10:38:18 +01:00
winsock.c win: fix style nits [NFC] (#3474) 2022-02-15 10:13:24 -05:00
winsock.h tcp: support customizing TCP_KEEPINTVL and TCP_KEEPCNT 2025-05-21 08:43:53 +02:00