| Commit message (Expand) | Author | Age |
* | unix: fix uv_thread_{get,set}priority error codes (#4782) | Ryan Liptak | 4 days |
* | test: remove unused include of <limits.h> in runner.h (#4780) | Juan José | 9 days |
* | test: skip `udp_multicast_join` if not system-wide available (#4779) | Juan José | 11 days |
* | 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 Noordhuis | 2025-04-18 |
* | linux: allow nul bytes in abstract socket address (#4737) | Itay Bookstein | 2025-03-27 |
* | test: support partial output lines in test runner (#4744) | Colin Ihrig | 2025-03-24 |
* | test: skip thread_name_threadpool on AIX/IBMi (#4731) | Abdirahim Musse | 2025-03-03 |
* | test: handle UV_ENOTSUP in platform_output (#4714) | Colin Ihrig | 2025-02-25 |
* | win: add ENABLE_VIRTUAL_TERMINAL_INPUT raw tty mode (#4688) | Anna Henningsen | 2025-02-21 |
* | unix,win: accept NAN/INFINITY as file timestamps (#4702) | Ben Noordhuis | 2025-02-21 |
* | win: fix the inconsistency in volume serial number | Hüseyin Açacak | 2025-02-17 |
* | misc: implement uv_getrusage_thread (#4666) | Juan José | 2025-01-14 |
* | src: set a default thread name for workers (#4664) | Rafael Gonzaga | 2025-01-08 |
* | test: fix udp-multicast-join for FreeBSD (#4655) | Juan José | 2024-12-16 |
* | build: enable fdsan in Android | Juan José Arboleda | 2024-12-16 |
* | test: fix flaky flaky udp_mmsg test (#4652) | Juan José | 2024-12-15 |
* | unix,win: add uv_udp_try_send2 | Ben Noordhuis | 2024-12-13 |
* | test: address FreeBSD kernel bug causing NULL path in fsevents (#4649) | Juan José | 2024-12-13 |
* | win,fs: get (most) fstat when no permission (#4566) | Jameson Nash | 2024-12-12 |
* | win: drop support for the legacy MinGW (#4645) | Saúl Ibarra Corretgé | 2024-12-12 |
* | fixup! | Saúl Ibarra Corretgé | 2024-12-12 |
* | unix,win: handle nbufs=0 in uv_udp_try_send (#4641) | Ben Noordhuis | 2024-12-09 |
* | src: add uv_thread_set/getname() methods (#4599) | Santiago Gimeno | 2024-11-27 |
* | unix,win: add support for detached threads (#4621) | Juan José | 2024-11-26 |
* | unix,win: harmonize buffer checking | Saúl Ibarra Corretgé | 2024-11-25 |
* | unix,pipe: fix handling null buffer in uv_pipe_get{sock,peer}name | Saúl Ibarra Corretgé | 2024-11-22 |
* | build(deps): bump actions/checkout from 3 to 4 (#4490) | dependabot[bot] | 2024-11-21 |
* | unix,win: fix off-by-one in uv_wtf8_to_utf16() (#4609) | Ben Noordhuis | 2024-11-19 |
* | darwin,test: squelch EBUSY error on multicast join | Saúl Ibarra Corretgé | 2024-10-22 |
* | test: skip multicast join test on ENOEXEC | Saúl Ibarra Corretgé | 2024-10-22 |
* | win: remap ERROR_NOACCESS and ERROR_BUFFER_OVERFLOW (#4567) | Jameson Nash | 2024-10-17 |
* | win,fs: remove trailing slash in junctions | Hüseyin Açacak | 2024-10-15 |
* | win,fs: fix bug in fs__readdir | Hüseyin Açacak | 2024-10-04 |
* | win,fs: uv_fs_rmdir() to return ENOENT on file (#4563) | Santiago Gimeno | 2024-10-03 |
* | test: run android tests on ci (#4517) | Edigleysson Silva (Edy) | 2024-09-17 |
* | test: delete test with invalid assumption (#4530) | Ben Noordhuis | 2024-09-12 |
* | kqueue: disallow ill-suited file descriptor kinds (#4513) | Andy Pan | 2024-09-09 |
* | linux: support abstract unix socket autobinding (#4499) | Ben Noordhuis | 2024-08-10 |
* | test: check for `UV_CHANGE` or `UV_RENAME` event | Richard Lau | 2024-08-08 |
* | test: rmdir can return `EEXIST` or `ENOTEMPTY` | Richard Lau | 2024-08-08 |
* | build: ubsan fixes (#4254) | Matheus Izvekov | 2024-08-05 |
* | test: pipe_overlong_path handle ENAMETOOLONG | Abdirahim Musse | 2024-07-30 |
* | fsevents: detect watched directory removal (#4376) | Santiago Gimeno | 2024-07-30 |
* | win: fix env var in uv_os_homedir and uv_os_tmpdir (#4464) | Hüseyin Açacak | 2024-07-29 |
* | win,fs: use posix delete semantics, if supported (#4318) | Ian Butterworth | 2024-07-29 |
* | test,openbsd: remove superfluous ifdef guard (#4461) | Ben Noordhuis | 2024-07-29 |
* | test: handle zero-length udp datagram (#4344) | Ben Noordhuis | 2024-07-29 |
* | unix: support SO_REUSEPORT with load balancing for UDP (#4419) | Andy Pan | 2024-06-20 |