<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in test-ipc-send-recv.c</title>
    <link>http://nxr.netbsd.org/rss/src/external/mit/libuv/dist/test/test-ipc-send-recv.c</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/mit/libuv/dist/test/test-ipc-send-recv.c - 1.1</description>
    <pubDate>Sun May 24 19:26:40 UTC 2020</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import libuv 1.51.0 (previous was 1.44.2)<br/><br/>2025.04.25, Version 1.51.0 (Stable), 5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b<br/><br/>Changes since version 1.50.0:<br/><br/>* win: fix leak in uv_os_tmpdir (Saúl Ibarra Corretgé)<br/><br/>* docs: fix RTD build (Saúl Ibarra Corretgé)<br/><br/>* win: lazy-load [GS]etThreadDescription symbols (Ben Noordhuis)<br/><br/>* linux: try preadv64/pwritev64 before preadv/pwritev (Ben Noordhuis)<br/><br/>* win: check cwd length before spawning a child process (Morten Engelhardt<br/>  Olsen)<br/><br/>* macos,bsd: handle missing /dev/null in chroot env (Andrey)<br/><br/>* doc: fix README link text (Julio Jordán)<br/><br/>* win: fix order of FILE_STAT_BASIC_INFORMATION struct fields (Hüseyin Açacak)<br/><br/>* macos: increase child process stdio buffer size (Jinho Jang)<br/><br/>* doc: add C3 bindings to LINKS.md (Velikiy Kirill)<br/><br/>* unix: remove unnecessary errno.h include in poll.c (Juan José Arboleda)<br/><br/>* win: fix the inconsistency in volume serial number (Hüseyin Açacak)<br/><br/>* unix: add thread affinity support on openharmony (rainlow)<br/><br/>* unix: enable getrusage for SunOS (Paolo Insogna)<br/><br/>* unix,win: accept NAN/INFINITY as file timestamps (Ben Noordhuis)<br/><br/>* win: add ENABLE_VIRTUAL_TERMINAL_INPUT raw tty mode (Anna Henningsen)<br/><br/>* test: handle UV_ENOTSUP in platform_output (cjihrig)<br/><br/>* doc: fix rendering of threading.html (Tobias Nießen)<br/><br/>* unix,sunos: enable use of sendmmsg on Solaris and Illumos (Stacey Marshall)<br/><br/>* unix: handle out of memory in iface name copy (Ben Noordhuis)<br/><br/>* openbsd: do not error out if cpuspeed is not available (Robert Nagy)<br/><br/>* test: skip thread_name_threadpool on AIX/IBMi (Abdirahim Musse)<br/><br/>* aix,ibmi: fix undeclared identifiers (Richard Lau)<br/><br/>* unix,sunos: prefer SO_REUSEPORT for load balancing (Stacey Marshall)<br/><br/>* doc: free lib pointer before function return (mugitya03)<br/><br/>* test: link with libm (Juan José Arboleda)<br/><br/>* style: rename parameter to match definition (Mohammed Keyvanzadeh)<br/><br/>* test: support partial output lines in test runner (cjihrig)<br/><br/>* build: switch from c90 to c11 (Ben Noordhuis)<br/><br/>* linux: allow nul bytes in abstract socket address (Itay Bookstein)<br/><br/>* sunos: use pipe2 on solaris and illumos (Andy Pan)<br/><br/>* unix: remove TOCTOU issues from uv_pipe_chmod (Ben Noordhuis)<br/><br/>* unix: use pipe_fname if getsockname returns nothing (crupest)<br/><br/>* haiku: use uint32 instead of uint32_t (AE1020)<br/><br/>* doc: update thread pool stack size comment (Ben Noordhuis)<br/><br/>* unix: improve uv_loop_init OOM handling (Ben Noordhuis)<br/><br/>* test: merge uv_tcp_connect callbacks (Juan José Arboleda)<br/><br/>* test: skip multievent tests on macOS with TSAN enabled (Juan José Arboleda)<br/><br/>* linux: align CPU quota calculation with Rust (Juan José Arboleda)<br/><br/>* kqueue: improve fs event watcher OOM handling (Juan José Arboleda)<br/><br/>* sunos: improve fs event watcher OOM handling (Juan José Arboleda)<br/><br/>* build: shorten instructions for cmake build (Juan José Arboleda)<br/><br/><br/>2025.01.15, Version 1.50.0 (Stable), 8fb9cb919489a48880680a56efecff6a7dfb4504<br/><br/>Changes since version 1.49.2:<br/><br/>* ci: run macOS and iOS tests also on macOS 14 (Saúl Ibarra Corretgé)<br/><br/>* unix,win: map ENOEXEC errno (Saúl Ibarra Corretgé)<br/><br/>* test: skip multicast join test on ENOEXEC (Saúl Ibarra Corretgé)<br/><br/>* ci: make sure the macOS firewall is disabled (Saúl Ibarra Corretgé)<br/><br/>* darwin,test: squelch EBUSY error on multicast join (Saúl Ibarra Corretgé)<br/><br/>* build: update minimum cmake to 3.10 (Ben Noordhuis)<br/><br/>* kqueue: use EVFILT_USER for async if available (Jameson Nash)<br/><br/>* unix,win: fix off-by-one in uv_wtf8_to_utf16() (Ben Noordhuis)<br/><br/>* doc: add scala-native-loop to LINKS.md (Julian A Avar C)<br/><br/>* unix: fix build breakage on haiku, openbsd, etc (Jeffrey H. Johnson)<br/><br/>* kqueue: lower overhead in uv__io_check_fd (Andy Pan)<br/><br/>* doc: move cjihrig back to active maintainers (cjihrig)<br/><br/>* build(deps): bump actions/checkout from 3 to 4 (dependabot[bot])<br/><br/>* unix,pipe: fix handling null buffer in uv_pipe_get{sock,peer}name (Saúl<br/>  Ibarra Corretgé)<br/><br/>* unix,win: harmonize buffer checking (Saúl Ibarra Corretgé)<br/><br/>* unix,win: add support for detached threads (Juan José Arboleda)<br/><br/>* src: add uv_thread_set/getname() methods (Santiago Gimeno)<br/><br/>* build: fix qemu builds (Ben Noordhuis)<br/><br/>* win: drop support for windows 8 (Ben Noordhuis)<br/><br/>* linux: fix uv_cpu_info() arm cpu model detection (Ben Noordhuis)<br/><br/>* linux: always use io_uring for epoll batching (Ben Noordhuis)<br/><br/>* doc: clarify repeating timer behavior more (Ben Noordhuis)<br/><br/>* unix,win: handle nbufs=0 in uv_udp_try_send (Ben Noordhuis)<br/><br/>* win: use GetQueuedCompletionStatusEx directly (Saúl Ibarra Corretgé)<br/><br/>* win: enable uv_thread_{get,set}name on MinGW (Saúl Ibarra Corretgé)<br/><br/>* win: drop support for the legacy MinGW (Saúl Ibarra Corretgé)<br/><br/>* win,fs: get (most) fstat when no permission (Jameson Nash)<br/><br/>* win: plug uv_fs_event_start memory leak (amcgoogan)<br/><br/>* test: address FreeBSD kernel bug causing NULL path in fsevents (Juan José<br/>  Arboleda)<br/><br/>* unix: refactor udp sendmsg code (Ben Noordhuis)<br/><br/>* unix,win: add uv_udp_try_send2 (Ben Noordhuis)<br/><br/>* test: fix flaky flaky udp_mmsg test (Juan José Arboleda)<br/><br/>* build: enable fdsan in Android (Juan José Arboleda)<br/><br/>* test: fix udp-multicast-join for FreeBSD (Juan José Arboleda)<br/><br/>* win: fix leak processing fs event (Saúl Ibarra Corretgé)<br/><br/>* src: set a default thread name for workers (Rafael Gonzaga)<br/><br/>* misc: implement uv_getrusage_thread (Juan José Arboleda)<br/><br/><br/>2024.10.18, Version 1.49.2 (Stable), e1095c7a4373ce00cd8874d8e820de5afb25776e<br/><br/>Changes since version 1.49.1:<br/><br/>* win,fs: remove trailing slash in junctions (Hüseyin Açacak)<br/><br/>* Revert "linux: eliminate a read on eventfd per wakeup" (Ben Noordhuis)<br/><br/>* win: Fix linked list logic in getaddrinfo (Thad House)<br/><br/>* win: fix compilation against Windows 24H2 SDK (Thad House)<br/><br/>* win: remap ERROR_NOACCESS and ERROR_BUFFER_OVERFLOW (Jameson Nash)<br/><br/>* win,fs: match trailing slash presence in junctions to user input (Jameson<br/>  Nash)<br/><br/><br/>2024.10.11, Version 1.49.1 (Stable), 8be336f4ee296d20e1c071a44d6adf279e202236<br/><br/>Changes since version 1.49.0:<br/><br/>* build: add darwin-syscalls.h to release tarball (Ben Noordhuis)<br/><br/>* linux: use IORING_SETUP_NO_SQARRAY when available (Ben Noordhuis)<br/><br/>* linux: use IORING_OP_FTRUNCATE when available (Ben Noordhuis)<br/><br/>* win: fix pNtQueryDirectoryFile check (Rialbat)<br/><br/>* win: fix WriteFile() error translation (Santiago Gimeno)<br/><br/>* win,fs: uv_fs_rmdir() to return ENOENT on file (Santiago Gimeno)<br/><br/>* win,pipe: ipc code does not support async read (Jameson Nash)<br/><br/>* netbsd: fix build (Adam)<br/><br/>* win,fs: fix bug in fs__readdir (Hüseyin Açacak)<br/><br/>* unix: workaround gcc bug on armv7 (Santiago Gimeno)<br/><br/>* unix: work around arm-linux-gnueabihf-gcc bug (Ben Noordhuis)<br/><br/>* unix: fix uv_tcp_keepalive in smartOS (Santiago Gimeno)<br/><br/>* unix: fix uv_getrusage ru_maxrss on solaris (Poul T Lomholt)<br/><br/><br/>2024.09.25, Version 1.49.0 (Stable), d2e56a5e8d3e39947b78405ca6e4727c70f5568a<br/><br/>Changes since version 1.48.0:<br/><br/>* test: fix -Wpointer-to-int-cast on 32 bits systems (Ben Noordhuis)<br/><br/>* build: add alias for libuv to CMakeLists.txt (Anthony Alayo)<br/><br/>* linux: create io_uring sqpoll ring lazily (Ben Noordhuis)<br/><br/>* misc: run sample CI when code changes (Jameson Nash)<br/><br/>* linux: fix uv_available_parallelism using cgroup (Thomas Walter)<br/><br/>* doc: fix tty example segfault (hiiizxf)<br/><br/>* udp,unix: fix sendmsg use-after-free (Geddy)<br/><br/>* cygwin: implement uv_resident_set_memory (Farzin Monsef)<br/><br/>* win: almost fix race detecting ESRCH in uv_kill (Santiago Gimeno)<br/><br/>* test: disable env var test under win32+asan (Ben Noordhuis)<br/><br/>* unix,fs: fix realpath calls that use the system allocator (Saúl Ibarra<br/>  Corretgé)<br/><br/>* sunos: sync tcp keep-alive with other unices (Andy Pan)<br/><br/>* linux: fix /proc/self/stat executable name parsing (Farzin Monsef)<br/><br/>* test,ci: fix [AM]San, disable ASLR (Ben Noordhuis)<br/><br/>* win: remove _alloca usage (Ben Noordhuis)<br/><br/>* unix: reinstate preadv/pwritev fallback code (Ben Noordhuis)<br/><br/>* linux: don't delay EPOLL_CTL_DEL operations (Ben Noordhuis)<br/><br/>* doc: fix typos in ChangeLog (tgolang)<br/><br/>* unix,win: error on zero delay tcp keepalive (Saúl Ibarra Corretgé)<br/><br/>* win: simplify uv_once implementation (Saúl Ibarra Corretgé)<br/><br/>* doc: correct udp socket options documentation (Ben Noordhuis)<br/><br/>* linux: don't use sendmmsg() for single datagrams (Ben Noordhuis)<br/><br/>* unix: fix fd leaks in SCM_RIGHTS error path (Ben Noordhuis)<br/><br/>* win: robustify uv_os_getenv() error checking (Ben Noordhuis)<br/><br/>* test: use newer ASSERT_MEM_EQ macro (Ben Noordhuis)<br/><br/>* unix: de-duplicate conditions for using kqueue (Brad King)<br/><br/>* darwin: simplify uv_hrtime (Saúl Ibarra Corretgé)<br/><br/>* mailmap: update saghul's main email address (Saúl Ibarra Corretgé)<br/><br/>* win: remove no longer needed define (Saúl Ibarra Corretgé)<br/><br/>* doc: fix some typos (josedelinux)<br/><br/>* linux,darwin: make `uv_fs_copyfile` behaves like `cp -r` (Juan José Arboleda)<br/><br/>* dragonfly: disable SO_REUSEPORT for UDP socket bindings (Andy Pan)<br/><br/>* test: remove the obsolete HAVE_KQUEUE macro (Andy Pan)<br/><br/>* unix: use the presence of SOCK_* instead of OS macros for socketpair (Andy<br/>  Pan)<br/><br/>* bsd: support pipe2() on *BSD (Andy Pan)<br/><br/>* unix: support SO_REUSEPORT with load balancing for TCP (Andy Pan)<br/><br/>* doc: add entries for extended getpw (Juan José Arboleda)<br/><br/>* test: fix the flaky test-tcp-reuseport (Andy Pan)<br/><br/>* aix,ibmi: fix compilation errors in fs_copyfile (Jeffrey H. Johnson)<br/><br/>* unix: support SO_REUSEPORT with load balancing for UDP (Andy Pan)<br/><br/>* tcpkeepalive: distinguish OS versions and use proper time units (Andy Pan)<br/><br/>* win: map ERROR_BAD_EXE_FORMAT to UV_EFTYPE (Hüseyin Açacak)<br/><br/>* doc: add instruction how to install with Conan (Uilian Ries)<br/><br/>* unix,win: remove unused req parameter from macros (Viacheslav Muravyev)<br/><br/>* build: fix android ci build (Ben Noordhuis)<br/><br/>* unix,win: export wtf8 functions properly (Ben Noordhuis)<br/><br/>* hurd: add includes and macro prerequisites (Olivier Valentin)<br/><br/>* hurd: stub uv_thread_setpriority() (Olivier Valentin)<br/><br/>* ci: use macOS 12 for macOS and iOS builds (Saúl Ibarra Corretgé)<br/><br/>* darwin: fix crash on iOS(arm64) (郑苏波 (Super Zheng))<br/><br/>* Create dependabot.yml for updating github-actions (Jameson Nash)<br/><br/>* doc: correct names of Win32 APIs in fs.rst (zeertzjq)<br/><br/>* ci: bump upload and download-artifact versions (dependabot[bot])<br/><br/>* ci: bump actions/setup-python from 4 to 5 (dependabot[bot])<br/><br/>* ci: bump KyleMayes/install-llvm-action from 1 to 2 (dependabot[bot])<br/><br/>* win,error: remap ERROR_NO_DATA to EAGAIN (Jameson Nash)<br/><br/>* test: handle zero-length udp datagram (Ben Noordhuis)<br/><br/>* misc: remove splay trees macros (Viacheslav Muravyev)<br/><br/>* test,openbsd: remove superfluous ifdef guard (Ben Noordhuis)<br/><br/>* win,fs: use posix delete semantics, if supported (Ian Butterworth)<br/><br/>* win: fix env var in uv_os_homedir and uv_os_tmpdir (Hüseyin Açacak)<br/><br/>* fsevents: detect watched directory removal (Santiago Gimeno)<br/><br/>* ci: bump actions/checkout to 4 (dependabot[bot])<br/><br/>* linux: eliminate a read on eventfd per wakeup (Andy Pan)<br/><br/>* test: pipe_overlong_path handle ENAMETOOLONG (Abdirahim Musse)<br/><br/>* win,fs: use the new Windows fast stat API (Hüseyin Açacak)<br/><br/>* win,pipe: fix race with concurrent readers (Jameson Nash)<br/><br/>* win,signal: fix data race dispatching SIGWINCH (Jameson Nash)<br/><br/>* build: ubsan fixes (Matheus Izvekov)<br/><br/>* linux: disable SQPOLL io_uring by default (Santiago Gimeno)<br/><br/>* win: fix fs.c ubsan failure (Matheus Izvekov)<br/><br/>* test: rmdir can return `EEXIST` or `ENOTEMPTY` (Richard Lau)<br/><br/>* test: check for `UV_CHANGE` or `UV_RENAME` event (Richard Lau)<br/><br/>* unix,fs: silence -Wunused-result warning (Santiago Gimeno)<br/><br/>* linux: support abstract unix socket autobinding (Ben Noordhuis)<br/><br/>* kqueue: use EVFILT_USER for async if available (Andy Pan)<br/><br/>* win: remove deprecated GetVersionExW call (Shelley Vohr)<br/><br/>* doc: document uv_loop_option (握猫猫)<br/><br/>* doc: fix the `uv_*_set_data` series of functions (握猫猫)<br/><br/>* doc: properly label enumerations and types (握猫猫)<br/><br/>* doc: document specific macOS fs_event behavior (Santiago Gimeno)<br/><br/>* win,pipe: restore fallback handling for blocking pipes (Jameson Nash)<br/><br/>* unix,win: remove unused rb-tree macro parameters (Viacheslav Muravyev)<br/><br/>* win: compute parallelism from process cpu affinity (Ben Noordhuis)<br/><br/>* win: use NtQueryInformationProcess in uv_os_getppid (Zuohui Yang)<br/><br/>* win,pipe: fix missing assignment to success (Jameson Nash)<br/><br/>* win: fix uv_available_parallelism on win32 (Ben Noordhuis)<br/><br/>* win,pipe: fix another missing assignment to success (Jameson Nash)<br/><br/>* kqueue: disallow ill-suited file descriptor kinds (Andy Pan)<br/><br/>* unix: restore tty attributes on handle close (Ben Noordhuis)<br/><br/>* test: delete test with invalid assumption (Ben Noordhuis)<br/><br/>* dragonflybsd: fix compilation failure (Jeffrey H. Johnson)<br/><br/>* test: run android tests on ci (Edigleysson Silva (Edy))<br/><br/>* darwin: add udp mmsg support (Raihaan Shouhell)<br/><br/>* unix: work around arm-linux-gnueabihf-gcc bug (Ben Noordhuis)<br/><br/>* unix: expand uv_available_parallelism() to support more platforms (Ondřej<br/>  Surý)<br/><br/>* doc: add known issue in armv7 (Santiago Gimeno)<br/><br/><br/>2024.02.07, Version 1.48.0 (Stable), e9f29cb984231524e3931aa0ae2c5dae1a32884e<br/><br/>Changes since version 1.47.0:<br/><br/>* misc: remove deprecated stalebot file (Jameson Nash)<br/><br/>* build: disable windows asan buildbot (Ben Noordhuis)<br/><br/>* test: don't run tcp_writealot under msan (Ben Noordhuis)<br/><br/>* build,win: remove extraneous -lshell32 (Ben Noordhuis)<br/><br/>* unix: ignore ifaddrs with NULL ifa_addr (Stephen Gallagher)<br/><br/>* unix,win: utility for setting priority for thread (Hao Hu)<br/><br/>* pipe: add back error handling to connect / bind (Jameson Nash)<br/><br/>* test: check if ipv6 link-local traffic is routable (Ben Noordhuis)<br/><br/>* win: remove check for UV_PIPE_NO_TRUNCATE (Jameson Nash)<br/><br/>* linux: disable io_uring on hppa below kernel 6.1.51 (matoro)<br/><br/>* unix,win: fix read past end of pipe name buffer (Ben Noordhuis)<br/><br/>* unix: unbreak macOS &lt; 10.14 (Sergey Fedorov)<br/><br/>* aix: disable ipv6 link local (Abdirahim Musse)<br/><br/>* doc: move cjihrig to emeriti (cjihrig)<br/><br/>* unix: correct pwritev conditional (Bo Anderson)<br/><br/>* test_fs.c: Fix issue on 32-bit systems using btrfs (Stephen Gallagher)<br/><br/>* misc: ignore libuv-release-tool files (Jameson Nash)<br/><br/>* win: honor NoDefaultCurrentDirectoryInExePath env var (Ardi Nugraha)<br/><br/>* idna: fix compilation warning (Saúl Ibarra Corretgé)<br/><br/>* linux: remove HAVE_IFADDRS_H macro (Ben Noordhuis)<br/><br/>* test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse)<br/><br/>* build,win: work around missing uuid.dll on MinGW (Anton Bachin)<br/><br/>* win: stop using deprecated names (Matheus Izvekov)<br/><br/>* unix,win: fix busy loop with zero timeout timers (Matheus Izvekov)<br/><br/>* aix,ibmi: use uv_interface_addresses instead of getifaddrs (Abdirahim Musse)<br/><br/>* linux: fix bind/connect for abstract sockets (Santiago Gimeno)<br/><br/>* win: replace c99 comments with c89 comments (Trevor Flynn)<br/><br/>* build: add .cache clangd folder to .gitignore (Juan José Arboleda)<br/><br/>* unix: support full TCP keep-alive on Solaris (Andy Pan)<br/><br/>* freebsd: fix F_KINFO file path handling (David Carlier)<br/><br/>* linux: retry fs op if unsupported by io_uring (Santiago Gimeno)<br/><br/>* freebsd: fix build on non-intel archs (David Carlier)<br/><br/>* unix: optimize uv__tcp_keepalive cpp directives (Andy Pan)<br/><br/>* linux: disable io_uring on ppc64 and ppc64le (Brad King)<br/><br/>* doc: add very basic Security Policy document (Santiago Gimeno)<br/><br/>* build: re-enable msvc-asan job on CI (Jameson Nash)<br/><br/>* win/spawn: optionally run executable paths with no file extension (Brad King)<br/><br/>* win: fix ESRCH implementation (Jameson Nash)<br/><br/>* unix,win: reset the timer queue on stop (Santiago Gimeno)<br/><br/>* fix: always zero-terminate idna output (Ben Noordhuis)<br/><br/>* fix: reject zero-length idna inputs (Ben Noordhuis)<br/><br/>* test: empty strings are not valid IDNA (Santiago Gimeno)<br/><br/>* Merge pull request from GHSA-f74f-cvh7-c6q6 (Ben Noordhuis)<br/><br/><br/>2023.11.06, Version 1.47.0 (Stable), be6b81a352d17513c95be153afcb3148f1a451cd<br/><br/>Changes since version 1.46.0:<br/><br/>* test: fix license blurb (Ben Noordhuis)<br/><br/>* linux: fix harmless warn_unused_result warning (Shuduo Sang)<br/><br/>* darwin: fix build warnings (小明)<br/><br/>* linux: don't use io_uring on pre-5.10.186 kernels (Ben Noordhuis)<br/><br/>* fs: fix WTF-8 decoding issue (Jameson Nash)<br/><br/>* test: enable disabled tcp_connect6_error_fault (Ben Noordhuis)<br/><br/>* test: enable disabled fs_link (Ben Noordhuis)<br/><br/>* test: enable disabled spawn_same_stdout_stderr (Ben Noordhuis)<br/><br/>* linux: handle UNAME26 personality (Ben Noordhuis)<br/><br/>* build: move cmake_minimum_required version to 3.9 (Keith Winstein)<br/><br/>* unix: set ipv6 scope id for link-local addresses (Ben Noordhuis)<br/><br/>* unix: match kqueue and epoll code (Trevor Norris)<br/><br/>* win,spawn: allow `%PATH%` to be unset (Kyle Edwards)<br/><br/>* doc: switch to Furo, a more modern Sphinx theme (Saúl Ibarra Corretgé)<br/><br/>* darwin: make TCP_KEEPINTVL and TCP_KEEPCNT available (小明)<br/><br/>* win,fs: avoid winapi macro redefinition (Brad King)<br/><br/>* linux: add missing riscv syscall numbers (michalbiesek)<br/><br/>* doc: fix broken "Shared library" Wikipedia link (Alois Klink)<br/><br/>* unix: get mainline kernel version in Ubuntu (Santiago Gimeno)<br/><br/>* unix: get mainline kernel version in Debian (Ben Noordhuis)<br/><br/>* build: fix qemu install in CI-unix workflow (Santiago Gimeno)<br/><br/>* unix: disable io_uring close on selected kernels (Santiago Gimeno)<br/><br/>* test: skip tests when ipv6 is not available (Santiago Gimeno)<br/><br/>* ibmi: implement ifaddrs, getifaddrs, freeifaddrs (Abdirahim Musse)<br/><br/>* unix: reset signal counters after fork (SmorkalovG)<br/><br/>* win,process: avoid assert after spawning Store app (Jameson Nash)<br/><br/>* unix: remove pread/preadv conditionals (Ben Noordhuis)<br/><br/>* unix: remove pwrite/pwritev conditionals (Ben Noordhuis)<br/><br/>* darwin: remove workaround for data corruption bug (Ben Noordhuis)<br/><br/>* src: default to stream=stderr in handle printer (Ben Noordhuis)<br/><br/>* test: switch to new-style ASSERT_EQ macros (Pleuvens)<br/><br/>* zos: correctly get cpu model in uv_cpu_info() (jolai)<br/><br/>* test: fix get_passwd2 on IBM i (Abdirahim Musse)<br/><br/>* unix: don't malloc on sync uv_fs_read (Ben Noordhuis)<br/><br/>* freebsd: get fs event path with fcntl(F_KINFO) (David Carlier)<br/><br/>* test: switch from ASSERT_* to ASSERT_PTR_* (Pleuvens)<br/><br/>* darwin: workaround apple pthread_cond_wait bug (Julien Roncaglia)<br/><br/>* doc: uv_close should be called after exit callback (Pleuvens)<br/><br/>* test: 192.0.2.0/24 is the actual -TEST-NET-1 (prubel)<br/><br/>* unix: add back preadv/pwritev fallback (Ben Noordhuis)<br/><br/>* unix: rename variable for consistency (Ben Noordhuis)<br/><br/>* unix: merge read/write code into single functions (Ben Noordhuis)<br/><br/>* doc: filename arg to uv_fs_event_cb can be NULL (Ben Noordhuis)<br/><br/>* build,win: we need to link against shell32.lib (Per Allansson)<br/><br/>* unix: no preadv/pwritev workaround if not needed (Jeffrey H. Johnson)<br/><br/>* build: add CI for Windows ARM64 (build only) (Per Allansson)<br/><br/>* linux: disable io_uring on 32 bits arm systems (Ben Noordhuis)<br/><br/>* build: run sanitizers on macos ci (Ben Noordhuis)<br/><br/>* misc: export WTF8 conversion utilities (Jameson Nash)<br/><br/>* build: fix libuv.a file name for cmake (Jameson Nash)<br/><br/>* build: add windows ubsan and clang ci (Matheus Izvekov)<br/><br/>* win: improve accuracy of ProductName between arch (Christian Heimlich)<br/><br/><br/>2023.06.30, Version 1.46.0 (Stable), f0bb7e40f0508bedf6fad33769b3f87bb8aedfa6<br/><br/>Changes since version 1.45.0:<br/><br/>* Add SHA to ChangeLog (Santiago Gimeno)<br/><br/>* misc: update readthedocs config (Jameson Nash)<br/><br/>* test: remove erroneous RETURN_SKIP (Ben Noordhuis)<br/><br/>* android: disable io_uring support (Ben Noordhuis)<br/><br/>* linux: add some more iouring backed fs ops (Santiago Gimeno)<br/><br/>* build: add autoconf option for disable-maintainer-mode (Jameson Nash)<br/><br/>* fs: use WTF-8 on Windows (Stefan Karpinski)<br/><br/>* unix,win: replace QUEUE with struct uv__queue (Ben Noordhuis)<br/><br/>* linux: fs_read to use io_uring if iovcnt &gt; IOV_MAX (Santiago Gimeno)<br/><br/>* ios: fix uv_getrusage() ru_maxrss calculation (Ben Noordhuis)<br/><br/>* include: update outdated code comment (Ben Noordhuis)<br/><br/>* linux: support abstract unix sockets (Ben Noordhuis)<br/><br/>* unix,win: add UV_PIPE_NO_TRUNCATE flag (Ben Noordhuis)<br/><br/>* unix: add loongarch support (liuxiang88)<br/><br/>* doc: add DPS8M to LINKS.md (Jeffrey H. Johnson)<br/><br/>* include: add EUNATCH errno mapping (Abdirahim Musse)<br/><br/>* src: don't run timers if loop is stopped/unref'd (Trevor Norris)<br/><br/>* win: fix -Wpointer-to-int-cast warning (Ben Noordhuis)<br/><br/>* test,win: fix -Wunused-variable warning (Ben Noordhuis)<br/><br/>* test,win: fix -Wformat warning (Ben Noordhuis)<br/><br/>* linux: work around io_uring IORING_OP_CLOSE bug (Ben Noordhuis)<br/><br/>* win: remove unused functions (Ben Noordhuis)<br/><br/>* bench: add bench to check uv_loop_alive (Trevor Norris)<br/><br/>* test: add uv_cancel test for threadpool (Trevor Norris)<br/><br/>* unix: skip prohibited syscalls on tvOS and watchOS (小明)<br/><br/>* unix,fs: make no_pwritev access thread-safe (Santiago Gimeno)<br/><br/>* unix: fix build for lower versions of Android (小明)<br/><br/><br/>2023.05.19, Version 1.45.0 (Stable), 96e05543f53b19d9642b4b0dd73b86ad3cea313e<br/><br/>Changes since version 1.44.2:<br/><br/>* win: remove stdint-msvc2008.h (Ben Noordhuis)<br/><br/>* android: remove pthread-fixes.c (Ben Noordhuis)<br/><br/>* build: enable MSVC_RUNTIME_LIBRARY setting (自发对称破缺)<br/><br/>* unix: switch to c11 atomics (Ben Noordhuis)<br/><br/>* unix: don't accept() connections in a loop (Ben Noordhuis)<br/><br/>* win: fix off-by-1 buffer overrun in uv_exepath() (Ben Noordhuis)<br/><br/>* build: switch ci from macos-10.15 to macos-11 (Ben Noordhuis)<br/><br/>* win: fix thread race in uv_cwd() and uv_chdir() (Ben Noordhuis)<br/><br/>* unix,win: remove UV_HANDLE_SHUTTING flag (Santiago Gimeno)<br/><br/>* win: support Windows 11 in uv_os_uname() (Luan Devecchi)<br/><br/>* unix: fix uv_getrusage() ru_maxrss reporting (Ben Noordhuis)<br/><br/>* doc: add note about offset -1 in uv_fs_read/write (Steven Schveighoffer)<br/><br/>* test: fix musl libc.a dlerror() test expectation (Ben Noordhuis)<br/><br/>* kqueue: DRY file descriptor deletion logic (Ben Noordhuis)<br/><br/>* linux: teach uv_get_constrained_memory() cgroupsv2 (Ben Noordhuis)<br/><br/>* build: upgrade qemu-user-static package (Ben Noordhuis)<br/><br/>* linux: move epoll.c back into linux-core.c (Ben Noordhuis)<br/><br/>* unix: remove pre-macos 10.8 compatibility hack (Ben Noordhuis)<br/><br/>* unix,win: fix memory leak in uv_fs_scandir() (Ben Noordhuis)<br/><br/>* build: restore qemu download logic (Ben Noordhuis)<br/><br/>* win: fix uv__pipe_accept memory leak (number201724)<br/><br/>* doc: update LINKS.md (Daniel)<br/><br/>* unix: simplify atomic op in uv_tty_reset_mode() (Ben Noordhuis)<br/><br/>* build: add LIBUV_BUILD_SHARED cmake option (Christian Clason)<br/><br/>* linux: remove unused or obsolete syscall wrappers (Ben Noordhuis)<br/><br/>* linux: merge files back into single file (Ben Noordhuis)<br/><br/>* stream: process more than one write req per loop tick (ywave620)<br/><br/>* unix,win: give thread pool threads an 8 MB stack (Ben Noordhuis)<br/><br/>* build: add MemorySanitizer (MSAN) support (Ben Noordhuis)<br/><br/>* doc: add uv_poll_cb status==UV_EBADF note (jensbjorgensen)<br/><br/>* build: support AddressSanitizer on MSVC (Jameson Nash)<br/><br/>* win,pipe: improve method of obtaining pid for ipc (number201724)<br/><br/>* thread: add support for affinity (daomingq)<br/><br/>* include: map ENODATA error code (Ben Noordhuis)<br/><br/>* build: remove bashism from autogen.sh (Santiago Gimeno)<br/><br/>* win,tcp,udp: remove "active streams" optimization (Saúl Ibarra Corretgé)<br/><br/>* win: drop code checking for Windows XP / Server 2k3 (Saúl Ibarra Corretgé)<br/><br/>* unix,win: fix 'sprintf' is deprecated warning (twosee)<br/><br/>* doc: mention close_cb can be NULL (Qix)<br/><br/>* win: optimize udp receive performance (ywave620)<br/><br/>* win: fix an incompatible types warning (twosee)<br/><br/>* doc: document 0 return value for free/total memory (Ben Noordhuis)<br/><br/>* darwin: use hw.cpufrequency again for frequency info (Jameson Nash)<br/><br/>* win,test: change format of TEST_PIPENAME's (Santiago Gimeno)<br/><br/>* win,pipe: fixes in uv_pipe_connect() (Santiago Gimeno)<br/><br/>* misc: fix return value of memory functions (theanarkh)<br/><br/>* src: add new metrics APIs (Trevor Norris)<br/><br/>* thread: add uv_thread_getcpu() (daomingq)<br/><br/>* build: don't use ifaddrs.h on solaris 10 (Edward Humes)<br/><br/>* unix,win: add uv_get_available_memory() (Tim Besard)<br/><br/>* test: fix -Wunused-but-set-variable warnings (Ben Noordhuis)<br/><br/>* doc: bump min supported linux and freebsd versions (Ben Noordhuis)<br/><br/>* Add Socket Runtime to the LINKS.md (Sergey Rubanov)<br/><br/>* unix: drop kfreebsd support (Ben Noordhuis)<br/><br/>* win: fix fstat for pipes and character files (Stefan Stojanovic)<br/><br/>* win: fix -Wunused-variable warning (Ben Noordhuis)<br/><br/>* win: fix -Wunused-function warning (Ben Noordhuis)<br/><br/>* build: drop qemu-alpha from ci matrix (Ben Noordhuis)<br/><br/>* win: move child_stdio_buffer out of uv_process_t (Santiago Gimeno)<br/><br/>* test: fix some unreachable code warnings (Santiago Gimeno)<br/><br/>* linux: simplify uv_uptime() (Ben Noordhuis)<br/><br/>* test: unflake fs_event_watch_dir test (Ben Noordhuis)<br/><br/>* darwin: remove unused fsevents symbol lookups (Ben Noordhuis)<br/><br/>* build: add define guard around UV_EXTERN (Zvicii)<br/><br/>* build: add UndefinedBehaviorSanitizer support (Ben Noordhuis)<br/><br/>* build: enable platform_output test on qemu (Ben Noordhuis)<br/><br/>* linux: handle cpu hotplugging in uv_cpu_info() (Ben Noordhuis)<br/><br/>* build: remove unnecessary policy setting (dundargoc)<br/><br/>* docs: add vcpkg instruction step (Jack·Boos·Yu)<br/><br/>* win,fs: fix readlink errno for a non-symlink file (Darshan Sen)<br/><br/>* misc: extend getpw to take uid as an argument (Jameson Nash)<br/><br/>* unix,win: use static_assert when available (Ben Noordhuis)<br/><br/>* docs: delete code Makefile (Jameson Nash)<br/><br/>* docs: add CI for docs PRs (Jameson Nash)<br/><br/>* docs: update Sphinx version on RTD (Jameson Nash)<br/><br/>* doc: clean up license file (Ben Noordhuis)<br/><br/>* test: fix some warnings when compiling tests (panran)<br/><br/>* build,win: add mingw-w64 CI configuration (Jameson Nash)<br/><br/>* build: add CI for distcheck (Jameson Nash)<br/><br/>* unix: remove busy loop from uv_async_send (Jameson Nash)<br/><br/>* doc: document uv_fs_cb type (Tamás Bálint Misius)<br/><br/>* build: Improve build by cmake for Cygwin (erw7)<br/><br/>* build: add libuv:: namespace to libuvConfig.cmake (AJ Heller)<br/><br/>* test: fix ThreadSanitizer thread leak warning (Ben Noordhuis)<br/><br/>* test: fix ThreadSanitizer data race warning (Ben Noordhuis)<br/><br/>* test: fix ThreadSanitizer data race warning (Ben Noordhuis)<br/><br/>* test: fix ThreadSanitizer data race warning (Ben Noordhuis)<br/><br/>* test: cond-skip fork_threadpool_queue_work_simple (Ben Noordhuis)<br/><br/>* test: cond-skip signal_multiple_loops (Ben Noordhuis)<br/><br/>* test: cond-skip tcp_writealot (Ben Noordhuis)<br/><br/>* build: promote tsan ci to must-pass (Ben Noordhuis)<br/><br/>* build: add CI for OpenBSD and FreeBSD (James McCoy)<br/><br/>* build,test: fix distcheck errors (Jameson Nash)<br/><br/>* test: remove bad tty window size assumption (Ben Noordhuis)<br/><br/>* darwin,process: feed kevent the signal to reap children (Jameson Nash)<br/><br/>* unix: abort on clock_gettime() error (Ben Noordhuis)<br/><br/>* test: remove timing-sensitive check (Ben Noordhuis)<br/><br/>* unix: DRY and fix tcp bind error path (Jameson Nash)<br/><br/>* macos: fix fsevents thread race conditions (Ben Noordhuis)<br/><br/>* win: fix leak in uv_chdir (Trevor Norris)<br/><br/>* test: make valgrind happy (Trevor Norris)<br/><br/>* barrier: wait for prior out before next in (Jameson Nash)<br/><br/>* test: fix visual studio 2015 build error (Ben Noordhuis)<br/><br/>* linux: fix ceph copy error truncating readonly files (Bruno Passeri)<br/><br/>* test: silence more valgrind warnings (Trevor Norris)<br/><br/>* doc: add entries to LINKS.md (Trevor Norris)<br/><br/>* win,unix: change execution order of timers (Trevor Norris)<br/><br/>* doc: add trevnorris to maintainers (Trevor Norris)<br/><br/>* linux: remove epoll_pwait() emulation code path (Ben Noordhuis)<br/><br/>* linux: replace unsafe macro with inline function (Ben Noordhuis)<br/><br/>* linux: remove arm oabi support (Ben Noordhuis)<br/><br/>* unix,sunos: SO_REUSEPORT not valid on all sockets (Stacey Marshall)<br/><br/>* doc: consistent single backquote in misc.rst (Jason Zhang)<br/><br/>* src: switch to use C11 atomics where available (Trevor Norris)<br/><br/>* test: don't use static buffer for formatting (Ben Noordhuis)<br/><br/>* linux: introduce io_uring support (Ben Noordhuis)<br/><br/>* linux: fix academic valgrind warning (Ben Noordhuis)<br/><br/>* test: disable signal test under ASan and MSan (Ben Noordhuis)<br/><br/>* linux: add IORING_OP_OPENAT support (Ben Noordhuis)<br/><br/>* linux: add IORING_OP_CLOSE support (Ben Noordhuis)<br/><br/>* linux: remove bug workaround for obsolete kernels (Ben Noordhuis)<br/><br/>* doc: update active maintainers list (Ben Noordhuis)<br/><br/>* test: add ASSERT_OK (Trevor Norris)<br/><br/>* src: fix events/events_waiting metrics counter (Trevor Norris)<br/><br/>* unix,win: add uv_clock_gettime() (Ben Noordhuis)<br/><br/>* build: remove freebsd and openbsd buildbots (Ben Noordhuis)<br/><br/>* win: fix race condition in uv__init_console() (sivadeilra)<br/><br/>* linux: fix logic bug in sqe ring space check (Ben Noordhuis)<br/><br/>* linux: use io_uring to batch epoll_ctl calls (Ben Noordhuis)<br/><br/>* macos: update minimum supported version (Santiago Gimeno)<br/><br/>* docs: fix some typos (cui fliter)<br/><br/>* unix: use memcpy() instead of type punning (Ben Noordhuis)<br/><br/>* test: add additional assert (Mohammed Keyvanzadeh)<br/><br/>* build: export compile_commands.json (Lewis Russell)<br/><br/>* win,process: write minidumps when sending SIGQUIT (Elliot Saba)<br/><br/>* unix: constrained_memory should return UINT64_MAX (Tim Besard)<br/><br/>* unix: handle CQ overflow in iou ring (Santiago Gimeno)<br/><br/>* unix: remove clang compiler warning pragmas (Ben Noordhuis)<br/><br/>* win: fix mingw build (gengjiawen)<br/><br/>* test: fix -Wbool-compare compiler warning (Ben Noordhuis)<br/><br/>* win: define MiniDumpWithAvxXStateContext always (Santiago Gimeno)<br/><br/>* freebsd: hard-code UV_ENODATA definition (Santiago Gimeno)<br/><br/>* linux: work around EOWNERDEAD io_uring kernel bug (Ben Noordhuis)<br/><br/>* linux: fix WRITEV with lots of bufs using io_uring (Santiago Gimeno)<br/><br/><br/>2022.07.12, Version 1.44.2 (Stable), 0c1fa696aa502eb749c2c4735005f41ba00a27b8<br/><br/>Changes since version 1.44.1:<br/><br/>* Add SHA to ChangeLog (Jameson Nash)<br/><br/>* aix, ibmi: handle server hang when remote sends TCP RST (V-for-Vasili)<br/><br/>* build: make CI a bit noisier (Jameson Nash)<br/><br/>* process: reset the signal mask if the fork fails (Jameson Nash)<br/><br/>* zos: implement cmpxchgi() using assembly (Shuowang (Wayne) Zhang)<br/><br/>* build: AC_SUBST for AM_CFLAGS (Claes Nästén)<br/><br/>* ibmi: Implement UDP disconnect (V-for-Vasili)<br/><br/>* doc: update active maintainers list (Ben Noordhuis)<br/><br/>* build: fix kFreeBSD build (James McCoy)<br/><br/>* build: remove Windows 2016 workflows (Darshan Sen)<br/><br/>* Revert "win,errors: remap ERROR_ACCESS_DENIED to UV_EACCES" (Darshan Sen)<br/><br/>* unix: simplify getpwuid call (Jameson Nash)<br/><br/>* build: filter CI by paths and branches (Jameson Nash)<br/><br/>* build: add iOS to macos CI (Jameson Nash)<br/><br/>* build: re-enable CI for windows changes (Jameson Nash)<br/><br/>* process,iOS: fix build breakage in process.c (Denny C. Dai)<br/><br/>* test: remove unused declarations in tcp_rst test (V-for-Vasili)<br/><br/>* core: add thread-safe strtok implementation (Guilherme Íscaro)<br/><br/>* win: fix incompatible-types warning (twosee)<br/><br/>* test: fix flaky file watcher test (Ben Noordhuis)<br/><br/>* build: fix AIX xlc autotools build (V-for-Vasili)<br/><br/>* unix,win: fix UV_RUN_ONCE + uv_idle_stop loop hang (Ben Noordhuis)<br/><br/>* win: fix unexpected ECONNRESET error on TCP socket (twosee)<br/><br/>* doc: make sample cross-platform build (gengjiawen)<br/><br/>* test: separate some static variables by test cases (Hannah Shi)<br/><br/>* sunos: fs-event callback can be called after uv_close() (Andy Fiddaman)<br/><br/>* uv: re-register interest in a file after change (Shuowang (Wayne) Zhang)<br/><br/>* uv: register UV_RENAME event for _RFIM_UNLINK (Shuowang (Wayne) Zhang)<br/><br/>* uv: register __rfim_event 156 as UV_RENAME (Shuowang (Wayne) Zhang)<br/><br/>* doc: remove smartos from supported platforms (Ben Noordhuis)<br/><br/>* macos: avoid posix_spawnp() cwd bug (Jameson Nash)<br/><br/>* release: check versions of autogen scripts are newer (Jameson Nash)<br/><br/>* test: rewrite embed test (Ben Noordhuis)<br/><br/>* openbsd: use utimensat instead of lutimes (tuftedocelot)<br/><br/>* doc: fix link to uvwget example main() function (blogdaren)<br/><br/>* unix: use MSG_CMSG_CLOEXEC where supported (Ben Noordhuis)<br/><br/>* test: remove disabled callback_order test (Ben Noordhuis)<br/><br/>* win,pipe: fix bugs with pipe resource lifetime management (Jameson Nash)<br/><br/>* loop: better align order-of-events behavior between platforms (Jameson Nash)<br/><br/>* aix,test: uv_backend_fd is not supported by poll (V-for-Vasili)<br/><br/>* kqueue: skip EVFILT_PROC when invalidating fds (chucksilvers)<br/><br/>* darwin: fix atomic-ops.h ppc64 build (Sergey Fedorov)<br/><br/>* zos: don't err when killing a zombie process (Shuowang (Wayne) Zhang)<br/><br/>* zos: avoid fs event callbacks after uv_close() (Shuowang (Wayne) Zhang)<br/><br/>* zos: correctly format interface addresses names (Shuowang (Wayne) Zhang)<br/><br/>* zos: add uv_interface_addresses() netmask support (Shuowang (Wayne) Zhang)<br/><br/>* zos: improve memory management of ip addresses (Shuowang (Wayne) Zhang)<br/><br/>* tcp,pipe: fail `bind` or `listen` after `close` (theanarkh)<br/><br/>* zos: implement uv_available_parallelism() (Shuowang (Wayne) Zhang)<br/><br/>* udp,win: fix UDP compiler warning (Jameson Nash)<br/><br/>* zos: fix early exit of epoll_wait() (Shuowang (Wayne) Zhang)<br/><br/>* unix,tcp: fix errno handling in uv__tcp_bind() (Samuel Cabrero)<br/><br/>* shutdown,unix: reduce code duplication (Jameson Nash)<br/><br/>* unix: fix c99 comments (Ben Noordhuis)<br/><br/>* unix: retry tcgetattr/tcsetattr() on EINTR (Ben Noordhuis)<br/><br/>* docs: update introduction.rst (Ikko Ashimine)<br/><br/>* unix,stream: optimize uv_shutdown() codepath (Jameson Nash)<br/><br/>* zos: delay signal handling until after normal i/o (Shuowang (Wayne) Zhang)<br/><br/>* stream: uv__drain() always needs to stop POLLOUT (Jameson Nash)<br/><br/>* unix,tcp: allow EINVAL errno from setsockopt in uv_tcp_close_reset() (Stacey<br/>  Marshall)<br/><br/>* win,shutdown: improve how shutdown is dispatched (Jameson Nash)</title>
    <description>/src/external/mit/libuv/dist/test/test-ipc-send-recv.c - 1.1.1.3</description>
    <pubDate>Wed Jan 28 17:48:31 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.2.4;<br/>Import libuv-1.44.2 (last imported version was 1.38.0)<br/><br/>2022.07.12, Version 1.44.2 (Stable)<br/><br/>Changes since version 1.44.1:<br/><br/>* Add SHA to ChangeLog (Jameson Nash)<br/><br/>* aix, ibmi: handle server hang when remote sends TCP RST (V-for-Vasili)<br/><br/>* build: make CI a bit noisier (Jameson Nash)<br/><br/>* process: reset the signal mask if the fork fails (Jameson Nash)<br/><br/>* zos: implement cmpxchgi() using assembly (Shuowang (Wayne) Zhang)<br/><br/>* build: AC_SUBST for AM_CFLAGS (Claes Nästén)<br/><br/>* ibmi: Implement UDP disconnect (V-for-Vasili)<br/><br/>* doc: update active maintainers list (Ben Noordhuis)<br/><br/>* build: fix kFreeBSD build (James McCoy)<br/><br/>* build: remove Windows 2016 workflows (Darshan Sen)<br/><br/>* Revert "win,errors: remap ERROR_ACCESS_DENIED to UV_EACCES" (Darshan Sen)<br/><br/>* unix: simplify getpwuid call (Jameson Nash)<br/><br/>* build: filter CI by paths and branches (Jameson Nash)<br/><br/>* build: add iOS to macos CI (Jameson Nash)<br/><br/>* build: re-enable CI for windows changes (Jameson Nash)<br/><br/>* process,iOS: fix build breakage in process.c (Denny C. Dai)<br/><br/>* test: remove unused declarations in tcp_rst test (V-for-Vasili)<br/><br/>* core: add thread-safe strtok implementation (Guilherme Íscaro)<br/><br/>* win: fix incompatible-types warning (twosee)<br/><br/>* test: fix flaky file watcher test (Ben Noordhuis)<br/><br/>* build: fix AIX xlc autotools build (V-for-Vasili)<br/><br/>* unix,win: fix UV_RUN_ONCE + uv_idle_stop loop hang (Ben Noordhuis)<br/><br/>* win: fix unexpected ECONNRESET error on TCP socket (twosee)<br/><br/>* doc: make sample cross-platform build (gengjiawen)<br/><br/>* test: separate some static variables by test cases (Hannah Shi)<br/><br/>* sunos: fs-event callback can be called after uv_close() (Andy Fiddaman)<br/><br/>* uv: re-register interest in a file after change (Shuowang (Wayne) Zhang)<br/><br/>* uv: register UV_RENAME event for _RFIM_UNLINK (Shuowang (Wayne) Zhang)<br/><br/>* uv: register __rfim_event 156 as UV_RENAME (Shuowang (Wayne) Zhang)<br/><br/>* doc: remove smartos from supported platforms (Ben Noordhuis)<br/><br/>* macos: avoid posix_spawnp() cwd bug (Jameson Nash)<br/><br/>* release: check versions of autogen scripts are newer (Jameson Nash)<br/><br/>* test: rewrite embed test (Ben Noordhuis)<br/><br/>* openbsd: use utimensat instead of lutimes (tuftedocelot)<br/><br/>* doc: fix link to uvwget example main() function (blogdaren)<br/><br/>* unix: use MSG_CMSG_CLOEXEC where supported (Ben Noordhuis)<br/><br/>* test: remove disabled callback_order test (Ben Noordhuis)<br/><br/>* win,pipe: fix bugs with pipe resource lifetime management (Jameson Nash)<br/><br/>* loop: better align order-of-events behavior between platforms (Jameson Nash)<br/><br/>* aix,test: uv_backend_fd is not supported by poll (V-for-Vasili)<br/><br/>* kqueue: skip EVFILT_PROC when invalidating fds (chucksilvers)<br/><br/>* darwin: fix atomic-ops.h ppc64 build (Sergey Fedorov)<br/><br/>* zos: don't err when killing a zombie process (Shuowang (Wayne) Zhang)<br/><br/>* zos: avoid fs event callbacks after uv_close() (Shuowang (Wayne) Zhang)<br/><br/>* zos: correctly format interface addresses names (Shuowang (Wayne) Zhang)<br/><br/>* zos: add uv_interface_addresses() netmask support (Shuowang (Wayne) Zhang)<br/><br/>* zos: improve memory management of ip addresses (Shuowang (Wayne) Zhang)<br/><br/>* tcp,pipe: fail `bind` or `listen` after `close` (theanarkh)<br/><br/>* zos: implement uv_available_parallelism() (Shuowang (Wayne) Zhang)<br/><br/>* udp,win: fix UDP compiler warning (Jameson Nash)<br/><br/>* zos: fix early exit of epoll_wait() (Shuowang (Wayne) Zhang)<br/><br/>* unix,tcp: fix errno handling in uv__tcp_bind() (Samuel Cabrero)<br/><br/>* shutdown,unix: reduce code duplication (Jameson Nash)<br/><br/>* unix: fix c99 comments (Ben Noordhuis)<br/><br/>* unix: retry tcgetattr/tcsetattr() on EINTR (Ben Noordhuis)<br/><br/>* docs: update introduction.rst (Ikko Ashimine)<br/><br/>* unix,stream: optimize uv_shutdown() codepath (Jameson Nash)<br/><br/>* zos: delay signal handling until after normal i/o (Shuowang (Wayne) Zhang)<br/><br/>* stream: uv__drain() always needs to stop POLLOUT (Jameson Nash)<br/><br/>* unix,tcp: allow EINVAL errno from setsockopt in uv_tcp_close_reset() (Stacey<br/>  Marshall)<br/><br/>* win,shutdown: improve how shutdown is dispatched (Jameson Nash)<br/><br/><br/>2022.03.09, Version 1.44.1 (Stable), e8b7eb6908a847ffbe6ab2eec7428e43a0aa53a2<br/><br/>Changes since version 1.44.0:<br/><br/>* process: simplify uv__write_int calls (Jameson Nash)<br/><br/>* macos: don't use thread-unsafe strtok() (Ben Noordhuis)<br/><br/>* process: fix hang after NOTE_EXIT (Jameson Nash)<br/><br/><br/>2022.03.07, Version 1.44.0 (Stable), d2bff508457336d808ba7148b33088f6acbfe0a6<br/><br/>Changes since version 1.43.0:<br/><br/>* darwin: remove EPROTOTYPE error workaround (Ben Noordhuis)<br/><br/>* doc: fix v1.43.0 changelog entries (cjihrig)<br/><br/>* win: replace CRITICAL_SECTION+Semaphore with SRWLock (David Machaj)<br/><br/>* darwin: translate EPROTOTYPE to ECONNRESET (Ben Noordhuis)<br/><br/>* android: use libc getifaddrs() (Ben Noordhuis)<br/><br/>* unix: fix STATIC_ASSERT to check what it means to check (Jessica Clarke)<br/><br/>* unix: ensure struct msghdr is zeroed in recvmmsg (Ondřej Surý)<br/><br/>* test: test with maximum recvmmsg buffer (Ondřej Surý)<br/><br/>* unix: don't allow too small thread stack size (Ben Noordhuis)<br/><br/>* bsd: ensure mutex is initialized (Ben Noordhuis)<br/><br/>* doc: add gengjiawen as maintainer (gengjiawen)<br/><br/>* process: monitor for exit with kqueue on BSDs (Jeremy Rose)<br/><br/>* test: fix flaky uv_fs_lutime test (Momtchil Momtchev)<br/><br/>* build: fix cmake install locations (Jameson Nash)<br/><br/>* thread,win: fix C90 style nit (ssrlive)<br/><br/>* build: rename CFLAGS to AM_CFLAGS (Jameson Nash)<br/><br/>* doc/guide: update content and sample code (woclass)<br/><br/>* process,bsd: handle kevent NOTE_EXIT failure (Jameson Nash)<br/><br/>* test: remove flaky test ipc_closed_handle (Ben Noordhuis)<br/><br/>* darwin: bump minimum supported version to 10.15 (Ben Noordhuis)<br/><br/>* win: return fractional seconds in uv_uptime() (Luca Adrian L)<br/><br/>* build: export uv_a for cmake (WenTao Ou)<br/><br/>* loop: add pending work to loop-alive check (Jameson Nash)<br/><br/>* win: use GetTickCount64 for uptime again (Jameson Nash)<br/><br/>* win: restrict system DLL load paths (jonilaitinen)<br/><br/>* win,errors: remap ERROR_ACCESS_DENIED to UV_EACCES (Darshan Sen)<br/><br/>* bench: add `uv_queue_work` ping-pong measurement (Momtchil Momtchev)<br/><br/>* build: fix error C4146 on MSVC (UMU)<br/><br/>* test: fix benchmark-ping-udp (Ryan Liptak)<br/><br/>* win,fs: consider broken pipe error a normal EOF (Momtchil Momtchev)<br/><br/>* document the values of enum uv_stdio_flags (Paul Evans)<br/><br/>* win,loop: add missing uv_update_time (twosee)<br/><br/>* win,fs: avoid closing an invalid handle (Jameson Nash)<br/><br/>* fix oopsie from<br/><br/>* doc: clarify android api level (Ben Noordhuis)<br/><br/>* win: fix style nits [NFC] (Jameson Nash)<br/><br/>* test: fix flaky udp_mmsg test (Santiago Gimeno)<br/><br/>* test: fix ipc_send_recv_pipe flakiness (Ben Noordhuis)<br/><br/>* doc: checkout -&gt; check out (wyckster)<br/><br/>* core: change uv_get_password uid/gid to unsigned (Jameson Nash)<br/><br/>* hurd: unbreak build on GNU/Hurd (Vittore F. Scolari)<br/><br/>* freebsd: use copy_file_range() in uv_fs_sendfile() (David Carlier)<br/><br/>* test: use closefd in runner-unix.c (Guilherme Íscaro)<br/><br/>* Reland "macos: use posix_spawn instead of fork" (Jameson Nash)<br/><br/>* android: fix build error when no ifaddrs.h (ssrlive)<br/><br/>* unix,win: add uv_available_parallelism() (Ben Noordhuis)<br/><br/>* process: remove OpenBSD from kevent list (Jameson Nash)<br/><br/>* zos: fix build breakage (Ben Noordhuis)<br/><br/>* process: only use F_DUPFD_CLOEXEC if it is defined (Jameson Nash)<br/><br/>* win,poll: add the MSAFD GUID for AF_UNIX (roflcopter4)<br/><br/>* unix: simplify uv__cloexec_fcntl() (Ben Noordhuis)<br/><br/>* doc: add secondary GPG ID for vtjnash (Jameson Nash)<br/><br/>* unix: remove uv__cloexec_ioctl() (Jameson Nash)<br/><br/><br/>2022.01.05, Version 1.43.0 (Stable), 988f2bfc4defb9a85a536a3e645834c161143ee0<br/><br/>Changes since version 1.42.0:<br/><br/>* run test named ip6_sin6_len (Jameson Nash)<br/><br/>* docs: fix wrong information about scheduling (Mohamed Edrah)<br/><br/>* unix: protect fork in uv_spawn from signals (Jameson Nash)<br/><br/>* drop only successfully sent packets post sendmmsg (Supragya Raj)<br/><br/>* test: fix typo in test-tty-escape-sequence-processing.c (Ikko Ashimine)<br/><br/>* cmake: use standard installation layout always (Sylvain Corlay)<br/><br/>* win,spawn: allow UNC path with forward slash (earnal)<br/><br/>* win,fsevent: fix uv_fs_event_stop() assert (Ben Noordhuis)<br/><br/>* unix: remove redundant include in unix.h (Juan José Arboleda)<br/><br/>* doc: mark SmartOS as Tier 3 support (Ben Noordhuis)<br/><br/>* doc: fix broken links for netbsd's sysctl manpage (YAKSH BARIYA)<br/><br/>* misc: adjust stalebot deadline (Ben Noordhuis)<br/><br/>* test: remove `dns-server.c` as it is not used anywhere (Darshan Sen)<br/><br/>* build: fix non-cmake android builds (YAKSH BARIYA)<br/><br/>* doc: replace pyuv with uvloop (Ofek Lev)<br/><br/>* asan: fix some tests (Jameson Nash)<br/><br/>* build: add experimental TSAN configuration (Jameson Nash)<br/><br/>* pipe: remove useless assertion (~locpyl-tidnyd)<br/><br/>* bsd: destroy mutex in uv__process_title_cleanup() (Darshan Sen)<br/><br/>* build: add windows build to CI (Darshan Sen)<br/><br/>* win,fs: fix error code in uv_fs_read() and uv_fs_write() (Darshan Sen)<br/><br/>* build: add macos-latest to ci matrix (Ben Noordhuis)<br/><br/>* udp: fix &amp;/&amp;&amp; typo in macro condition (Evan Miller)<br/><br/>* build: install cmake package module (Petr Menšík)<br/><br/>* win: fix build for mingw32 (Nicolas Noble)<br/><br/>* build: fix build failures with MinGW new headers (erw7)<br/><br/>* build: fix win build with cmake versions before v3.14 (AJ Heller)<br/><br/>* unix: support aarch64 in uv_cpu_info() (Juan José Arboleda)<br/><br/>* linux: work around CIFS EPERM bug (Ben Noordhuis)<br/><br/>* sunos: Oracle Developer Studio support (Stacey Marshall)<br/><br/>* Revert "sunos: Oracle Developer Studio support (cjihrig)<br/><br/>* sunos: Oracle Developer Studio support (Stacey Marshall)<br/><br/>* stream: permit read after seeing EOF (Jameson Nash)<br/><br/>* thread: initialize uv_thread_self for all threads (Jameson Nash)<br/><br/>* kqueue: ignore write-end closed notifications (Jameson Nash)<br/><br/>* macos: fix the cfdata length in uv__get_cpu_speed (Jesper Storm Bache)<br/><br/>* unix,win: add uv_ip_name to get name from sockaddr (Campbell He)<br/><br/>* win,test: fix a few typos (AJ Heller)<br/><br/>* zos: use destructor for uv__threadpool_cleanup() (Wayne Zhang)<br/><br/>* linux: use MemAvailable instead of MemFree (Andrey Hohutkin)<br/><br/>* freebsd: call dlerror() only if necessary (Jameson Nash)<br/><br/>* bsd,windows,zos: fix udp disconnect EINVAL (deal)<br/><br/><br/>2021.07.21, Version 1.42.0 (Stable), 6ce14710da7079eb248868171f6343bc409ea3a4<br/><br/>Changes since version 1.41.0:<br/><br/>* doc: fix code highlighting (Darshan Sen)<br/><br/>* test: move to ASSERT_NULL and ASSERT_NOT_NULL test macros (tjarlama)<br/><br/>* zos: build in ascii code page (Shuowang (Wayne) Zhang)<br/><br/>* zos: don't use nanosecond timestamp fields (Shuowang (Wayne) Zhang)<br/><br/>* zos: introduce zoslib (Shuowang (Wayne) Zhang)<br/><br/>* zos: use strnlen() from zoslib (Shuowang (Wayne) Zhang)<br/><br/>* zos: use nanosleep() from zoslib (Shuowang (Wayne) Zhang)<br/><br/>* zos: use __getargv() from zoslib to get exe path (Shuowang (Wayne) Zhang)<br/><br/>* zos: treat __rfim_utok as binary (Shuowang (Wayne) Zhang)<br/><br/>* zos: use execvpe() to set environ explictly (Shuowang (Wayne) Zhang)<br/><br/>* zos: use custom proctitle implementation (Shuowang (Wayne) Zhang)<br/><br/>* doc: add instructions for building on z/OS (Shuowang (Wayne) Zhang)<br/><br/>* linux,udp: enable full ICMP error reporting (Ondřej Surý)<br/><br/>* test: fix test-udp-send-unreachable (Ondřej Surý)<br/><br/>* include: fix typo in documentation (Tobias Nießen)<br/><br/>* chore: use for(;;) instead of while (Yash Ladha)<br/><br/>* test: remove string + int warning on udp-pummel (Juan José Arboleda)<br/><br/>* cmake: fix linker flags (Zhao Zhili)<br/><br/>* test: fix stack-use-after-scope (Zhao Zhili)<br/><br/>* unix: expose thread_stack_size() internally (Brandon Cheng)<br/><br/>* darwin: use RLIMIT_STACK for fsevents pthread (Brandon Cheng)<br/><br/>* darwin: abort on pthread_attr_init fail (Brandon Cheng)<br/><br/>* benchmark: remove unreachable code (Matvii Hodovaniuk)<br/><br/>* macos: fix memleaks in uv__get_cpu_speed (George Zhao)<br/><br/>* Make Thread Sanitizer aware of file descriptor close in uv__close() (Ondřej<br/>  Surý)<br/><br/>* darwin: fix iOS compilation and functionality (Hayden)<br/><br/>* linux: work around copy_file_range() cephfs bug (Ben Noordhuis)<br/><br/>* zos: implement uv_get_constrained_memory() (Shuowang (Wayne) Zhang)<br/><br/>* zos: fix uv_get_free_memory() (Shuowang (Wayne) Zhang)<br/><br/>* zos: use CVTRLSTG to get total memory accurately (Shuowang (Wayne) Zhang)<br/><br/>* ibmi: Handle interface names longer than 10 chars (Kevin Adler)<br/><br/>* docs: update read-the-docs version of sphinx (Jameson Nash)<br/><br/>* unix: refactor uv_try_write (twosee)<br/><br/>* linux-core: add proper divide by zero assert (yiyuaner)<br/><br/>* misc: remove unnecessary _GNU_SOURCE macros (Darshan Sen)<br/><br/>* test: log to stdout to conform TAP spec (bbara)<br/><br/>* win,fs: fix C4090 warning with MSVC (SeverinLeonhardt)<br/><br/>* build: some systems provide dlopen() in libc (Andy Fiddaman)<br/><br/>* include: add EOVERFLOW status code mapping (Darshan Sen)<br/><br/>* unix,fs: use uv__load_relaxed and uv__store_relaxed (Darshan Sen)<br/><br/>* win: fix string encoding issue of uv_os_gethostname (Eagle Liang)<br/><br/>* unix,process: add uv__write_errno helper function (Ricky Zhou)<br/><br/>* Re-merge "unix,stream: clear read/write states on close/eof" (Jameson Nash)<br/><br/>* unix,core: fix errno handling in uv__getpwuid_r (Darshan Sen)<br/><br/>* errors: map ESOCKTNOSUPPORT errno (Ryan Liptak)<br/><br/>* doc: uv_read_stop always succeeds (Simon Kissane)<br/><br/>* inet: fix inconsistent return value of inet_ntop6 (twosee)<br/><br/>* darwin: fix -Wsometimes-uninitialized warning (twosee)<br/><br/>* stream: introduce uv_try_write2 function (twosee)<br/><br/>* poll,win: UV_PRIORITIZED option should not assert (twosee)<br/><br/>* src: DragonFlyBSD has mmsghdr struct too (David Carlier)<br/><br/>* cleanup,win: Remove _WIN32 guards on threadpool (James M Snell)<br/><br/>* freebsd: fix an incompatible pointer type warning (Darshan Sen)<br/><br/>* core: Correct the conditionals for {cloexec,nonblock}_ioctl (Ali Mohammad<br/>  Pur)<br/><br/>* win,tcp: make uv_close work more like unix (Jameson Nash)<br/><br/>* doc: more accurate list of valid send_handle's (twosee)<br/><br/>* win,tcp: translate system errors correctly (twosee)<br/><br/>* unix: implement cpu_relax() on ppc64 (Ben Noordhuis)<br/><br/>* docs: move list of project links under PR control (Jameson Nash)<br/><br/>* test: wrong pointer arithmetic multiplier (Erkhes N)<br/><br/>* doc: switch discussion forum to github (Jameson Nash)<br/><br/>* idna: fix OOB read in punycode decoder (Ben Noordhuis)<br/><br/>* build: make sure -fvisibility=hidden is set (Santiago Gimeno)<br/><br/>* illumos: event ports to epoll (tjarlama)<br/><br/>* illumos,tty: UV_TTY_MODE_IO waits for 4 bytes (Joshua M. Clulow)<br/><br/>* doc: add vtjnash GPG ID (Jameson Nash)<br/><br/>* linux: read CPU model information on ppc (Richard Lau)<br/><br/>* darwin: fix uv_barrier race condition (Guilherme Íscaro)<br/><br/>* unix,stream: fix loop hang after uv_shutdown (Jameson Nash)<br/><br/>* doc,udp: note that suggested_size is 1 max-sized dgram (Ryan Liptak)<br/><br/>* mingw: fix building for ARM/AArch64 (Martin Storsjö)<br/><br/>* unix: strnlen is not available on Solaris 10 (Claes Nästén)<br/><br/>* sunos: restore use of event ports (Andy Fiddaman)<br/><br/>* sunos,cmake: use thread-safe errno (Andy Fiddaman)<br/><br/><br/>2021.02.14, Version 1.41.0 (Stable), 1dff88e5161cba5c59276d2070d2e304e4dcb242<br/><br/>Changes since version 1.40.0:<br/><br/>* mailmap: update contact information for richardlau (Richard Lau)<br/><br/>* build: add asan checks (gengjiawen)<br/><br/>* unix: report bind error in uv_tcp_connect() (Ben Noordhuis)<br/><br/>* doc: uv_tcp_bind() never returns UV_EADDRINUSE (Ben Noordhuis)<br/><br/>* test: fix pump and tcp_write_batch benchmarks (Santiago Gimeno)<br/><br/>* doc: mark IBM i as Tier 2 support (Jesse Gorzinski)<br/><br/>* doc,poll: add notes (repeated cb &amp; cancel pending cb) (Elad Nachmias)<br/><br/>* linux: fix -Wincompatible-pointer-types warning (Ben Noordhuis)<br/><br/>* linux: fix -Wsign-compare warning (Ben Noordhuis)<br/><br/>* android: add system call api guards (Ben Noordhuis)<br/><br/>* unix,win: harmonize uv_read_start() error handling (Ben Noordhuis)<br/><br/>* unix,win: more uv_read_start() argument validation (Ben Noordhuis)<br/><br/>* build: turn on -fno-strict-aliasing (Ben Noordhuis)<br/><br/>* stream: add uv_pipe and uv_socketpair to the API (Jameson Nash)<br/><br/>* unix,win: initialize timer `timeout` field (Ben Noordhuis)<br/><br/>* bsd-ifaddrs: improve comments (Darshan Sen)<br/><br/>* test: remove unnecessary uv_fs_stat() calls (Ben Noordhuis)<br/><br/>* fs: fix utime/futime timestamp rounding errors (Ben Noordhuis)<br/><br/>* test: ensure reliable floating point comparison (Jameson Nash)<br/><br/>* unix,fs: fix uv_fs_sendfile() (Santiago Gimeno)<br/><br/>* unix: fix uv_fs_stat when using statx (Simon Kadisch)<br/><br/>* linux,macos: fix uv_set_process_title regression (Momtchil Momtchev)<br/><br/>* doc: clarify UDP errors and recvmmsg (Ethel Weston)<br/><br/>* test-getaddrinfo: use example.invalid (Drew DeVault)<br/><br/>* Revert "build: fix android autotools build" (Bernardo Ramos)<br/><br/>* unix,fs: on DVS fs, statx returns EOPNOTSUPP (Mark Klein)<br/><br/>* win, fs: mkdir really return UV_EINVAL for invalid names (Nicholas Vavilov)<br/><br/>* tools: migrate tools/make_dist_html.py to python3 (Dominique Dumont)<br/><br/>* unix: fix uv_uptime() on linux (schamberg97)<br/><br/>* unix: check for partial copy_file_range support (Momtchil Momtchev)<br/><br/>* win: bump minimum supported version to windows 8 (Ben Noordhuis)<br/><br/>* poll,unix: ensure safety of rapid fd reuse (Bob Weinand)<br/><br/>* test: fix some warnings (Issam E. Maghni)<br/><br/>* unix: fix uv_uptime() regression (Santiago Gimeno)<br/><br/>* doc: fix versionadded metadata (cjihrig)<br/><br/>* test: fix 'incompatible pointer types' warnings (cjihrig)<br/><br/>* unix: check for EXDEV in uv__fs_sendfile() (Darshan Sen)<br/><br/><br/>2020.09.26, Version 1.40.0 (Stable), 4e69e333252693bd82d6338d6124f0416538dbfc<br/><br/>Changes since version 1.39.0:<br/><br/>* udp: add UV_UDP_MMSG_FREE recv_cb flag (Ryan Liptak)<br/><br/>* include: re-map UV__EPROTO from 4046 to -4046 (YuMeiJie)<br/><br/>* doc: correct UV_UDP_MMSG_FREE version added (cjihrig)<br/><br/>* doc: add uv_metrics_idle_time() version metadata (Ryan Liptak)<br/><br/>* win,tty: pass through utf-16 surrogate pairs (Mustafa M)<br/><br/>* unix: fix DragonFly BSD build (Aleksej Lebedev)<br/><br/>* win,udp: fix error code returned by connect() (Santiago Gimeno)<br/><br/>* src: suppress user_timeout maybe-uninitialized (Daniel Bevenius)<br/><br/>* test: fix compiler warning (Vladimír Čunát)<br/><br/>* build: fix the Haiku cmake build (David Carlier)<br/><br/>* linux: fix i386 sendmmsg/recvmmsg support (Ben Noordhuis)<br/><br/>* build: add libuv-static pkg-config file (Nikolay Mitev)<br/><br/>* unix,win: add uv_timer_get_due_in() (Ulrik Strid)<br/><br/>* build,unix: add QNX support (Elad Lahav)<br/><br/>* include: remove incorrect UV__ERR() for EPROTO (cjihrig)<br/><br/><br/>2020.08.26, Version 1.39.0 (Stable), 25f4b8b8a3c0f934158cd37a37b0525d75ca488e<br/><br/>Changes since version 1.38.1:<br/><br/>* unix: use relaxed loads/stores for clock id (Ben Noordhuis)<br/><br/>* build,win: link to user32.lib and advapi32.lib (George Zhao)<br/><br/>* unix: squelch harmless valgrind warning (ssrlive)<br/><br/>* include: fx c++ style comments warnings (Turbinya)<br/><br/>* build,cmake: Change installation location on MinGW (erw7)<br/><br/>* linux: use copy_file_range for uv_fs_copyfile when possible (Carter Li)<br/><br/>* win,tcp: avoid reinserting a pending request (<br/><br/>* docs: improve the descriptions for get memory info (Juan Sebastian velez<br/>  Posada)<br/><br/>* test: add udp-mmsg test (Ryan Liptak)<br/><br/>* udp: add uv_udp_using_recvmmsg query (Ryan Liptak)<br/><br/>* doc: add more error constants (TK-one)<br/><br/>* zos: fix potential event loop stall (Trevor Norris)<br/><br/>* include: add internal fields struct to uv_loop_t (Trevor Norris)<br/><br/>* core: add API to measure event loop idle time (Trevor Norris)<br/><br/>* win,fs: use CreateDirectoryW instead of _wmkdir (Mustafa M)<br/><br/>* win,nfc: fix integer comparison signedness (escherstair)<br/><br/>* win,nfc: use<br/><br/>* win,nfc: removed some unused variables (escherstair)<br/><br/>* win,nfc: add missing return statement (escherstair)<br/><br/>* win,nfc: disable clang-format for<br/><br/>* darwin: use IOKit for uv_cpu_info (Evan Lucas)<br/><br/>* test: fix thread race in process_title_threadsafe (Ben Noordhuis)<br/><br/>* win,fs: avoid implicit access to _doserrno (Jameson Nash)<br/><br/>* test: give hrtime test a custom 20s timeout (Jameson Nash)<br/><br/>* build: add more failed test, for qemu version bump (gengjiawen)<br/><br/>* unix: handle src, dest same in uv_fs_copyfile() (cjihrig)<br/><br/>* unix: error when uv_setup_args() is not called (Ryan Liptak)<br/><br/>* aix: protect uv_exepath() from uv_set_process_title() (Richard Lau)<br/><br/>* fs: clobber req-&gt;path on uv_fs_mkstemp() error (tjarlama)<br/><br/>* cmake: fix compile error C2001 on Chinese Windows (司徒玟琅)<br/><br/>* test: avoid double evaluation in ASSERT_BASE macro (tjarlama)<br/><br/>* tcp: fail instantly if local port is unbound (Bartosz Sosnowski)<br/><br/>* doc: fix most sphinx warnings (Jameson Nash)<br/><br/>* nfci: address some style nits (Jameson Nash)<br/><br/>* unix: don't use _POSIX_PATH_MAX (Ben Noordhuis)<br/><br/><br/>2020.07.04, Version 1.38.1 (Stable), e8b989ea1f7f9d4083511a2caec7791e9abd1871<br/><br/>Changes since version 1.38.0:<br/><br/>* test: use last matching qemu version (cjihrig)<br/><br/>* win, util: rearrange uv_hrtime (Bartosz Sosnowski)<br/><br/>* test: skip signal_multiple_loops test on QEMU (gengjiawen)<br/><br/>* build: add android build to CI (gengjiawen)<br/><br/>* test: extend fs_event_error_reporting timeout (cjihrig)<br/><br/>* build: link libkvm on netbsd only (Alexander Tokmakov)<br/><br/>* linux: refactor /proc file reader logic (Ben Noordhuis)<br/><br/>* linux: read load average from /proc/loadavg (Ben Noordhuis)<br/><br/>* android: remove patch code for below 21 (gengjiawen)<br/><br/>* win: fix visual studio 2008 build (Arenoros)<br/><br/>* win,tty: fix deadlock caused by inconsistent state (lander0s)<br/><br/>* unix: use relaxed loads/stores for feature checks (Ben Noordhuis)<br/><br/>* build: don't .gitignore m4/ax_pthread.m4 (Ben Noordhuis)<br/><br/>* unix: fix gcc atomics feature check (Ben Noordhuis)<br/><br/>* darwin: work around clock jumping back in time (Ben Noordhuis)<br/><br/>* udp: fix write_queue cleanup on sendmmsg error (Santiago Gimeno)<br/><br/>* src: build fix for Android (David Carlier)</title>
    <description>/src/external/mit/libuv/dist/test/test-ipc-send-recv.c - 1.1.1.2</description>
    <pubDate>Thu Sep 22 21:20:41 UTC 2022</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import libuv, needed by bind-9.16.x</title>
    <description>/src/external/mit/libuv/dist/test/test-ipc-send-recv.c - 1.1.1.1</description>
    <pubDate>Sun May 24 19:26:40 UTC 2020</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Sync external/mit/libuv and apply patch, requested by christos in ticket #1805:<br/><br/>	external/mit/libuv/dist/.github/workflows/CI-sample.yml up to 1.1.1.1<br/>	external/mit/libuv/dist/.github/workflows/CI-unix.yml up to 1.1.1.1<br/>	external/mit/libuv/dist/.github/workflows/CI-win.yml up to 1.1.1.1<br/>	external/mit/libuv/dist/.github/workflows/sanitizer.yml up to 1.1.1.1<br/>	external/mit/libuv/dist/.github/ISSUE_TEMPLATE.md up to 1.1.1.2<br/>	external/mit/libuv/dist/.github/stale.yml       up to 1.1.1.2<br/>	external/mit/libuv/dist/.mailmap                up to 1.1.1.2<br/>	external/mit/libuv/dist/AUTHORS                 up to 1.1.1.2<br/>	external/mit/libuv/dist/CMakeLists.txt          up to 1.1.1.2<br/>	external/mit/libuv/dist/CONTRIBUTING.md         up to 1.1.1.2<br/>	external/mit/libuv/dist/ChangeLog               up to 1.1.1.2<br/>	external/mit/libuv/dist/LICENSE                 up to 1.1.1.2<br/>	external/mit/libuv/dist/LICENSE-docs            up to 1.1.1.1<br/>	external/mit/libuv/dist/MAINTAINERS.md          up to 1.1.1.2<br/>	external/mit/libuv/dist/Makefile.am             up to 1.1.1.2<br/>	external/mit/libuv/dist/README.md               up to 1.1.1.2<br/>	external/mit/libuv/dist/SUPPORTED_PLATFORMS.md  up to 1.1.1.2<br/>	external/mit/libuv/dist/autogen.sh              up to 1.1.1.2<br/>	external/mit/libuv/dist/configure.ac            up to 1.1.1.2<br/>	external/mit/libuv/dist/libuv.pc.in             up to 1.1.1.1<br/>	external/mit/libuv/dist/uv_win_longpath.manifest up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/cgi/main.c    up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/code/cgi/tick.c    up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/detach/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/dns/main.c    up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/code/helloworld/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/idle-basic/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/idle-compute/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/interfaces/main.c up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/code/locks/main.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/multi-echo-server/hammer.js up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/multi-echo-server/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/multi-echo-server/worker.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/onchange/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/pipe-echo-server/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/plugin/hello.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/plugin/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/plugin/plugin.h up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/proc-streams/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/proc-streams/test.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/progress/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/queue-cancel/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/queue-work/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/ref-timer/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/signal/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/spawn/main.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/tcp-echo-server/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/thread-create/main.c up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/code/tty/main.c    up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/tty-gravity/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/udp-dhcp/main.c up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/code/uvcat/main.c  up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/code/uvstop/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/uvtee/main.c  up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/code/uvwget/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/default-loop/main.c up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/CMakeLists.txt up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/code/Makefile      up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/Makefile           up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/make.bat           up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/guide/about.rst up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/guide/basics.rst up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/guide/eventloops.rst up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/guide/filesystem.rst up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/guide/introduction.rst up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/guide/networking.rst up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/guide/processes.rst up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/guide/threads.rst up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/guide/utilities.rst up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/api.rst        up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/async.rst      up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/check.rst      up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/conf.py        up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/design.rst     up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/dll.rst        up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/dns.rst        up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/errors.rst     up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/fs.rst         up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/fs_event.rst   up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/fs_poll.rst    up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/guide.rst      up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/handle.rst     up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/idle.rst       up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/index.rst      up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/loop.rst       up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/migration_010_100.rst up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/misc.rst       up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/pipe.rst       up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/poll.rst       up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/prepare.rst    up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/process.rst    up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/tcp.rst        up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/request.rst    up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/signal.rst     up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/stream.rst     up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/threading.rst  up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/threadpool.rst up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/timer.rst      up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/tty.rst        up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/udp.rst        up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/upgrading.rst  up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/version.rst    up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/sphinx-plugins/manpage.py up to 1.1.1.2<br/>	external/mit/libuv/dist/docs/src/static/diagrams.key/Data/st0-311.jpg up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/static/diagrams.key/Data/st1-475.jpg up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/static/diagrams.key/Index.zip up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/static/diagrams.key/preview-micro.jpg up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/static/diagrams.key/preview-web.jpg up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/static/diagrams.key/preview.jpg up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/static/diagrams.key/Metadata/BuildVersionHistory.plist up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/static/diagrams.key/Metadata/DocumentIdentifier up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/static/diagrams.key/Metadata/Properties.plist up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/static/architecture.png up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/static/favicon.ico up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/static/logo.png up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/static/loop_iteration.png up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/src/metrics.rst    up to 1.1.1.1<br/>	external/mit/libuv/dist/docs/requirements.txt   up to 1.1.1.1<br/>	external/mit/libuv/dist/img/banner.png          up to 1.1.1.1<br/>	external/mit/libuv/dist/img/logos.svg           up to 1.1.1.1<br/>	external/mit/libuv/dist/include/uv/darwin.h     up to 1.1.1.1<br/>	external/mit/libuv/dist/include/uv/aix.h        up to 1.1.1.1<br/>	external/mit/libuv/dist/include/uv/bsd.h        up to 1.1.1.1<br/>	external/mit/libuv/dist/include/uv/errno.h      up to 1.1.1.2<br/>	external/mit/libuv/dist/include/uv/linux.h      up to 1.1.1.1<br/>	external/mit/libuv/dist/include/uv/os390.h      up to 1.1.1.1<br/>	external/mit/libuv/dist/include/uv/posix.h      up to 1.1.1.1<br/>	external/mit/libuv/dist/include/uv/stdint-msvc2008.h up to 1.1.1.1<br/>	external/mit/libuv/dist/include/uv/sunos.h      up to 1.1.1.1<br/>	external/mit/libuv/dist/include/uv/threadpool.h up to 1.1.1.1<br/>	external/mit/libuv/dist/include/uv/tree.h       up to 1.1.1.2<br/>	external/mit/libuv/dist/include/uv/unix.h       up to 1.1.1.2<br/>	external/mit/libuv/dist/include/uv/version.h    up to 1.1.1.2<br/>	external/mit/libuv/dist/include/uv/win.h        up to 1.1.1.2<br/>	external/mit/libuv/dist/include/uv.h            up to 1.1.1.2<br/>	external/mit/libuv/dist/m4/as_case.m4           up to 1.1.1.1<br/>	external/mit/libuv/dist/m4/ax_pthread.m4        up to 1.1.1.1<br/>	external/mit/libuv/dist/m4/libuv-check-flags.m4 up to 1.1.1.2<br/>	external/mit/libuv/dist/m4/libuv-check-versions.m4 up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/aix-common.c   up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/aix.c          up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/async.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/atomic-ops.h   up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/bsd-ifaddrs.c  up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/bsd-proctitle.c up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/core.c         up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/cygwin.c       up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/darwin-proctitle.c up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/darwin-stub.h  up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/darwin.c       up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/dl.c           up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/freebsd.c      up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/fs.c           up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/fsevents.c     up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/getaddrinfo.c  up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/getnameinfo.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/haiku.c        up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/ibmi.c         up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/internal.h     up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/loop.c         up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/kqueue.c       up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/linux-core.c   up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/linux-inotify.c up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/linux-syscalls.c up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/linux-syscalls.h up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/loop-watcher.c up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/netbsd.c       up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/no-fsevents.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/no-proctitle.c up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/openbsd.c      up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/os390-syscalls.c up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/os390-syscalls.h up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/os390.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/pipe.c         up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/poll.c         up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/posix-hrtime.c up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/posix-poll.c   up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/process.c      up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/procfs-exepath.c up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/proctitle.c    up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/pthread-fixes.c up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/random-devurandom.c up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/signal.c       up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/random-getentropy.c up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/random-getrandom.c up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/random-sysctl-linux.c up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/spinlock.h     up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/stream.c       up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/sunos.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/sysinfo-loadavg.c up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/sysinfo-memory.c up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/tcp.c          up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/thread.c       up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/tty.c          up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/udp.c          up to 1.1.1.2<br/>	external/mit/libuv/dist/src/unix/epoll.c        up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/hurd.c         up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/os390-proctitle.c up to 1.1.1.1<br/>	external/mit/libuv/dist/src/unix/qnx.c          up to 1.1.1.1<br/>	external/mit/libuv/dist/src/fs-poll.c           up to 1.1.1.2<br/>	external/mit/libuv/dist/src/heap-inl.h          up to 1.1.1.1<br/>	external/mit/libuv/dist/src/idna.c              up to 1.1.1.2<br/>	external/mit/libuv/dist/src/idna.h              up to 1.1.1.1<br/>	external/mit/libuv/dist/src/inet.c              up to 1.1.1.2<br/>	external/mit/libuv/dist/src/queue.h             up to 1.1.1.1<br/>	external/mit/libuv/dist/src/random.c            up to 1.1.1.2<br/>	external/mit/libuv/dist/src/strscpy.c           up to 1.1.1.2<br/>	external/mit/libuv/dist/src/strscpy.h           up to 1.1.1.2<br/>	external/mit/libuv/dist/src/threadpool.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/src/timer.c             up to 1.1.1.2<br/>	external/mit/libuv/dist/src/uv-common.c         up to 1.1.1.2<br/>	external/mit/libuv/dist/src/uv-common.h         up to 1.1.1.2<br/>	external/mit/libuv/dist/src/uv-data-getter-setters.c up to 1.1.1.2<br/>	external/mit/libuv/dist/src/version.c           up to 1.1.1.1<br/>	external/mit/libuv/dist/src/win/async.c         up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/atomicops-inl.h up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/core.c          up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/detect-wakeup.c up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/dl.c            up to 1.1.1.1<br/>	external/mit/libuv/dist/src/win/error.c         up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/fs-event.c      up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/fs-fd-hash-inl.h up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/fs.c            up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/getaddrinfo.c   up to 1.1.1.1<br/>	external/mit/libuv/dist/src/win/getnameinfo.c   up to 1.1.1.1<br/>	external/mit/libuv/dist/src/win/handle-inl.h    up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/handle.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/internal.h      up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/loop-watcher.c  up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/pipe.c          up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/poll.c          up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/process-stdio.c up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/process.c       up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/req-inl.h       up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/signal.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/snprintf.c      up to 1.1.1.1<br/>	external/mit/libuv/dist/src/win/stream-inl.h    up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/stream.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/tcp.c           up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/thread.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/tty.c           up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/udp.c           up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/util.c          up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/winapi.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/winapi.h        up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/winsock.c       up to 1.1.1.2<br/>	external/mit/libuv/dist/src/win/winsock.h       up to 1.1.1.1<br/>	external/mit/libuv/dist/src/strtok.c            up to 1.1.1.1<br/>	external/mit/libuv/dist/src/strtok.h            up to 1.1.1.1<br/>	external/mit/libuv/dist/test/fixtures/empty_file up to 1.1.1.1<br/>	external/mit/libuv/dist/test/fixtures/load_error.node up to 1.1.1.1<br/>	external/mit/libuv/dist/test/fixtures/lorem_ipsum.txt up to 1.1.1.1<br/>	external/mit/libuv/dist/test/benchmark-async-pummel.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/benchmark-async.c  up to 1.1.1.2<br/>	external/mit/libuv/dist/test/benchmark-fs-stat.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/benchmark-getaddrinfo.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/benchmark-list.h   up to 1.1.1.2<br/>	external/mit/libuv/dist/test/benchmark-loop-count.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/benchmark-million-async.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/benchmark-million-timers.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/benchmark-multi-accept.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/benchmark-ping-pongs.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/benchmark-ping-udp.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/benchmark-pound.c  up to 1.1.1.2<br/>	external/mit/libuv/dist/test/benchmark-pump.c   up to 1.1.1.2<br/>	external/mit/libuv/dist/test/benchmark-sizes.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/test/task.h             up to 1.1.1.2<br/>	external/mit/libuv/dist/test/benchmark-spawn.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/test/benchmark-tcp-write-batch.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/benchmark-thread.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/benchmark-udp-pummel.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/blackhole-server.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/echo-server.c      up to 1.1.1.2<br/>	external/mit/libuv/dist/test/run-benchmarks.c   up to 1.1.1.2<br/>	external/mit/libuv/dist/test/run-tests.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/test/runner-unix.c      up to 1.1.1.2<br/>	external/mit/libuv/dist/test/runner-unix.h      up to 1.1.1.1<br/>	external/mit/libuv/dist/test/runner-win.c       up to 1.1.1.1<br/>	external/mit/libuv/dist/test/runner-win.h       up to 1.1.1.1<br/>	external/mit/libuv/dist/test/runner.c           up to 1.1.1.2<br/>	external/mit/libuv/dist/test/runner.h           up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-active.c      up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-async-null-cb.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-async.c       up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-barrier.c     up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-close-fd.c    up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-ip-name.c     up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-callback-stack.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-close-order.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-condvar.c     up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-connect-unspecified.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-connection-fail.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-cwd-and-chdir.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-default-loop-close.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-delayed-accept.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-dlerror.c     up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-eintr-handling.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-embed.c       up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-emfile.c      up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-env-vars.c    up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-error.c       up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-fail-always.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-fork.c        up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-fs-copyfile.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-fs-event.c    up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-fs-fd-hash.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-fs-open-flags.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-fs-poll.c     up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-fs-readdir.c  up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-fs.c          up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-get-currentexe.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-get-loadavg.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-get-memory.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-get-passwd.c  up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-getaddrinfo.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-gethostname.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-getnameinfo.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-getsockname.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-getters-setters.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-gettimeofday.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-handle-fileno.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-homedir.c     up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-hrtime.c      up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-idle.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-idna.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-ip4-addr.c    up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-ip6-addr.c    up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-ipc-heavy-traffic-deadlock-bug.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-ipc-send-recv.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-ipc.c         up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-list.h        up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-loop-alive.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-loop-close.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-loop-configure.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-loop-handles.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-loop-stop.c   up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-loop-time.c   up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-multiple-listen.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-mutexes.c     up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-osx-select.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-poll-oob.c    up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-pass-always.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-ping-pong.c   up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-pipe-bind-error.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-pipe-close-stdout-read-stdin.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-pipe-connect-error.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-pipe-connect-multiple.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-pipe-connect-prepare.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-pipe-getsockname.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-pipe-pending-instances.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-pipe-sendmsg.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-pipe-server-close.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-pipe-set-fchmod.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-pipe-set-non-blocking.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-platform-output.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-poll-close.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-poll-close-doesnt-corrupt-stack.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-poll-closesocket.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-poll.c        up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-process-priority.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-process-title-threadsafe.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-process-title.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-queue-foreach-delete.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-random.c      up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-ref.c         up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-run-nowait.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-run-once.c    up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-semaphore.c   up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-shutdown-close.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-shutdown-eof.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-shutdown-twice.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-signal.c      up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-spawn.c       up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-signal-multiple-loops.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-signal-pending-on-close.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-socket-buffer-size.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-stdio-over-pipes.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-strscpy.c     up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-alloc-cb-fail.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-bind-error.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-bind6-error.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-close-accept.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-close-reset.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-close-while-connecting.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-close.c   up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-connect-error-after-write.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-flags.c   up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-oob.c     up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-connect-error.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-connect-timeout.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-connect6-error.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-create-socket-early.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-open.c    up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-read-stop.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-shutdown-after-write.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-try-write-error.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-try-write.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-unexpected-read.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-write-after-connect.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-write-fail.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-write-queue-order.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-thread-equal.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-thread.c      up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-write-to-half-open-connection.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tcp-writealot.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-threadpool-cancel.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-threadpool.c  up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-timer-again.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-timer-from-check.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-timer.c       up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tmpdir.c      up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tty-duplicate-key.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tty-escape-sequence-processing.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-tty.c         up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-alloc-cb-fail.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-bind.c    up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-udp-connect.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-create-socket-early.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-udp-ipv6.c    up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-udp-dgram-too-big.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-udp-multicast-interface.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-multicast-interface6.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-multicast-join.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-multicast-join6.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-multicast-ttl.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-open.c    up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-options.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-udp-send-and-recv.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-send-hang-loop.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-send-immediate.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-send-unreachable.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-udp-try-send.c up to 1.1.1.2<br/>	external/mit/libuv/dist/test/test-uname.c       up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-walk-handles.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-watcher-cross-stop.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-metrics.c     up to 1.1.1.1<br/>	external/mit/libuv/dist/test/benchmark-queue-work.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-not-readable-nor-writable-on-read-error.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-not-writable-after-shutdown.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-poll-multiple-handles.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-readable-on-eof.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-shutdown-simultaneous.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-strtok.c      up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-close-after-read-timeout.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-read-stop-start.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-tcp-rst.c     up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-test-macros.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-udp-connect6.c up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-udp-mmsg.c    up to 1.1.1.1<br/>	external/mit/libuv/dist/test/test-udp-sendmmsg-error.c up to 1.1.1.1<br/>	external/mit/libuv/dist/tools/make_dist_html.py up to 1.1.1.2<br/>	external/mit/libuv/dist/tools/vswhere_usability_wrapper.cmd up to 1.1.1.1<br/>	external/mit/libuv/dist/LINKS.md                up to 1.1.1.1<br/>	external/mit/libuv/dist/.readthedocs.yaml       up to 1.1.1.1<br/>	external/mit/libuv/dist/libuv-static.pc.in      up to 1.1.1.1<br/>	external/mit/libuv/Makefile                     up to 1.1<br/>	external/mit/libuv/mkpc                         up to 1.1<br/>	external/mit/libuv/pkgconfig.mk                 up to 1.1<br/>	external/mit/libuv/lib/Makefile                 up to 1.6<br/>	external/mit/libuv/lib/libuv.3                  up to 1.1<br/>	etc/mtree/NetBSD.dist.base			(apply patch)<br/>	external/bsd/nsd/include/config.h		(apply patch)<br/>	external/bsd/unbound/include/config.h		(apply patch)<br/>	external/mpl/bind/Makefile			(apply patch)<br/>	external/mpl/bind/Makefile.inc			(apply patch)<br/>	external/mpl/bind/dist/lib/ns/pfilter.c		(apply patch)<br/>	external/mpl/bind/include/config.h		(apply patch)<br/>	external/mpl/bind/lib/libdns/Makefile		(apply patch)<br/>	external/mpl/bind/lib/libisc/Makefile		(apply patch)<br/>	lib/Makefile					(apply patch)<br/>	share/mk/bsd.lib.mk				1.383 (adapted),1.391 via patch<br/>	doc/3RDPARTY					(manually edited)<br/><br/>Import libuv 1.44.2.<br/>Adjust nsd, unbound and bind to the netbsd-9 branch.</title>
    <description>/src/external/mit/libuv/dist/test/test-ipc-send-recv.c - 1.1.1.2.4.2</description>
    <pubDate>Fri Mar 01 11:44:02 UTC 2024</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>file test-ipc-send-recv.c was added on branch netbsd-9 on 2024-03-01 11:44:02 +0000</title>
    <description>/src/external/mit/libuv/dist/test/test-ipc-send-recv.c - 1.1.1.2.4.1</description>
    <pubDate>Thu Sep 22 21:20:41 UTC 2022</pubDate>
    <dc:creator>martin</dc:creator>
</item>
</channel></rss>

