libuv/test
Jameson Nash 4e774df4cc 2023.05.19, Version 1.45.0 (Stable)
Changes since version 1.44.2:
 
 * win: remove stdint-msvc2008.h (Ben Noordhuis)
 
 * android: remove pthread-fixes.c (Ben Noordhuis)
 
 * build: enable MSVC_RUNTIME_LIBRARY setting (自发对称破缺)
 
 * unix: switch to c11 atomics (Ben Noordhuis)
 
 * unix: don't accept() connections in a loop (Ben Noordhuis)
 
 * win: fix off-by-1 buffer overrun in uv_exepath() (Ben Noordhuis)
 
 * build: switch ci from macos-10.15 to macos-11 (Ben Noordhuis)
 
 * win: fix thread race in uv_cwd() and uv_chdir() (Ben Noordhuis)
 
 * unix,win: remove UV_HANDLE_SHUTTING flag (Santiago Gimeno)
 
 * win: support Windows 11 in uv_os_uname() (Luan Devecchi)
 
 * unix: fix uv_getrusage() ru_maxrss reporting (Ben Noordhuis)
 
 * doc: add note about offset -1 in uv_fs_read/write (Steven Schveighoffer)
 
 * test: fix musl libc.a dlerror() test expectation (Ben Noordhuis)
 
 * kqueue: DRY file descriptor deletion logic (Ben Noordhuis)
 
 * linux: teach uv_get_constrained_memory() cgroupsv2 (Ben Noordhuis)
 
 * build: upgrade qemu-user-static package (Ben Noordhuis)
 
 * linux: move epoll.c back into linux-core.c (Ben Noordhuis)
 
 * unix: remove pre-macos 10.8 compatibility hack (Ben Noordhuis)
 
 * unix,win: fix memory leak in uv_fs_scandir() (Ben Noordhuis)
 
 * build: restore qemu download logic (Ben Noordhuis)
 
 * win: fix uv__pipe_accept memory leak (number201724)
 
 * doc: update LINKS.md (Daniel)
 
 * unix: simplify atomic op in uv_tty_reset_mode() (Ben Noordhuis)
 
 * build: add LIBUV_BUILD_SHARED cmake option (Christian Clason)
 
 * linux: remove unused or obsolete syscall wrappers (Ben Noordhuis)
 
 * linux: merge files back into single file (Ben Noordhuis)
 
 * stream: process more than one write req per loop tick (ywave620)
 
 * unix,win: give thread pool threads an 8 MB stack (Ben Noordhuis)
 
 * build: add MemorySanitizer (MSAN) support (Ben Noordhuis)
 
 * doc: add uv_poll_cb status==UV_EBADF note (jensbjorgensen)
 
 * build: support AddressSanitizer on MSVC (Jameson Nash)
 
 * win,pipe: improve method of obtaining pid for ipc (number201724)
 
 * thread: add support for affinity (daomingq)
 
 * include: map ENODATA error code (Ben Noordhuis)
 
 * build: remove bashism from autogen.sh (Santiago Gimeno)
 
 * win,tcp,udp: remove "active streams" optimization (Saúl Ibarra Corretgé)
 
 * win: drop code checking for Windows XP / Server 2k3 (Saúl Ibarra Corretgé)
 
 * unix,win: fix 'sprintf' is deprecated warning (twosee)
 
 * doc: mention close_cb can be NULL (Qix)
 
 * win: optimize udp receive performance (ywave620)
 
 * win: fix an incompatible types warning (twosee)
 
 * doc: document 0 return value for free/total memory (Ben Noordhuis)
 
 * darwin: use hw.cpufrequency again for frequency info (Jameson Nash)
 
 * win,test: change format of TEST_PIPENAME's (Santiago Gimeno)
 
 * win,pipe: fixes in uv_pipe_connect() (Santiago Gimeno)
 
 * misc: fix return value of memory functions (theanarkh)
 
 * src: add new metrics APIs (Trevor Norris)
 
 * thread: add uv_thread_getcpu() (daomingq)
 
 * build: don't use ifaddrs.h on solaris 10 (Edward Humes)
 
 * unix,win: add uv_get_available_memory() (Tim Besard)
 
 * test: fix -Wunused-but-set-variable warnings (Ben Noordhuis)
 
 * doc: bump min supported linux and freebsd versions (Ben Noordhuis)
 
 * Add Socket Runtime to the LINKS.md (Sergey Rubanov)
 
 * unix: drop kfreebsd support (Ben Noordhuis)
 
 * win: fix fstat for pipes and character files (Stefan Stojanovic)
 
 * win: fix -Wunused-variable warning (Ben Noordhuis)
 
 * win: fix -Wunused-function warning (Ben Noordhuis)
 
 * build: drop qemu-alpha from ci matrix (Ben Noordhuis)
 
 * win: move child_stdio_buffer out of uv_process_t (Santiago Gimeno)
 
 * test: fix some unreachable code warnings (Santiago Gimeno)
 
 * linux: simplify uv_uptime() (Ben Noordhuis)
 
 * test: unflake fs_event_watch_dir test (Ben Noordhuis)
 
 * darwin: remove unused fsevents symbol lookups (Ben Noordhuis)
 
 * build: add define guard around UV_EXTERN (Zvicii)
 
 * build: add UndefinedBehaviorSanitizer support (Ben Noordhuis)
 
 * build: enable platform_output test on qemu (Ben Noordhuis)
 
 * linux: handle cpu hotplugging in uv_cpu_info() (Ben Noordhuis)
 
 * build: remove unnecessary policy setting (dundargoc)
 
 * docs: add vcpkg instruction step (Jack·Boos·Yu)
 
 * win,fs: fix readlink errno for a non-symlink file (Darshan Sen)
 
 * misc: extend getpw to take uid as an argument (Jameson Nash)
 
 * unix,win: use static_assert when available (Ben Noordhuis)
 
 * docs: delete code Makefile (Jameson Nash)
 
 * docs: add CI for docs PRs (Jameson Nash)
 
 * docs: update Sphinx version on RTD (Jameson Nash)
 
 * doc: clean up license file (Ben Noordhuis)
 
 * test: fix some warnings when compiling tests (panran)
 
 * build,win: add mingw-w64 CI configuration (Jameson Nash)
 
 * build: add CI for distcheck (Jameson Nash)
 
 * unix: remove busy loop from uv_async_send (Jameson Nash)
 
 * doc: document uv_fs_cb type (Tamás Bálint Misius)
 
 * build: Improve build by cmake for Cygwin (erw7)
 
 * build: add libuv:: namespace to libuvConfig.cmake (AJ Heller)
 
 * test: fix ThreadSanitizer thread leak warning (Ben Noordhuis)
 
 * test: fix ThreadSanitizer data race warning (Ben Noordhuis)
 
 * test: fix ThreadSanitizer data race warning (Ben Noordhuis)
 
 * test: fix ThreadSanitizer data race warning (Ben Noordhuis)
 
 * test: cond-skip fork_threadpool_queue_work_simple (Ben Noordhuis)
 
 * test: cond-skip signal_multiple_loops (Ben Noordhuis)
 
 * test: cond-skip tcp_writealot (Ben Noordhuis)
 
 * build: promote tsan ci to must-pass (Ben Noordhuis)
 
 * build: add CI for OpenBSD and FreeBSD (James McCoy)
 
 * build,test: fix distcheck errors (Jameson Nash)
 
 * test: remove bad tty window size assumption (Ben Noordhuis)
 
 * darwin,process: feed kevent the signal to reap children (Jameson Nash)
 
 * unix: abort on clock_gettime() error (Ben Noordhuis)
 
 * test: remove timing-sensitive check (Ben Noordhuis)
 
 * unix: DRY and fix tcp bind error path (Jameson Nash)
 
 * macos: fix fsevents thread race conditions (Ben Noordhuis)
 
 * win: fix leak in uv_chdir (Trevor Norris)
 
 * test: make valgrind happy (Trevor Norris)
 
 * barrier: wait for prior out before next in (Jameson Nash)
 
 * test: fix visual studio 2015 build error (Ben Noordhuis)
 
 * linux: fix ceph copy error truncating readonly files (Bruno Passeri)
 
 * test: silence more valgrind warnings (Trevor Norris)
 
 * doc: add entries to LINKS.md (Trevor Norris)
 
 * win,unix: change execution order of timers (Trevor Norris)
 
 * doc: add trevnorris to maintainers (Trevor Norris)
 
 * linux: remove epoll_pwait() emulation code path (Ben Noordhuis)
 
 * linux: replace unsafe macro with inline function (Ben Noordhuis)
 
 * linux: remove arm oabi support (Ben Noordhuis)
 
 * unix,sunos: SO_REUSEPORT not valid on all sockets (Stacey Marshall)
 
 * doc: consistent single backquote in misc.rst (Jason Zhang)
 
 * src: switch to use C11 atomics where available (Trevor Norris)
 
 * test: don't use static buffer for formatting (Ben Noordhuis)
 
 * linux: introduce io_uring support (Ben Noordhuis)
 
 * linux: fix academic valgrind warning (Ben Noordhuis)
 
 * test: disable signal test under ASan and MSan (Ben Noordhuis)
 
 * linux: add IORING_OP_OPENAT support (Ben Noordhuis)
 
 * linux: add IORING_OP_CLOSE support (Ben Noordhuis)
 
 * linux: remove bug workaround for obsolete kernels (Ben Noordhuis)
 
 * doc: update active maintainers list (Ben Noordhuis)
 
 * test: add ASSERT_OK (Trevor Norris)
 
 * src: fix events/events_waiting metrics counter (Trevor Norris)
 
 * unix,win: add uv_clock_gettime() (Ben Noordhuis)
 
 * build: remove freebsd and openbsd buildbots (Ben Noordhuis)
 
 * win: fix race condition in uv__init_console() (sivadeilra)
 
 * linux: fix logic bug in sqe ring space check (Ben Noordhuis)
 
 * linux: use io_uring to batch epoll_ctl calls (Ben Noordhuis)
 
 * macos: update minimum supported version (Santiago Gimeno)
 
 * docs: fix some typos (cui fliter)
 
 * unix: use memcpy() instead of type punning (Ben Noordhuis)
 
 * test: add additional assert (Mohammed Keyvanzadeh)
 
 * build: export compile_commands.json (Lewis Russell)
 
 * win,process: write minidumps when sending SIGQUIT (Elliot Saba)
 
 * unix: constrained_memory should return UINT64_MAX (Tim Besard)
 
 * unix: handle CQ overflow in iou ring (Santiago Gimeno)
 
 * unix: remove clang compiler warning pragmas (Ben Noordhuis)
 
 * win: fix mingw build (gengjiawen)
 
 * test: fix -Wbool-compare compiler warning (Ben Noordhuis)
 
 * win: define MiniDumpWithAvxXStateContext always (Santiago Gimeno)
 
 * freebsd: hard-code UV_ENODATA definition (Santiago Gimeno)
 
 * linux: work around EOWNERDEAD io_uring kernel bug (Ben Noordhuis)
 
 * linux: fix WRITEV with lots of bufs using io_uring (Santiago Gimeno)
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEYS8OrZQBYiN530QC8ow8jaM8A74FAmRnW50ACgkQ8ow8jaM8
 A76noBAAiavsCBvAC554x4Naic+B3fEYjKnLe8OLTbdN4XQsS2uSkCEuP0TuwLE7
 Q93CHgDFcL//XmNAXwIKMIvZ7G25zga93qxrZdd7Hsuthg5oJwsrZb8faHG7CeKy
 Fq+SLCUdLcwOR9m9RDp1u3h/pIhoqQvLUlPcBvDKVaJOVhIngawKU/vC125z6ZJs
 CYaKMlPbU2WjIkkoQjNRYL8oolmWTs5T/8AhIVWntTCyc/+/n7uxmWwlfL2iR8Kj
 u5IT7Vhh6a7VC+dGh26k/FN0RGdAgJCZ1Jnrt+llHxRVuw0xEBnrTAyS3hOkA7Me
 s+8VUaCsreVi9p66hqE5b4IL5e9yUEB18A5dQBY+TFNeXaQETVg9BxPMXbhoh+XB
 2643LZn/kN1iilZBMSMl9kqB66qeUihv8cvjMnrTzq+nSxJvuc13XPfbH+zhMkVh
 CQaFMq3v5vc4Kyk2YrjcsfGCIkRxRGlhSmk5riz1Xf+erf4GuOl+o2fA6YvVDAnE
 rzlzpGoRSHgHYC23KirkBHo7qQVbWy+NeLWFRFSHfSN4+czttdusiFSjxERavfSh
 ezRKH6dNHI8C9fqT3oAitXOgFt6AsMiYMt7JpJwPm0SdAFjIEkgjAfhkSQADUHz7
 qezLtJoCL+bcUXE8tgRRuz+J6x4FhKBZVu5uA6fV1UuyWI74DBU=
 =YAOh
 -----END PGP SIGNATURE-----

