Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.46.0
    2023.06.30, Version 1.46.0 (Stable)
    
    Changes since version 1.45.0:
    
    * Add SHA to ChangeLog (Santiago Gimeno)
    
    * misc: update readthedocs config (Jameson Nash)
    
    * test: remove erroneous RETURN_SKIP (Ben Noordhuis)
    
    * android: disable io_uring support (Ben Noordhuis)
    
    * linux: add some more iouring backed fs ops (Santiago Gimeno)
    
    * build: add autoconf option for disable-maintainer-mode (Jameson Nash)
    
    * fs: use WTF-8 on Windows (Stefan Karpinski)
    
    * unix,win: replace QUEUE with struct uv__queue (Ben Noordhuis)
    
    * linux: fs_read to use io_uring if iovcnt > IOV_MAX (Santiago Gimeno)
    
    * ios: fix uv_getrusage() ru_maxrss calculation (Ben Noordhuis)
    
    * include: update outdated code comment (Ben Noordhuis)
    
    * linux: support abstract unix sockets (Ben Noordhuis)
    
    * unix,win: add UV_PIPE_NO_TRUNCATE flag (Ben Noordhuis)
    
    * unix: add loongarch support (liuxiang88)
    
    * doc: add DPS8M to LINKS.md (Jeffrey H. Johnson)
    
    * include: add EUNATCH errno mapping (Abdirahim Musse)
    
    * src: don't run timers if loop is stopped/unref'd (Trevor Norris)
    
    * win: fix -Wpointer-to-int-cast warning (Ben Noordhuis)
    
    * test,win: fix -Wunused-variable warning (Ben Noordhuis)
    
    * test,win: fix -Wformat warning (Ben Noordhuis)
    
    * linux: work around io_uring IORING_OP_CLOSE bug (Ben Noordhuis)
    
    * win: remove unused functions (Ben Noordhuis)
    
    * bench: add bench to check uv_loop_alive (Trevor Norris)
    
    * test: add uv_cancel test for threadpool (Trevor Norris)
    
    * unix: skip prohibited syscalls on tvOS and watchOS (小明)
    
    * unix,fs: make no_pwritev access thread-safe (Santiago Gimeno)
    
    * unix: fix build for lower versions of Android (小明)
    
  • debian/1.44.2-1_bpo11+1
    libuv1 Debian release 1.44.2-1~bpo11+1
  • debian/1.44.2-1
    libuv1 Debian release 1.44.2-1
    
  • v1.44.2
    2022.07.12, Version 1.44.2 (Stable)
    
    Changes since version 1.44.1:
    
    * Add SHA to ChangeLog (Jameson Nash)
    
    * aix, ibmi: handle server hang when remote sends TCP RST (V-for-Vasili)
    
    * build: make CI a bit noisier (Jameson Nash)
    
    * process: reset the signal mask if the fork fails (Jameson Nash)
    
    * zos: implement cmpxchgi() using assembly (Shuowang (Wayne) Zhang)
    
    * build: AC_SUBST for AM_CFLAGS (Claes Nästén)
    
    * ibmi: Implement UDP disconnect (V-for-Vasili)
    
    * doc: update active maintainers list (Ben Noordhuis)
    
    * build: fix kFreeBSD build (James McCoy)
    
    * build: remove Windows 2016 workflows (Darshan Sen)
    
    * Revert "win,errors: remap ERROR_ACCESS_DENIED to UV_EACCES" (Darshan Sen)
    
    * unix: simplify getpwuid call (Jameson Nash)
    
    * build: filter CI by paths and branches (Jameson Nash)
    
    * build: add iOS to macos CI (Jameson Nash)
    
    * build: re-enable CI for windows changes (Jameson Nash)
    
    * process,iOS: fix build breakage in process.c (Denny C. Dai)
    
    * test: remove unused declarations in tcp_rst test (V-for-Vasili)
    
    * core: add thread-safe strtok implementation (Guilherme Íscaro)
    
    * win: fix incompatible-types warning (twosee)
    
    * test: fix flaky file watcher test (Ben Noordhuis)
    
    * build: fix AIX xlc autotools build (V-for-Vasili)
    
    * unix,win: fix UV_RUN_ONCE + uv_idle_stop loop hang (Ben Noordhuis)
    
    * win: fix unexpected ECONNRESET error on TCP socket (twosee)
    
    * doc: make sample cross-platform build (gengjiawen)
    
    * test: separate some static variables by test cases (Hannah Shi)
    
    * sunos: fs-event callback can be called after uv_close() (Andy Fiddaman)
    
    * uv: re-register interest in a file after change (Shuowang (Wayne) Zhang)
    
    * uv: register UV_RENAME event for _RFIM_UNLINK (Shuowang (Wayne) Zhang)
    
    * uv: register __rfim_event 156 as UV_RENAME (Shuowang (Wayne) Zhang)
    
    * doc: remove smartos from supported platforms (Ben Noordhuis)
    
    * macos: avoid posix_spawnp() cwd bug (Jameson Nash)
    
    * release: check versions of autogen scripts are newer (Jameson Nash)
    
    * test: rewrite embed test (Ben Noordhuis)
    
    * openbsd: use utimensat instead of lutimes (tuftedocelot)
    
    * doc: fix link to uvwget example main() function (blogdaren)
    
    * unix: use MSG_CMSG_CLOEXEC where supported (Ben Noordhuis)
    
    * test: remove disabled callback_order test (Ben Noordhuis)
    
    * win,pipe: fix bugs with pipe resource lifetime management (Jameson Nash)
    
    * loop: better align order-of-events behavior between platforms (Jameson Nash)
    
    * aix,test: uv_backend_fd is not supported by poll (V-for-Vasili)
    
    * kqueue: skip EVFILT_PROC when invalidating fds (chucksilvers)
    
    * darwin: fix atomic-ops.h ppc64 build (Sergey Fedorov)
    
    * zos: don't err when killing a zombie process (Shuowang (Wayne) Zhang)
    
    * zos: avoid fs event callbacks after uv_close() (Shuowang (Wayne) Zhang)
    
    * zos: correctly format interface addresses names (Shuowang (Wayne) Zhang)
    
    * zos: add uv_interface_addresses() netmask support (Shuowang (Wayne) Zhang)
    
    * zos: improve memory management of ip addresses (Shuowang (Wayne) Zhang)
    
    * tcp,pipe: fail `bind` or `listen` after `close` (theanarkh)
    
    * zos: implement uv_available_parallelism() (Shuowang (Wayne) Zhang)
    
    * udp,win: fix UDP compiler warning (Jameson Nash)
    
    * zos: fix early exit of epoll_wait() (Shuowang (Wayne) Zhang)
    
    * unix,tcp: fix errno handling in uv__tcp_bind() (Samuel Cabrero)
    
    * shutdown,unix: reduce code duplication (Jameson Nash)
    
    * unix: fix c99 comments (Ben Noordhuis)
    
    * unix: retry tcgetattr/tcsetattr() on EINTR (Ben Noordhuis)
    
    * docs: update introduction.rst (Ikko Ashimine)
    
    * unix,stream: optimize uv_shutdown() codepath (Jameson Nash)
    
    * zos: delay signal handling until after normal i/o (Shuowang (Wayne) Zhang)
    
    * stream: uv__drain() always needs to stop POLLOUT (Jameson Nash)
    
    * unix,tcp: allow EINVAL errno from setsockopt in uv_tcp_close_reset() (Stacey
      Marshall)
    
    * win,shutdown: improve how shutdown is dispatched (Jameson Nash)
    
  • debian/1.44.1-2
    libuv1 Debian release 1.44.1-2
    
  • debian/1.44.1-1
    libuv1 Debian release 1.44.1-1
    
  • v1.44.1
    2022.03.09, Version 1.44.1 (Stable)
    
    Changes since version 1.44.0:
    
    * process: simplify uv__write_int calls (Jameson Nash)
    
    * macos: don't use thread-unsafe strtok() (Ben Noordhuis)
    
    * process: fix hang after NOTE_EXIT (Jameson Nash)
    
  • debian/1.43.0-1
    libuv1 Debian release 1.43.0-1
    
  • v1.43.0
  • debian/1.42.0-1
    libuv1 Debian release 1.42.0-1
    
  • v1.42.0
    2021.07.21, Version 1.42.0 (Stable)
    
    Changes since version 1.41.0:
    
    * doc: fix code highlighting (Darshan Sen)
    
    * test: move to ASSERT_NULL and ASSERT_NOT_NULL test macros (tjarlama)
    
    * zos: build in ascii code page (Shuowang (Wayne) Zhang)
    
    * zos: don't use nanosecond timestamp fields (Shuowang (Wayne) Zhang)
    
    * zos: introduce zoslib (Shuowang (Wayne) Zhang)
    
    * zos: use strnlen() from zoslib (Shuowang (Wayne) Zhang)
    
    * zos: use nanosleep() from zoslib (Shuowang (Wayne) Zhang)
    
    * zos: use __getargv() from zoslib to get exe path (Shuowang (Wayne) Zhang)
    
    * zos: treat __rfim_utok as binary (Shuowang (Wayne) Zhang)
    
    * zos: use execvpe() to set environ explictly (Shuowang (Wayne) Zhang)
    
    * zos: use custom proctitle implementation (Shuowang (Wayne) Zhang)
    
    * doc: add instructions for building on z/OS (Shuowang (Wayne) Zhang)
    
    * linux,udp: enable full ICMP error reporting (Ondřej Surý)
    
    * test: fix test-udp-send-unreachable (Ondřej Surý)
    
    * include: fix typo in documentation (Tobias Nießen)
    
    * chore: use for(;;) instead of while (Yash Ladha)
    
    * test: remove string + int warning on udp-pummel (Juan José Arboleda)
    
    * cmake: fix linker flags (Zhao Zhili)
    
    * test: fix stack-use-after-scope (Zhao Zhili)
    
    * unix: expose thread_stack_size() internally (Brandon Cheng)
    
    * darwin: use RLIMIT_STACK for fsevents pthread (Brandon Cheng)
    
    * darwin: abort on pthread_attr_init fail (Brandon Cheng)
    
    * benchmark: remove unreachable code (Matvii Hodovaniuk)
    
    * macos: fix memleaks in uv__get_cpu_speed (George Zhao)
    
    * Make Thread Sanitizer aware of file descriptor close in uv__close() (Ondřej
      Surý)
    
    * darwin: fix iOS compilation and functionality (Hayden)
    
    * linux: work around copy_file_range() cephfs bug (Ben Noordhuis)
    
    * zos: implement uv_get_constrained_memory() (Shuowang (Wayne) Zhang)
    
    * zos: fix uv_get_free_memory() (Shuowang (Wayne) Zhang)
    
    * zos: use CVTRLSTG to get total memory accurately (Shuowang (Wayne) Zhang)
    
    * ibmi: Handle interface names longer than 10 chars (Kevin Adler)
    
    * docs: update read-the-docs version of sphinx (Jameson Nash)
    
    * unix: refactor uv_try_write (twosee)
    
    * linux-core: add proper divide by zero assert (yiyuaner)
    
    * misc: remove unnecessary _GNU_SOURCE macros (Darshan Sen)
    
    * test: log to stdout to conform TAP spec (bbara)
    
    * win,fs: fix C4090 warning with MSVC (SeverinLeonhardt)
    
    * build: some systems provide dlopen() in libc (Andy Fiddaman)
    
    * include: add EOVERFLOW status code mapping (Darshan Sen)
    
    * unix,fs: use uv__load_relaxed and uv__store_relaxed (Darshan Sen)
    
    * win: fix string encoding issue of uv_os_gethostname (Eagle Liang)
    
    * unix,process: add uv__write_errno helper function (Ricky Zhou)
    
    * Re-merge "unix,stream: clear read/write states on close/eof" (Jameson Nash)
    
    * unix,core: fix errno handling in uv__getpwuid_r (Darshan Sen)
    
    * errors: map ESOCKTNOSUPPORT errno (Ryan Liptak)
    
    * doc: uv_read_stop always succeeds (Simon Kissane)
    
    * inet: fix inconsistent return value of inet_ntop6 (twosee)
    
    * darwin: fix -Wsometimes-uninitialized warning (twosee)
    
    * stream: introduce uv_try_write2 function (twosee)
    
    * poll,win: UV_PRIORITIZED option should not assert (twosee)
    
    * src: DragonFlyBSD has mmsghdr struct too (David Carlier)
    
    * cleanup,win: Remove _WIN32 guards on threadpool (James M Snell)
    
    * freebsd: fix an incompatible pointer type warning (Darshan Sen)
    
    * core: Correct the conditionals for {cloexec,nonblock}_ioctl (Ali Mohammad
      Pur)
    
    * win,tcp: make uv_close work more like unix (Jameson Nash)
    
    * doc: more accurate list of valid send_handle's (twosee)
    
    * win,tcp: translate system errors correctly (twosee)
    
    * unix: implement cpu_relax() on ppc64 (Ben Noordhuis)
    
    * docs: move list of project links under PR control (Jameson Nash)
    
    * test: wrong pointer arithmetic multiplier (Erkhes N)
    
    * doc: switch discussion forum to github (Jameson Nash)
    
    * idna: fix OOB read in punycode decoder (Ben Noordhuis)
    
    * build: make sure -fvisibility=hidden is set (Santiago Gimeno)
    
    * illumos: event ports to epoll (tjarlama)
    
    * illumos,tty: UV_TTY_MODE_IO waits for 4 bytes (Joshua M. Clulow)
    
    * doc: add vtjnash GPG ID (Jameson Nash)
    
    * linux: read CPU model information on ppc (Richard Lau)
    
    * darwin: fix uv_barrier race condition (Guilherme Íscaro)
    
    * unix,stream: fix loop hang after uv_shutdown (Jameson Nash)
    
    * doc,udp: note that suggested_size is 1 max-sized dgram (Ryan Liptak)
    
    * mingw: fix building for ARM/AArch64 (Martin Storsjö)
    
    * unix: strnlen is not available on Solaris 10 (Claes Nästén)
    
    * sunos: restore use of event ports (Andy Fiddaman)
    
    * sunos,cmake: use thread-safe errno (Andy Fiddaman)
    
  • debian/1.40.0-2
    libuv1 Debian release 1.40.0-2
    
  • debian/1.40.0-1
    libuv1 Debian release 1.40.0-1
    
  • v1.40.0
    2020.09.26, Version 1.40.0 (Stable)
    
    Changes since version 1.39.0:
    
    * udp: add UV_UDP_MMSG_FREE recv_cb flag (Ryan Liptak)
    
    * include: re-map UV__EPROTO from 4046 to -4046 (YuMeiJie)
    
    * doc: correct UV_UDP_MMSG_FREE version added (cjihrig)
    
    * doc: add uv_metrics_idle_time() version metadata (Ryan Liptak)
    
    * win,tty: pass through utf-16 surrogate pairs (Mustafa M)
    
    * unix: fix DragonFly BSD build (Aleksej Lebedev)
    
    * win,udp: fix error code returned by connect() (Santiago Gimeno)
    
    * src: suppress user_timeout maybe-uninitialized (Daniel Bevenius)
    
    * test: fix compiler warning (Vladimír Čunát)
    
    * build: fix the Haiku cmake build (David Carlier)
    
    * linux: fix i386 sendmmsg/recvmmsg support (Ben Noordhuis)
    
    * build: add libuv-static pkg-config file (Nikolay Mitev)
    
    * unix,win: add uv_timer_get_due_in() (Ulrik Strid)
    
    * build,unix: add QNX support (Elad Lahav)
    
    * include: remove incorrect UV__ERR() for EPROTO (cjihrig)
    
  • debian/1.39.0-1
    libuv1 Debian release 1.39.0-1
    
  • v1.39.0
    2020.08.26, Version 1.39.0 (Stable)
    
    Changes since version 1.38.1:
    
    * unix: use relaxed loads/stores for clock id (Ben Noordhuis)
    
    * build,win: link to user32.lib and advapi32.lib (George Zhao)
    
    * unix: squelch harmless valgrind warning (ssrlive)
    
    * include: fx c++ style comments warnings (Turbinya)
    
    * build,cmake: Change installation location on MinGW (erw7)
    
    * linux: use copy_file_range for uv_fs_copyfile when possible (Carter Li)
    
    * win,tcp: avoid reinserting a pending request (
    
    * docs: improve the descriptions for get memory info (Juan Sebastian velez
      Posada)
    
    * test: add udp-mmsg test (Ryan Liptak)
    
    * udp: add uv_udp_using_recvmmsg query (Ryan Liptak)
    
    * doc: add more error constants (TK-one)
    
    * zos: fix potential event loop stall (Trevor Norris)
    
    * include: add internal fields struct to uv_loop_t (Trevor Norris)
    
    * core: add API to measure event loop idle time (Trevor Norris)
    
    * win,fs: use CreateDirectoryW instead of _wmkdir (Mustafa M)
    
    * win,nfc: fix integer comparison signedness (escherstair)
    
    * win,nfc: use
    
    * win,nfc: removed some unused variables (escherstair)
    
    * win,nfc: add missing return statement (escherstair)
    
    * win,nfc: disable clang-format for
    
    * darwin: use IOKit for uv_cpu_info (Evan Lucas)
    
    * test: fix thread race in process_title_threadsafe (Ben Noordhuis)
    
    * win,fs: avoid implicit access to _doserrno (Jameson Nash)
    
    * test: give hrtime test a custom 20s timeout (Jameson Nash)
    
    * build: add more failed test, for qemu version bump (gengjiawen)
    
    * unix: handle src, dest same in uv_fs_copyfile() (cjihrig)
    
    * unix: error when uv_setup_args() is not called (Ryan Liptak)
    
    * aix: protect uv_exepath() from uv_set_process_title() (Richard Lau)
    
    * fs: clobber req->path on uv_fs_mkstemp() error (tjarlama)
    
    * cmake: fix compile error C2001 on Chinese Windows (司徒玟琅)
    
    * test: avoid double evaluation in ASSERT_BASE macro (tjarlama)
    
    * tcp: fail instantly if local port is unbound (Bartosz Sosnowski)
    
    * doc: fix most sphinx warnings (Jameson Nash)
    
    * nfci: address some style nits (Jameson Nash)
    
    * unix: don't use _POSIX_PATH_MAX (Ben Noordhuis)
    
  • debian/1.38.0-3
    libuv1 Debian release 1.38.0-3
    
  • debian/1.38.0-2
    libuv1 Debian release 1.38.0-2
    
  • debian/1.38.0-1
    libuv1 Debian release 1.38.0-1
    
  • v1.38.0
    2020.05.18, Version 1.38.0 (Stable)
    
    Changes since version 1.37.0:
    
    * test: skip poll_duplex and poll_unidirectional on PASE (Xu Meng)
    
    * linux: make cpu_times consistently be milliseconds (James Ross)
    
    * win: DRY uv_poll_start() and uv_poll_stop() (Ben Noordhuis)
    
    * win: DRY uv_poll_close() (Ben Noordhuis)
    
    * unix,win: add uv_library_shutdown() (Ben Noordhuis)
    
    * unix: yield cpu when spinlocking on async handle (Ben Noordhuis)
    
    * win: remove dep on GetQueuedCompletionStatusEx (Colin Finck)
    
    * doc: correct source lines (Shohei YOSHIDA)
    
    * build,android: fix typo (twosee)
    
    * doc: uv_cancel() handles uv_random_t requests (Philip Chimento)
    
    * doc: fix unescaped character (Philip Chimento)
    
    * build,cmake: fix compilation on old MinGW (erw7)
    
    * build: remove unnessesary MSVC warnings (Bartosz Sosnowski)
    
    * win: make uv_udp_init_ex() accept UV_UDP_RECVMMSG (Ben Noordhuis)
    
    * unix: simplify uv__udp_init_ex() (Ben Noordhuis)
    
    * win: remove MAX_PATH limitations (Bartosz Sosnowski)
    
    * build, win: add long path aware manifest (Bartosz Sosnowski)
    
    * doc: check/idle/prepare functions always succeed (Ben Noordhuis)
    
    * darwin: fix build with non-apple compilers (Ben Noordhuis)
    
    * win: support environment variables > 32767 chars (Ben Noordhuis)
    
    * unix: fully initialize struct msghdr (Ben Noordhuis)
    
    * doc: add uv_replace_allocator thread safety warning (twosee)
    
    * unix: fix int overflow when copying large files (Michal Artazov)
    
    * fs: report original error (Bartosz Sosnowski)
    
    * win, fs: add IO_REPARSE_TAG_APPEXECLINK support (Bartosz Sosnowski)
    
    * doc: fix formatting (Ben Noordhuis)
    
    * unix: fix memory leak when uv_loop_init() fails (Anna Henningsen)
    
    * unix: shrink uv_udp_set_source_membership() stack (Ben Noordhuis)
    
    * unix,win: fix wrong sizeof argument to memcpy() (Ben Noordhuis)
    
    * build: check for libraries not provided by libc (Jeroen Roovers)
    
    * doc: fix the order of arguments to calloc() (MasterDuke17)
    
    * unix: don't abort when getrlimit() fails (Ben Noordhuis)
    
    * test: support common user profile on IBMi (Xu Meng)
    
    * build: test on more platforms via QEMU in CI (gengjiawen)