Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.7.5
    2015.09.23, Version 1.7.5 (Stable)
    
    Changes since version 1.7.4:
    
    * unix: Support atomic compare & swap xlC on AIX (nmushell)
    
    * unix: Fix including uv-aix.h on AIX (nmushell)
    
    * unix: consolidate rwlock tryrdlock trywrlock errors (Saúl Ibarra Corretgé)
    
    * unix, win: consolidate mutex trylock errors (Saúl Ibarra Corretgé)
    
    * darwin: fix memory leak in uv_cpu_info (Jianghua Yang)
    
    * test: add tests for the uv_rwlock implementation (Bert Belder)
    
    * win: redo/fix the uv_rwlock APIs (Bert Belder)
    
    * win: don't fetch function pointers to SRWLock APIs (Bert Belder)
    
  • v1.7.4
    2015.09.12, Version 1.7.4 (Stable)
    
    Changes since version 1.7.3:
    
    * doc: uv_read_start and uv_read_cb clarifications (Ben Trask)
    
    * freebsd: obtain true uptime through clock_gettime() (Jianghua Yang)
    
    * win, tty: do not convert \r to \r\n (Colin Snover)
    
    * build,gyp: add DragonFly to the list of OSes (Michael Neumann)
    
    * fs: fix bug in sendfile for DragonFly (Michael Neumann)
    
    * doc: add uv_dlsym() return type (Brian White)
    
    * tests: fix fs tests run w/o full getdents support (Jeremy Whitlock)
    
    * doc: fix typo (Devchandra Meetei Leishangthem)
    
    * doc: fix uv-unix.h location (Sakthipriyan Vairamani)
    
    * unix: fix error check when closing process pipe fd (Ben Noordhuis)
    
    * test,freebsd: fix ipc_listen_xx_write tests (Santiago Gimeno)
    
    * win: fix unsavory rwlock fallback implementation (Bert Belder)
    
    * doc: clarify repeat timer behavior (Eli Skeggs)
    
  • v1.7.3
    2015.08.28, Version 1.7.3 (Stable)
    
    Changes since version 1.7.2:
    
    * threadpool: fix thread starvation bug (Ben Noordhuis)
    
  • v1.7.2
    2015.08.25, Version 1.7.2 (Stable)
    
    Changes since version 1.7.1:
    
    * unix, win: make uv_loop_init return on error (Willem Thiart)
    
    * win: reset pipe handle for pipe servers (Saúl Ibarra Corretgé)
    
    * win: fix replacing pipe handle for pipe servers (Saúl Ibarra Corretgé)
    
    * win: fix setting pipe pending instances after bind (Saúl Ibarra Corretgé)
    
  • v1.7.1
    2015.08.20, Version 1.7.1 (Stable)
    
    Changes since version 1.7.0:
    
    * doc: document the procedure for verifying releases (Saúl Ibarra Corretgé)
    
    * doc: add note about Windows binaries to the README (Saúl Ibarra Corretgé)
    
    * doc: use long GPG IDs in MAINTAINERS.md (Saúl Ibarra Corretgé)
    
    * Revert "stream: squelch ECONNRESET error if already closed" (Saúl Ibarra
      Corretgé)
    
    * doc: clarify uv_read_stop() is idempotent (Corbin Simpson)
    
    * unix: OpenBSD's setsockopt needs an unsigned char for multicast (Zachary
      Hamm)
    
    * test: Fix two memory leaks (Karl Skomski)
    
    * unix,win: return EINVAL on nullptr args in uv_fs_{read,write} (Karl Skomski)
    
    * win: set accepted TCP sockets as non-inheritable (Saúl Ibarra Corretgé)
    
    * unix: remove superfluous parentheses in fs macros (Ben Noordhuis)
    
    * unix: don't copy arguments for sync fs requests (Ben Noordhuis)
    
    * test: plug small memory leak in unix test runner (Ben Noordhuis)
    
    * unix,windows: allow NULL loop for sync fs requests (Ben Noordhuis)
    
    * unix,windows: don't assert on unknown error code (Ben Noordhuis)
    
    * stream: retry write on EPROTOTYPE on OSX (Brian White)
    
    * common: fix use of snprintf on Windows (Saúl Ibarra Corretgé)
    
    * tests: refactored fs watch_dir tests for stability (Jeremy Whitlock)
    
  • v1.7.0
    2015.08.06, Version 1.7.0 (Stable)
    
    Changes since version 1.6.1:
    
    * win,stream: add slot to remember CRT fd (Bert Belder)
    
    * win,pipe: properly close when created from CRT fd (Bert Belder)
    
    * win,pipe: don't close fd 0-2 (Bert Belder)
    
    * win,tty: convert fd -> handle safely (Bert Belder)
    
    * win,tty: properly close when created from CRT fd (Bert Belder)
    
    * win,tty: don't close fd 0-2 (Bert Belder)
    
    * win,fs: don't close fd 0-2 (Bert Belder)
    
    * win: include "malloc.h" (Cheng Zhao)
    
    * windows: MSVC 2015 has C99 inline (Jason Williams)
    
    * dragonflybsd: fixes for nonblocking and cloexec (Michael Neumann)
    
    * dragonflybsd: use sendfile(2) for uv_fs_sendfile (Michael Neumann)
    
    * dragonflybsd: fix uv_exepath (Michael Neumann)
    
    * win,fs: Fixes align(8) directive on mingw (Stefano Cristiano)
    
    * unix, win: prevent replacing fd in uv_{udp,tcp,pipe}_t (Saúl Ibarra Corretgé)
    
    * win: move logic to set socket non-inheritable to uv_tcp_set_socket (Saúl
      Ibarra Corretgé)
    
    * unix, win: add ability to create tcp/udp sockets early (Saúl Ibarra Corretgé)
    
    * test: retry select() on EINTR, honor milliseconds (Ben Noordhuis)
    
    * unix: consolidate tcp and udp bind error (Saúl Ibarra Corretgé)
    
    * test: conditionally skip udp_ipv6_multicast_join6 (heshamsafi)
    
    * core: add UV_VERSION_HEX macro (Saúl Ibarra Corretgé)
    
    * doc: add section with version-checking macros and functions (Saúl Ibarra
      Corretgé)
    
    * tty: cleanup handle if uv_tty_init fails (Saúl Ibarra Corretgé)
    
    * darwin: save a fd when FSEvents is used (Saúl Ibarra Corretgé)
    
    * win: fix returning thread id in uv_thread_self (Saúl Ibarra Corretgé)
    
    * common: use offsetof for QUEUE_DATA (Saúl Ibarra Corretgé)
    
    * win: remove UV_HANDLE_CONNECTED (A. Hauptmann)
    
    * docs: add Windows specific note for uv_fs_open (Saúl Ibarra Corretgé)
    
    * doc: add note about uv_fs_scandir (Saúl Ibarra Corretgé)
    
    * test,unix: reduce stack size of watchdog threads (Ben Noordhuis)
    
    * win: add support for recursive file watching (Saúl Ibarra Corretgé)
    
    * win,tty: support consoles with non-default colors (John McNamee)
    
    * doc: add missing variable name (Yosuke Furukawa)
    
    * stream: squelch ECONNRESET error if already closed (Santiago Gimeno)
    
    * build: remove ancient condition from common.gypi (Saúl Ibarra Corretgé)
    
    * tests: skip some tests when network is unreachable (Luca Bruno)
    
    * build: proper support for android cross compilation (guworks)
    
    * android: add missing include to pthread-fixes.c (RossBencina)
    
    * test: fix compilation warning (Saúl Ibarra Corretgé)
    
    * doc: add a note about uv_dirent_t.type (Saúl Ibarra Corretgé)
    
    * win,test: fix shared library build (Saúl Ibarra Corretgé)
    
    * test: fix compilation warning (Santiago Gimeno)
    
    * build: add experimental Windows installer (Roger A. Light)
    
    * threadpool: send signal only when queue is empty (chenttuuvv)
    
    * aix: fix uv_exepath with relative paths (Richard Lau)
    
    * build: fix version syntax in AppVeyor file (Saúl Ibarra Corretgé)
    
    * unix: allow nbufs > IOV_MAX in uv_fs_{read,write} (ronkorving)
    
  • pubkey-saghul
    build: check in pubic key
    
  • pubkey-indutny
    build: check in pubic key for indutny
    
  • pubkey-bnoordhuis
    build: check in public key
    
  • v1.6.1
    2015.06.06, Version 1.6.1 (Stable)
    
    Changes since version 1.6.0:
    
    * unix: handle invalid _SC_GETPW_R_SIZE_MAX values (cjihrig)
    
  • v1.6.0
    2015.06.04, Version 1.6.0 (Stable)
    
    Changes since version 1.5.0:
    
    * aix: fix setsockopt for multicast options (Michael)
    
    * unix: don't block for io if any io handle is primed (Saúl Ibarra Corretgé)
    
    * windows: MSVC 2015 has snprintf() (Rui Abreu Ferreira)
    
    * windows: Add VS2015 support to vcbuild.bat (Jason Williams)
    
    * doc: fix typo in tcp.rst (Igor Soarez)
    
    * linux: work around epoll bug in kernels < 2.6.37 (Ben Noordhuis)
    
    * unix,win: add uv_os_homedir() (cjihrig)
    
    * stream: fix `select()` race condition (Fedor Indutny)
    
    * unix: prevent infinite loop in uv__run_pending (Saúl Ibarra Corretgé)
    
    * unix: make sure UDP send callbacks are asynchronous (Saúl Ibarra Corretgé)
    
    * test: fix `platform_output` netmask printing. (Andrew Paprocki)
    
    * aix: add ahafs autoconf detection and README notes (Andrew Paprocki)
    
    * core: add ability to customize memory allocator (Saúl Ibarra Corretgé)
    
  • v1.5.0
    2015.05.07, Version 1.5.0 (Stable)
    
    Changes since version 1.4.2:
    
    * doc: clarify that the thread pool primites are not thread safe (Andrius
      Bentkus)
    
    * aix: always deregister closing fds from epoll (Michael)
    
    * unix: fix glibc-2.20+ macro incompatibility (Massimiliano Torromeo)
    
    * doc: add Sphinx plugin for generating links to man pages (Saúl Ibarra
      Corretgé)
    
    * doc: link system and library calls to man pages (Saúl Ibarra Corretgé)
    
    * doc: document uv_getnameinfo_t.{host|service} (Saúl Ibarra Corretgé)
    
    * build: update the location of gyp (Stephen von Takach)
    
    * win: name all anonymous structs and unions (TomCrypto)
    
    * linux: work around epoll bug in kernels 3.10-3.19 (Ben Noordhuis)
    
    * darwin: fix size calculation in select() fallback (Ole André Vadla Ravnås)
    
    * solaris: fix setsockopt for multicast options (Julien Gilli)
    
    * test: fix race condition in multithreaded test (Ben Noordhuis)
    
    * doc: fix long lines in tty.rst (Ben Noordhuis)
    
    * test: use UV_TTY_MODE_* values in tty test (Ben Noordhuis)
    
    * unix: don't clobber errno in uv_tty_reset_mode() (Ben Noordhuis)
    
    * unix: reject non-tty fds in uv_tty_init() (Ben Noordhuis)
    
    * win: fix pipe blocking writes (Alexis Campailla)
    
    * build: fix cross-compiling for iOS (Steven Kabbes)
    
    * win: remove unnecessary malloc.h
    
    * include: use `extern "c++"` for defining C++ code (Kazuho Oku)
    
    * unix: reap child on execvp() failure (Ryan Phillips)
    
    * windows: fix handle leak on EMFILE (Brian Green)
    
    * test: fix tty_file, close handle if initialized (Saúl Ibarra Corretgé)
    
    * doc: clarify what uv_*_open accepts (Saúl Ibarra Corretgé)
    
    * doc: clarify that we don't maintain external doc resources (Saúl Ibarra
      Corretgé)
    
    * build: add documentation for ninja support (Devchandra Meetei Leishangthem)
    
    * doc: document uv_buf_t members (Corey Farrell)
    
    * linux: fix epoll_pwait() fallback on arm64 (Ben Noordhuis)
    
    * android: fix compilation warning (Saúl Ibarra Corretgé)
    
    * unix: don't close the fds we just setup (Sam Roberts)
    
    * test: spawn child replacing std{out,err} to stderr (Saúl Ibarra Corretgé)
    
    * unix: fix swapping fds order in uv_spawn (Saúl Ibarra Corretgé)
    
    * unix: fix potential bug if dup2 fails in uv_spawn (Saúl Ibarra Corretgé)
    
    * test: remove LOG and LOGF variadic macros (Saúl Ibarra Corretgé)
    
    * win: fix uv_fs_access on directories (Saúl Ibarra Corretgé)
    
    * win: fix of double free in uv_uptime (Per Nilsson)
    
    * unix: open "/dev/null" instead of "/" for emfile_fd (Alan Rogers)
    
    * docs: add some missing words (Daryl Haresign)
    
    * unix: clean up uv_fs_open() O_CLOEXEC logic (Ben Noordhuis)
    
    * build: set SONAME for shared library in uv.gyp (Rui Abreu Ferreira)
    
    * windows: define snprintf replacement as inline instead of static (Rui Abreu
      Ferreira)
    
    * win: fix unlink of readonly files (João Reis)
    
    * doc: fix uv_run(UV_RUN_DEFAULT) description (Ben Noordhuis)
    
    * linux: intercept syscall when running under memory sanitizer (Keno Fischer)
    
    * aix: fix uv_interface_addresses return value (farblue68)
    
    * windows: defer reporting TCP write failure until next tick (Saúl Ibarra
      Corretgé)
    
    * test: add test for deferred TCP write failure (Saúl Ibarra Corretgé)
    
  • v0.10.36
    2015.02.27, Version 0.10.36 (Stable)
    
    Changes since version 0.10.35:
    
    * stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny)
    
  • v1.4.2
    2015.02.27, Version 1.4.2 (Stable)
    
    Changes since version 1.4.1:
    
    * stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny)
    
  • v0.10.35
    2015.02.25, Version 0.10.35 (Stable)
    
    Changes since version 0.10.34:
    
    * stream: use SO_OOBINLINE on OS X (Fedor Indutny)
    
  • v1.4.1
    2015.02.25, Version 1.4.1 (Stable)
    
    Changes since version 1.4.0:
    
    * win: don't use inline keyword in thread.c (Ben Noordhuis)
    
    * windows: fix setting dirent types on uv_fs_scandir_next (Saúl Ibarra
      Corretgé)
    
    * unix,windows: make uv_thread_create() return errno (Ben Noordhuis)
    
    * tty: fix build for SmartOS (Julien Gilli)
    
    * unix: fix for uv_async data race (Michael Penick)
    
    * unix, windows: map EHOSTDOWN errno (Ben Noordhuis)
    
    * stream: use SO_OOBINLINE on OS X (Fedor Indutny)
    
  • v0.10.34
    2015.02.21, Version 0.10.34 (Stable)
    
    Changes since version 0.10.33:
    
    * unix: add atomic-ops.h (Ben Noordhuis)
    
    * unix: fix for uv_async data race (Michael Penick)
    
    * unix: call setgoups before calling setuid/setgid (Saúl Ibarra Corretgé)
    
  • v1.4.0
    2015.02.10, Version 1.4.0 (Stable)
    
    Changes since version 1.3.0:
    
    * unix: check Android support for pthread_cond_timedwait_monotonic_np (Leith
      Bade)
    
    * test: use modified path in test (cjihrig)
    
    * unix: implement uv_stream_set_blocking() (Ben Noordhuis)
    
  • v1.3.0
    2015.01.29, Version 1.3.0 (Stable)
    
    Changes since version 1.2.1:
    
    * unix, windows: set non-block mode in uv_poll_init (Saúl Ibarra Corretgé)
    
    * doc: clarify which flags are supported in uv_fs_event_start (Saúl Ibarra
      Corretgé)
    
    * win,unix: move loop functions which have identical implementations (Andrius
      Bentkus)
    
    * doc: explain how the threadpool is allocated (Alex Mo)
    
    * doc: clarify uv_default_loop (Saúl Ibarra Corretgé)
    
    * unix: fix implicit declaration compiler warning (Ben Noordhuis)
    
    * unix: fix long line introduced in commit 94e628fa (Ben Noordhuis)
    
    * unix, win: add synchronous uv_get{addr,name}info (Saúl Ibarra Corretgé)
    
    * linux: fix epoll_pwait() regression with < 2.6.19 (Ben Noordhuis)
    
    * build: compile -D_GNU_SOURCE on linux (Ben Noordhuis)
    
    * build: use -fvisibility=hidden in autotools build (Ben Noordhuis)
    
    * fs, pipe: no trailing terminator in exact sized buffers (Andrius Bentkus)
    
    * style: rename buf to buffer and len to size for consistency (Andrius Bentkus)
    
    * test: fix test-spawn on MinGW32 (Luis Martinez de Bartolome)
    
    * win, pipe: fix assertion when destroying timer (Andrius Bentkus)
    
    * win, unix: add pipe_peername implementation (Andrius Bentkus)
    
  • v0.10.33
    2015.01.29, Version 0.10.33 (Stable)
    
    Changes since version 0.10.32:
    
    * linux: fix epoll_pwait() regression with < 2.6.19 (Ben Noordhuis)
    
    * test: back-port uv_loop_configure() test (Ben Noordhuis)