Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 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)
    
  • debian/1.35.0-2
    libuv1 Debian release 1.35.0-2
    
  • debian/1.35.0-1
    libuv1 Debian release 1.35.0-1
    
  • v1.35.0
    2020.03.12, Version 1.35.0 (Stable)
    
    Changes since version 1.34.2:
    
    * src: android build fix (David Carlier)
    
    * build: make code compilable for iOS on Xcode (ssrlive)
    
    * ibmi: skip unsupported fs test cases (Xu Meng)
    
    * ibmi: ensure that pipe backlog is not zero (Xu Meng)
    
    * test,udp6: fix udp_ipv6 test flakiness (Jameson Nash)
    
    * test: fix fs_event_watch_dir_recursive flakiness (Santiago Gimeno)
    
    * pipe: disallow listening on an IPC pipe (Witold Kręcicki)
    
    * build,cmake: improve buil experience (Isabella Muerte)
    
    * unix: remove support for FreeBSD < 10 (Saúl Ibarra Corretgé)
    
    * linux: simplify uv__accept() (Ben Noordhuis)
    
    * linux: assume presence of SOCK_CLOEXEC flag (Ben Noordhuis)
    
    * linux: simplify uv__dup2_cloexec() (Ben Noordhuis)
    
    * freebsd,linux: simplify uv__make_socketpair() (Ben Noordhuis)
    
    * unix: fix error handling in uv__make_socketpair() (Ben Noordhuis)
    
    * freebsd,linux: simplify uv__make_pipe() (Ben Noordhuis)
    
    * unix: fix error handling in uv__make_pipe() (Ben Noordhuis)
    
    * linux: simplify uv__async_eventfd() (Ben Noordhuis)
    
    * linux: assume the presence of inotify system calls (Ben Noordhuis)
    
    * doc: strip ICC profile from 2 jpg files (Dominique Dumont)
    
    * unix: make uv_tcp_keepalive predictable (Manuel BACHMANN)
    
    * docs: uv_setup_args() may take ownership of argv (Ben Noordhuis)
    
    * unix: fix error path in uv_setup_args() (Ben Noordhuis)
    
    * unix: fix size check in uv_get_process_title() (Ben Noordhuis)
    
    * doc: add erw7 to maintainers (erw7)
    
    * test: fixed udp4_echo_server implementation (Marek Vavrusa)
    
    * test: added udp ping benchmark (1,10,100 pingers) (Marek Vavrusa)
    
    * freebsd,linux: add recvmmsg() + sendmmsg() udp implementation (Marek Vavrusa)
    
    * win,pipe: DRY/simplify some code paths (Jameson Nash)
    
    * win: address some style nits (Jameson Nash)
    
    * win,pipe: ensure `req->event_handle` is defined (Elliot Saba)
    
    * win,pipe: consolidate overlapped initialization (Elliot Saba)
    
    * win,pipe: erase event_handle after deleting pointer (Jameson Nash)
    
    * build: fix android cmake build, build missing file (Ben Noordhuis)
    
    * test: skip some UDP tests on IBMi (Xu Meng)
    
    * test: skip some spawn test cases on IBMi (Xu Meng)
    
    * src: fix wrong method name in comment (TK-one)
    
    * test: add UV_TIMEOUT_MULTIPLIER environment var (Ben Noordhuis)
    
    * unix: fix uv_cpu_info always returning UV_ENOTDIR on OpenBSD (Ben Davies)
    
    * test: skip the pwd_shell test on IBMi (Xu Meng)
    
    * win,tty: Change to restore cursor shape with uv_tty_reset() (erw7)
    
    * win,tty: Added set cursor style to CSI sequences (erw7)
    
    * test: handle EINTR, fix EOF check in poll test (Ben Noordhuis)
    
    * unix: use socklen_t instead of size_t (Ben Noordhuis)
    
    * doc: fix header file location (TK-one)
    
    * unix: fix signal handle closing deferral (Ben Noordhuis)
    
    * ibmi: set the amount of memory in use to zero (Xu Meng)
    
    * zos: return on realloc failure in scandir() (Milad Farazmand)
    
    * zos: fix scandir() error path NULL pointer deref (Ben Noordhuis)
    
  • debian/1.34.2-1
    bc7bda86 · prepare release ·
    libuv1 Debian release 1.34.2-1
    
  • v1.34.2
    2020.01.24, Version 1.34.2 (Stable)
    
    Changes since version 1.34.1:
    
    * misc: adjust stalebot deadlines (Jameson Nash)
    
    * test: fix env-vars flakiness (cjihrig)
    
    * test: avoid truncating output lines (Jameson Nash)
    
    * darwin: stop calling SetApplicationIsDaemon() (Ben Noordhuis)
    
    * ibmi: implement uv_interface_addresses() (Xu Meng)
    
    * osx,fsevent: fix race during uv_loop_close (Jameson Nash)
    
    * osx,fsevent: clear pointer when deleting it [NFCI] (Jameson Nash)
    
    * Revert "aix: replace ECONNRESET with EOF if already closed" (Jameson Nash)
    
    * unix: handle uv__open_cloexec return value correctly (Anna Henningsen)
    
  • debian/1.33.1-2
    d5260384 · prepare release ·
    libuv1 Debian release 1.33.1-2
    
  • debian/1.33.1-1
    7f472aeb · prepare release ·
    libuv1 Debian release 1.33.1-1
    
  • v1.33.1
    2019.10.20, Version 1.33.1 (Stable)
    
    Changes since version 1.33.0:
    
    * linux: fix arm64 SYS__sysctl build breakage (Ben Noordhuis)
    
  • debian/1.30.1-1
    1b299a9a · prepare release ·
    libuv1 Debian release 1.30.1-1