Merge tag 'v1.45.0' into merge_1.45.0
2023-05-23 09:09:41 -04:00
..
fixtures unix,win: fix memory leak in uv_fs_scandir() (#3760) 2022-09-22 09:25:55 +02:00
benchmark-async-pummel.c test: don't use static buffer for formatting (#3953) 2023-04-14 16:54:28 +02:00
benchmark-async.c test: don't use static buffer for formatting (#3953) 2023-04-14 16:54:28 +02:00
benchmark-fs-stat.c test: don't use static buffer for formatting (#3953) 2023-04-14 16:54:28 +02:00
benchmark-getaddrinfo.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
benchmark-list.h test: fix benchmark-ping-udp (#2817) 2022-02-13 01:04:41 -05:00
benchmark-loop-count.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
benchmark-million-async.c test: don't use static buffer for formatting (#3953) 2023-04-14 16:54:28 +02:00
benchmark-million-timers.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
benchmark-multi-accept.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
benchmark-ping-pongs.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
benchmark-ping-udp.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
benchmark-pound.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
benchmark-pump.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
benchmark-queue-work.c test: don't use static buffer for formatting (#3953) 2023-04-14 16:54:28 +02:00
benchmark-sizes.c test: remove LOG and LOGF variadic macros 2015-04-12 18:44:34 +02:00
benchmark-spawn.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
benchmark-tcp-write-batch.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
benchmark-thread.c Make the thread_create benchmark not time out 2012-03-09 17:53:48 +01:00
benchmark-udp-pummel.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
blackhole-server.c test: move to ASSERT_NULL and ASSERT_NOT_NULL test macros 2021-02-14 10:05:46 +01:00
echo-server.c unix,stream: fix loop hang after uv_shutdown 2021-07-13 10:54:02 -04:00
run-benchmarks.c benchmark: remove unreachable code 2021-04-04 17:47:37 +02:00
run-tests.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
runner-unix.c build: add MemorySanitizer (MSAN) support (#3788) 2022-10-18 23:21:42 +02:00
runner-unix.h Add copyright headers, license file. 2011-04-18 11:11:30 -07:00
runner-win.c 2020.07.04, Version 1.38.1 (Stable) 2020-07-30 15:01:58 -04:00
runner-win.h 2019.05.22, Version 1.29.1 (Stable) 2019-06-07 14:22:16 -04:00
runner.c test: don't use static buffer for formatting (#3953) 2023-04-14 16:54:28 +02:00
runner.h test: simplify platform_init() 2020-03-27 23:51:32 +01:00
task.h 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-active.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-async-multi.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-async-null-cb.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-async.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-barrier.c barrier: wait for prior out before next in (#3905) 2023-03-06 17:57:25 -05:00
test-buf.c 2022.07.12, Version 1.44.2 (Stable) 2022-08-01 14:49:47 -04:00
test-callback-stack.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-close-fd.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-close-order.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-condvar.c test: remove timing-sensitive check (#3899) 2023-02-07 11:15:59 -05:00
test-connect-unspecified.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-connection-fail.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-cwd-and-chdir.c test: canonicalize argv[0] in exepath test 2020-03-27 23:51:22 +01:00
test-default-loop-close.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-delayed-accept.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-dlerror.c test: fix musl libc.a dlerror() test expectation (#3735) 2022-09-07 11:21:24 -04:00
test-eintr-handling.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-embed.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-emfile.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-env-vars.c test: fix -Wunused-but-set-variable warnings (#3829) 2022-11-26 22:30:04 +01:00
test-error.c test: move to ASSERT_NULL and ASSERT_NOT_NULL test macros 2021-02-14 10:05:46 +01:00
test-fail-always.c Benchmark runner 2011-04-19 04:47:21 +02:00
test-fork.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-fs-copyfile.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-fs-event.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-fs-fd-hash.c 2020.01.24, Version 1.34.2 (Stable) 2020-01-31 13:34:36 -08:00
test-fs-open-flags.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-fs-poll.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-fs-readdir.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-fs.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-get-currentexe.c build: add CI for OpenBSD and FreeBSD (#3548) 2023-01-21 13:52:36 +01:00
test-get-loadavg.c test: fix -Wtautological-pointer-compare warnings 2015-11-18 22:37:16 +01:00
test-get-memory.c unix,win: add uv_get_available_memory() (#3754) 2022-11-24 22:09:32 +01:00
test-get-passwd.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-getaddrinfo.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-gethostname.c build: add CI for OpenBSD and FreeBSD (#3548) 2023-01-21 13:52:36 +01:00
test-getnameinfo.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-getsockname.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-getters-setters.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-gettimeofday.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-handle-fileno.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-homedir.c test: canonicalize argv[0] in exepath test 2020-03-27 23:51:22 +01:00
test-hrtime.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-idle.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-idna.c test: fix some warnings when compiling tests (#3816) 2023-01-19 10:48:13 -06:00
test-ip4-addr.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-ip6-addr.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-ip-name.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-ipc-heavy-traffic-deadlock-bug.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-ipc-send-recv.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-ipc.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-list.h 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-loop-alive.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-loop-close.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-loop-configure.c linux: fix epoll_pwait() sigmask size calculation 2014-12-25 14:37:02 +01:00
test-loop-handles.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-loop-stop.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-loop-time.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-metrics.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-multiple-listen.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-mutexes.c unix,win: add uv_mutex_init_recursive() 2017-10-02 10:01:09 -04:00
test-not-readable-nor-writable-on-read-error.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-not-writable-after-shutdown.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-osx-select.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-pass-always.c Benchmark runner 2011-04-19 04:47:21 +02:00
test-ping-pong.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-pipe-bind-error.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-pipe-close-stdout-read-stdin.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-pipe-connect-error.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-pipe-connect-multiple.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-pipe-connect-prepare.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-pipe-getsockname.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-pipe-pending-instances.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-pipe-sendmsg.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-pipe-server-close.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-pipe-set-fchmod.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-pipe-set-non-blocking.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-platform-output.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-poll-close-doesnt-corrupt-stack.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-poll-close.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-poll-closesocket.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-poll-multiple-handles.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-poll-oob.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-poll.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-process-priority.c test: handle uv_os_setpriority() windows edge case 2018-09-25 20:56:37 -04:00
test-process-title-threadsafe.c test: fix thread race in process_title_threadsafe 2020-08-06 10:18:29 +02:00
test-process-title.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-queue-foreach-delete.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-random.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-readable-on-eof.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-ref.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-run-nowait.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-run-once.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-semaphore.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
test-shutdown-close.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-shutdown-eof.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-shutdown-simultaneous.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-shutdown-twice.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-signal-multiple-loops.c test: disable signal test under ASan and MSan (#3961) 2023-04-19 07:40:18 +02:00
test-signal-pending-on-close.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-signal.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-socket-buffer-size.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-spawn.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-stdio-over-pipes.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-strscpy.c unix: harden string copying, introduce strscpy() 2018-12-04 17:08:09 +01:00
test-strtok.c core: add thread-safe strtok implementation (#3553) 2022-03-22 15:15:00 -04:00
test-tcp-alloc-cb-fail.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-bind6-error.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-bind-error.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-close-accept.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-close-after-read-timeout.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-close-reset.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-tcp-close-while-connecting.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-close.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-connect6-error.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-connect-error-after-write.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-connect-error.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-connect-timeout.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-create-socket-early.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-flags.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-oob.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-open.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-read-stop-start.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-read-stop.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-rst.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-tcp-shutdown-after-write.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-try-write-error.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-try-write.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-unexpected-read.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-write-after-connect.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-write-fail.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-write-in-a-row.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-write-queue-order.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-write-to-half-open-connection.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-tcp-writealot.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-test-macros.c test: avoid double evaluation in ASSERT_BASE macro 2020-08-12 13:13:02 -04:00
test-thread-affinity.c thread: add uv_thread_getcpu() (#3803) 2022-11-15 18:01:29 +01:00
test-thread-equal.c thread: initialize uv_thread_self for all threads (#3357) 2021-11-24 19:34:57 -05:00
test-thread.c unix: don't allow too small thread stack size (#3423) 2022-01-17 09:36:26 +01:00
test-threadpool-cancel.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-threadpool.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-timer-again.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-timer-from-check.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-timer.c win,unix: change execution order of timers (#3927) 2023-03-20 10:04:57 -06:00
test-tmpdir.c test: canonicalize argv[0] in exepath test 2020-03-27 23:51:22 +01:00
test-tty-duplicate-key.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-tty-escape-sequence-processing.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-tty.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-udp-alloc-cb-fail.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-bind.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-connect6.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-connect.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-create-socket-early.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-dgram-too-big.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-ipv6.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-mmsg.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-multicast-interface6.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-udp-multicast-interface.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-multicast-join6.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-udp-multicast-join.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-multicast-ttl.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-open.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-udp-options.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-recv-in-a-row.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-send-and-recv.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-send-hang-loop.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-send-immediate.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-send-unreachable.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-sendmmsg-error.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-udp-try-send.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-uname.c unix,win: add uv_os_uname() 2019-01-14 10:47:20 -05:00
test-walk-handles.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00
test-watcher-cross-stop.c test: silence more valgrind warnings (#3917) 2023-03-12 14:59:00 +01:00