v1.x
unix,win: fix memory leak in uv_fs_scandir() (#3760)
win: fix unique named pipes to work inside Windows AppContainer (#5181)
test: switch to new-style ASSERT_EQ macros (#4159)
test: don't use static buffer for formatting (#3953)
bench: add bench to check uv_loop_alive (#4065 1/2)
test: switch from ASSERT_* to ASSERT_PTR_* (#4163)
test: remove LOG and LOGF variadic macros
test: simplify ASSERT_OK macro for static analysis (#4830)
win: use PROC_THREAD_ATTRIBUTE_HANDLE_LIST in uv_spawn (#5100)
test: support partial output lines in test runner (#4744)
Add copyright headers, license file.
test,win: fix race in test runner (#5066)
warnings: fix code that emits compiler warnings
android: fix termux build (#5093)
test: add macros to run fs tests with io_uring (#4963 1/2)
test: merge uv_tcp_connect callbacks (#4761)
qnx: add qnx 8 support (#4801)
test: run android tests on ci (#4517)
test: disable env var test under win32+asan (#4342)
win: remap ERROR_NOACCESS and ERROR_BUFFER_OVERFLOW (#4567)
Benchmark runner
test: run more fs tests using io_uring too (#4970)
test: improve fs event filename assertion
win: shrink fd hash table from 2592k to 162k (#4869)
test: don't generate io_uring variants of loopless fs tests (#5210)
unix: make OpenBSD uv_exepath work
test: fix get_passwd2 on IBM i (#4154)
unix,win: support NULL loop for sync uv_getaddrinfo
win: stop using deprecated names (#4253)
win: fix env var in uv_os_homedir and uv_os_tmpdir (#4464)
misc: fix error code returned from uv_wtf8_length_as_utf16
io: make libuv 64-bit safe (#5076)
linux: don't delay EPOLL_CTL_DEL operations (#4328)
win: fix crash when closing a pipe after a failed bind
unix: improve uv_loop_init OOM handling (#4757)
test: fix -Wunused-function warning (#5090)
unix: handle trailing empty write buffers (#5188)
test: handle UV_ENOTSUP in platform_output (#4714)
test: use correct type for uv_fileno arguments (#4673)
test: remove unused headers and use newer ASSERT macros (#4760)
test: skip slow process title test on asan+macos (#4825)
build: ubsan fixes (#4254)
test: check that sizeof is constant (#5139)
build: add windows ubsan and clang ci (#4138)
test,win: fix -Wunused-function warnings (#4866)
test: check if ipv6 link-local traffic is routable (#4220)
tcp: support customizing TCP_KEEPINTVL and TCP_KEEPCNT
test: disable tcp_reuseport test under qemu (#5005)
test: don't run tcp_writealot under msan (#4214)
test: avoid double evaluation in ASSERT_BASE macro
test: remove conditionals from `uv_thread_self` usage
doc: add UB warning to threading documentation (#5180)
unix,win: add support for detached threads (#4621)
test: fix -Wuninitialized-const-pointer warning (#4990)
unix,win: fix busy loop with zero timeout timers (#4250)
win: add ENABLE_VIRTUAL_TERMINAL_INPUT raw tty mode (#4688)
haiku: build tests with libbsd (#5191)
unix,udp: handle msg_hdr.msg_namelen=0 on recvmmsg (#5163)
linux: fix crash if poll callback closes handle before `POLLERR` (#5039)
test: handle zero-length udp datagram (#4344)
test: close the loop in udp_recvmsg_unreachable_error{,6} (#5209)
test: disable udp_reuseport test under qemu (#5002)
udp: validate nbufs in send functions
test: 192.0.2.0/24 is the actual -TEST-NET-1 (#4133)
linux: add MSG_ERRQUEUE ipv4/ipv6 udp support (#4902)
stream: handle cancel write after close (#5206)