aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* win: use ProcessPrng (#4836)HEADv1.xmainBen Noordhuis6 days
* win: add arm64 machine type to uv_os_uname (#4840)wisemanny6 days
* test: simplify ASSERT_OK macro for static analysis (#4830)Jameson Nash6 days
* win: fix -Wsign-compare warnings (#4835)Ben Noordhuis7 days
* win: fix -Wcast-function-type warnings in winapi.c (#4834)Ben Noordhuis7 days
* doc: make requirements work with newer python (#4745)Luca Saccarola12 days
* win,pipe: minimal fix to uv_read_cb->uv_read_start recursion bug (#4784)Jameson Nash13 days
* win: replace inline asm with compiler intrinsic (#4829)Ben Noordhuis2025-07-08
* win: move uv__insert_pending_req to core.c (#4828)Ben Noordhuis2025-07-08
* win: move uv__process_endgames to core.c (#4827)Ben Noordhuis2025-07-07
* win: dissolve atomicops-inl.h (#4826)Ben Noordhuis2025-07-07
* test: skip slow process title test on asan+macos (#4825)Ben Noordhuis2025-07-06
* win: remove unnecessary inlining from header file (#4824)Ben Noordhuis2025-07-06
* win: move uv__process_reqs to core.c (#4821)Ben Noordhuis2025-07-06
* win: remove unnecessary inlining from fs.c (#4822)Ben Noordhuis2025-07-06
* test: pass correct string type to GetModuleHandleW (#4820)Ben Noordhuis2025-07-06
* unix: deduplicate uv_free_interface_addresses (#4818)Juan José2025-07-05
* unix: handle possible `ENOMEM` in `uv__pipe_listen` (#4817)Juan José2025-07-03
* win: remove obsolete comment (#4816)Ben Noordhuis2025-07-02
* mailmap: update email address for Richard LauRichard Lau2025-07-01
* qnx: add qnx 8 support (#4801)Deep C2025-06-30
* win: replace GetModuleHandleA with GetModuleHandleW (#4812)chemodax2025-06-29
* unix: handle possible `ENOMEM` in `uv__tcp_listen`Juan José Arboleda2025-06-24
* win: use WSA_FLAG_NO_HANDLE_INHERIT in WSASocketW (#4810)chemodax2025-06-22
* win: handle empty string in uv_get_process_title (#4807)Ben Noordhuis2025-06-15
* include: remove unused macro undefs from uv.h (#4790)Juan José2025-06-14
* build: make automake link libm on bsd-likes (#4795)Juan José2025-06-14
* src: fix nullptr dereference in uv__print_handles (#4805)jhnh2042025-06-14
* linux: fix -Wformat-truncation warning (#4793)Ben Noordhuis2025-05-29
* tcp: support customizing TCP_KEEPINTVL and TCP_KEEPCNTAndy Pan2025-05-21
* doc: update ncurses link (#4788)Saúl Ibarra Corretgé2025-05-16
* build: dedup sanitizer jobs using matrix strategy (#4776)Juan José2025-05-15
* unix: fix uv_thread_{get,set}priority error codes (#4782)Ryan Liptak2025-05-15
* doc: don't mention UV_LOOP_ENABLE_IO_URING_SQPOLL (#4786)Poul T Lomholt2025-05-15
* test: remove unused include of <limits.h> in runner.h (#4780)Juan José2025-05-10
* test: skip `udp_multicast_join` if not system-wide available (#4779)Juan José2025-05-08
* src: remove unused include of <assert.h> in timer.c (#4774)Juan José2025-05-02
* Now working on version 1.51.1Santiago Gimeno2025-04-25
* Add SHA to ChangeLogSantiago Gimeno2025-04-25
* 2025.04.25, Version 1.51.0 (Stable)v1.51.0Santiago Gimeno2025-04-25
* build: shorten instructions for cmake build (#4762)Juan José2025-04-24
* sunos: improve fs event watcher OOM handling (#4759)Juan José2025-04-23
* kqueue: improve fs event watcher OOM handling (#4758)Juan José2025-04-23
* linux: align CPU quota calculation with Rust (#4746)Juan José2025-04-22
* test: skip multievent tests on macOS with TSAN enabled (#4763)Juan José2025-04-22
* test: merge uv_tcp_connect callbacks (#4761)Juan José2025-04-20
* unix: improve uv_loop_init OOM handling (#4757)Ben Noordhuis2025-04-18
* doc: update thread pool stack size comment (#4756)Ben Noordhuis2025-04-17
* haiku: use uint32 instead of uint32_t (#4754)AE10202025-04-16
* unix: use pipe_fname if getsockname returns nothing (#4748)crupest2025-04-08