aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* unix: fix uv_thread_{get,set}priority error codes (#4782)Ryan Liptak4 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 Noordhuis2025-04-18
* linux: allow nul bytes in abstract socket address (#4737)Itay Bookstein2025-03-27
* test: support partial output lines in test runner (#4744)Colin Ihrig2025-03-24
* test: skip thread_name_threadpool on AIX/IBMi (#4731)Abdirahim Musse2025-03-03
* test: handle UV_ENOTSUP in platform_output (#4714)Colin Ihrig2025-02-25
* win: add ENABLE_VIRTUAL_TERMINAL_INPUT raw tty mode (#4688)Anna Henningsen2025-02-21
* unix,win: accept NAN/INFINITY as file timestamps (#4702)Ben Noordhuis2025-02-21
* win: fix the inconsistency in volume serial numberHüseyin Açacak2025-02-17
* misc: implement uv_getrusage_thread (#4666)Juan José2025-01-14
* src: set a default thread name for workers (#4664)Rafael Gonzaga2025-01-08
* test: fix udp-multicast-join for FreeBSD (#4655)Juan José2024-12-16
* build: enable fdsan in AndroidJuan José Arboleda2024-12-16
* test: fix flaky flaky udp_mmsg test (#4652)Juan José2024-12-15
* unix,win: add uv_udp_try_send2Ben Noordhuis2024-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 Nash2024-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 Noordhuis2024-12-09
* src: add uv_thread_set/getname() methods (#4599)Santiago Gimeno2024-11-27
* unix,win: add support for detached threads (#4621)Juan José2024-11-26
* unix,win: harmonize buffer checkingSaúl Ibarra Corretgé2024-11-25
* unix,pipe: fix handling null buffer in uv_pipe_get{sock,peer}nameSaú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 Noordhuis2024-11-19
* darwin,test: squelch EBUSY error on multicast joinSaúl Ibarra Corretgé2024-10-22
* test: skip multicast join test on ENOEXECSaúl Ibarra Corretgé2024-10-22
* win: remap ERROR_NOACCESS and ERROR_BUFFER_OVERFLOW (#4567)Jameson Nash2024-10-17
* win,fs: remove trailing slash in junctionsHüseyin Açacak2024-10-15
* win,fs: fix bug in fs__readdirHüseyin Açacak2024-10-04
* win,fs: uv_fs_rmdir() to return ENOENT on file (#4563)Santiago Gimeno2024-10-03
* test: run android tests on ci (#4517)Edigleysson Silva (Edy)2024-09-17
* test: delete test with invalid assumption (#4530)Ben Noordhuis2024-09-12
* kqueue: disallow ill-suited file descriptor kinds (#4513)Andy Pan2024-09-09
* linux: support abstract unix socket autobinding (#4499)Ben Noordhuis2024-08-10
* test: check for `UV_CHANGE` or `UV_RENAME` eventRichard Lau2024-08-08
* test: rmdir can return `EEXIST` or `ENOTEMPTY`Richard Lau2024-08-08
* build: ubsan fixes (#4254)Matheus Izvekov2024-08-05
* test: pipe_overlong_path handle ENAMETOOLONGAbdirahim Musse2024-07-30
* fsevents: detect watched directory removal (#4376)Santiago Gimeno2024-07-30
* win: fix env var in uv_os_homedir and uv_os_tmpdir (#4464)Hüseyin Açacak2024-07-29
* win,fs: use posix delete semantics, if supported (#4318)Ian Butterworth2024-07-29
* test,openbsd: remove superfluous ifdef guard (#4461)Ben Noordhuis2024-07-29
* test: handle zero-length udp datagram (#4344)Ben Noordhuis2024-07-29
* unix: support SO_REUSEPORT with load balancing for UDP (#4419)Andy Pan2024-06-20