Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.30.1
    2019.07.03, Version 1.30.1 (Stable)
    
    Changes since version 1.30.0:
    
    * doc: fix incorrect versionchanged (cjihrig)
    
    * test: allow UV_ECONNRESET in tcp_try_write_error (cjihrig)
    
    * unix: add uv_get_constrained_memory() cygwin stub (cjihrig)
    
    * build: fix android cmake build (Ben Noordhuis)
    
    * unix: squelch -Wcast-function-type warning (Ben Noordhuis)
    
    * build: fix compile error with uClibc (zlargon)
    
  • debian/1.24.1-1
    078da3fc · prepare release ·
    libuv1 Debian release 1.24.1-1
    
  • v1.24.1
    2018.12.17, Version 1.24.1 (Stable)
    
    Changes since version 1.24.0:
    
    * test: fix platform_output test on cygwin (damon-kwok)
    
    * gitignore: ignore build/ directory (Damon Kwok)
    
    * unix: zero epoll_event before use (Ashe Connor)
    
    * darwin: use runtime check for file cloning (Ben Noordhuis)
    
    * doc: replace deprecated build command on macOS (Rick)
    
    * warnings: fix code that emits compiler warnings (Jameson Nash)
    
    * doc: clarify expected memory management strategy (Ivan Krylov)
    
    * test: add uv_inet_ntop(AF_INET) coverage (Ben Noordhuis)
    
    * unix: harden string copying, introduce strscpy() (Ben Noordhuis)
    
    * linux: get rid of strncpy() call (Ben Noordhuis)
    
    * aix: get rid of strcat() calls (Ben Noordhuis)
    
    * aix: fix data race in uv_fs_event_start() (Ben Noordhuis)
    
    * win: fs: fix `FILE_FLAG_NO_BUFFERING` for writes (Joran Dirk Greef)
    
    * build: don't link against -lpthread on Android (Michael Meier)
    
  • debian/1.24.0-1
    73ff0854 · prepare release ·
    libuv1 Debian release 1.24.0-1
    
  • debian/1.23.2-2
    2d262a6a · prepare release ·
    libuv1 Debian release 1.23.2-2
    
  • v1.24.0
    2018.11.14, Version 1.24.0 (Stable)
    
    Changes since version 1.23.2:
    
    * unix: do not require PATH_MAX to be defined (Brad King)
    
    * win,doc: path encoding in uv_fs_XX is UTF-8 (hitesh)
    
    * unix: add missing link dependency on kFreeBSD (Svante Signell)
    
    * unix: add support for GNU/Hurd (Samuel Thibault)
    
    * test: avoid memory leak for test_output (Carlo Marcelo Arenas Belón)
    
    * zos: avoid UB with NULL pointer arithmetic (Carlo Marcelo Arenas Belón)
    
    * doc: add vtjnash to maintainers (Jameson Nash)
    
    * unix: restore skipping of phys_addr copy (cjihrig)
    
    * unix,win: make uv_interface_addresses() consistent (cjihrig)
    
    * unix: remove unnecessary linebreaks (cjihrig)
    
    * unix,win: handle zero-sized allocations uniformly (Ben Noordhuis)
    
    * unix: remove unused uv__dup() function (Ben Noordhuis)
    
    * core,bsd: refactor process_title functions (Santiago Gimeno)
    
    * win: Redefine NSIG to consider SIGWINCH (Jeremy Studer)
    
    * test: make sure that reading a directory fails (Sakthipriyan Vairamani)
    
    * win, tty: remove zero-size read callbacks (Bartosz Sosnowski)
    
    * test: fix test runner getenv async-signal-safety (Ben Noordhuis)
    
    * test: fix test runner execvp async-signal-safety (Ben Noordhuis)
    
    * test,unix: fix race in test runner (Ben Noordhuis)
    
    * unix,win: support IDNA 2008 in uv_getaddrinfo() (Ben Noordhuis)
    
    * win, tcp: avoid starving the loop (Bartosz Sosnowski)
    
    * win, dl: proper error messages on some systems (Bartosz Sosnowski)
    
    * win,fs: retry if uv_fs_rename fails (Bartosz Sosnowski)
    
    * darwin: speed up uv_set_process_title() (Ben Noordhuis)
    
    * aix: fix race in uv_get_process_title() (Gireesh Punathil)
    
    * win: support more fine-grained windows hiding (Bartosz Sosnowski)
    
  • debian/1.23.2-1
    3c950241 · new upstream version ·
    libuv1 Debian release 1.23.2-1
    
  • v1.23.2
    2018.10.09, Version 1.23.2 (Stable)
    
    Changes since version 1.23.1:
    
    * unix: return 0 retrieving rss on cygwin (cjihrig)
    
    * unix: initialize uv_interface_address_t.phys_addr (cjihrig)
    
    * test: handle uv_os_setpriority() windows edge case (cjihrig)
    
    * tty, win: fix read stop for raw mode (Bartosz Sosnowski)
    
    * Revert "Revert "unix,fs: fix for potential partial reads/writes"" (Jameson
      Nash)
    
    * unix,readv: always permit partial reads to return (Jameson Nash)
    
    * win,tty: fix uv_tty_close() (Bartosz Sosnowski)
    
    * doc: remove extraneous "on" (Ben Noordhuis)
    
    * unix,win: fix threadpool race condition (Anna Henningsen)
    
    * unix: rework thread barrier implementation (Ben Noordhuis)
    
    * aix: switch to libuv's own thread barrier impl (Ben Noordhuis)
    
    * unix: signal done to last thread barrier waiter (Ben Noordhuis)
    
    * test: add uv_barrier_wait serial thread test (Ali Ijaz Sheikh)
    
    * unix: optimize uv_fs_readlink() memory allocation (Ben Noordhuis)
    
    * win: remove req.c and other cleanup (Carlo Marcelo Arenas Belón)
    
    * aix: don't EISDIR on read from directory fd (Ben Noordhuis)
    
  • debian/1.23.1-1
    c03213bd · prepare release ·
    libuv1 Debian release 1.23.1-1
    
  • v1.23.1
    2018.09.22, Version 1.23.1 (Stable)
    
    Changes since version 1.23.0:
    
    * unix,win: limit concurrent DNS calls to nthreads/2 (Anna Henningsen)
    
    * doc: add addaleax to maintainers (Anna Henningsen)
    
    * doc: add missing slash in stream.rst (Emil Bay)
    
    * unix,fs: use utimes & friends for uv_fs_utime (Jeremiah Senkpiel)
    
    * unix,fs: remove linux fallback from utimesat() (Jeremiah Senkpiel)
    
    * unix,fs: remove uv__utimesat() syscall fallback (Jeremiah Senkpiel)
    
    * doc: fix argument name in tcp.rts (Emil Bay)
    
    * doc: notes on running tests, benchmarks, tools (Jamie Davis)
    
    * linux: remove epoll syscall wrappers (Ben Noordhuis)
    
    * linux: drop code path for epoll_pwait-less kernels (Ben Noordhuis)
    
    * Partially revert "win,code: remove GetQueuedCompletionStatus-based poller"
      (Jameson Nash)
    
    * build: add compile for android arm64/x86/x86-64 (Andy Zhang)
    
    * doc: clarify that some remarks apply to windows (Bert Belder)
    
    * test: fix compiler warnings (Jamie Davis)
    
    * ibmi: return 0 from uv_resident_set_memory() (dmabupt)
    
    * win: fix uv_udp_recv_start() error translation (Ryan Liptak)
    
    * win,doc: improve uv_os_setpriority() documentation (Bartosz Sosnowski)
    
    * test: increase upper bound in condvar_5 (Jamie Davis)
    
    * win,tty: remove deadcode (Jameson Nash)
    
    * stream: autodetect direction (Jameson Nash)
    
  • debian/1.23.0-2
    e81b6e37 · prepare release ·
    libuv1 Debian release 1.23.0-2
    
  • debian/1.23.0-1
    e2b6948d · prepare release ·
    libuv1 Debian release 1.23.0-1
    
  • v1.23.0
    2018.08.18, Version 1.23.0 (Stable)
    
    Changes since version 1.22.0:
    
    * win,pipe: restore compatibility with the old IPC framing protocol (Bert
      Belder)
    
    * fs: add uv_open_osfhandle (Bartosz Sosnowski)
    
    * doc: update Visual C++ Build Tools URL (Michał Kozakiewicz)
    
    * unix: loop starvation on successful write complete (jBarz)
    
    * win: add uv__getnameinfo_work() error handling (A. Hauptmann)
    
    * win: return UV_ENOMEM from uv_loop_init() (cjihrig)
    
    * unix,win: add uv_os_{get,set}priority() (cjihrig)
    
    * test: fix warning in test-tcp-open (Santiago Gimeno)
    
  • debian/1.22.0-3
    8b6a56b7 · prepare release ·
    libuv1 Debian release 1.22.0-3
    
  • debian/1.22.0-2
    b0a55a4f · prepare release ·
    libuv1 Debian release 1.22.0-2
    
  • debian/1.22.0-1
    bebd185a · prepare release ·
    libuv1 Debian release 1.22.0-1
    
  • debian/1.21.0-2
    224ed10a · prepare release ·
    libuv1 Debian release 1.21.0-2
    
  • debian/1.21.0-1
    9a00fc1e · prepare release ·
    libuv1 Debian release 1.21.0-1
    
  • debian/1.20.3-2
    1de75f38 · prepare release ·
    libuv1 Debian release 1.20.3-2
    
  • debian/1.20.2-1
    c70cea84 · prepare release ·
    libuv1 Debian release 1.20.2-1