Skip to content
Tags give the ability to mark specific points in history as being important
  • 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)
    
  • v1.2.1
    2015.01.15, Version 1.2.1 (Stable)
    
    Changes since version 1.2.0:
    
    * unix: remove unused dtrace file (Saúl Ibarra Corretgé)
    
    * test: skip TTY select test if /dev/tty can't be opened (Saúl Ibarra Corretgé)
    
    * doc: clarify the behavior of uv_tty_init (Saúl Ibarra Corretgé)
    
    * doc: clarify how uv_async_send behaves (Saúl Ibarra Corretgé)
    
    * build: make dist now generates a full tarball (Johan Bergström)
    
    * freebsd: make uv_exepath more resilient (Saúl Ibarra Corretgé)
    
    * unix: make setting the tty mode to the same value a no-op (Saúl Ibarra
      Corretgé)
    
    * win,tcp: support uv_try_write (Bert Belder)
    
    * test: enable test-tcp-try-write on windows (Bert Belder)
    
    * win,tty: support uv_try_write (Bert Belder)
    
    * unix: set non-block mode in uv_{pipe,tcp,udp}_open (Ben Noordhuis)
    
  • v1.2.0
    2015.01.06, Version 1.2.0 (Stable)
    
    Changes since version 1.1.0:
    
    * linux: fix epoll_pwait() sigmask size calculation (Ben Noordhuis)
    
    * tty: implement binary I/O terminal mode (Yuri D'Elia)
    
    * test: fix spawn test with autotools build (Ben Noordhuis)
    
    * test: skip ipv6 tests when ipv6 is not supported (Ben Noordhuis)
    
    * common: move STATIC_ASSERT to uv-common.h (Alexey Melnichuk)
    
    * win/thread: store thread handle in a TLS slot (Alexey Melnichuk)
    
    * unix: fix ttl, multicast ttl and loop options on IPv6 (Saúl Ibarra Corretgé)
    
    * linux: fix support for preadv/pwritev-less kernels (Ben Noordhuis)
    
    * unix: make uv_exepath(size=0) return UV_EINVAL (Ben Noordhuis)
    
    * darwin: fix uv_exepath(smallbuf) UV_EPERM error (Ben Noordhuis)
    
    * openbsd: fix uv_exepath(smallbuf) UV_EINVAL error (Ben Noordhuis)
    
    * linux: fix uv_exepath(size=1) UV_EINVAL error (Ben Noordhuis)
    
    * sunos: preemptively fix uv_exepath(size=1) (Ben Noordhuis)
    
    * win: fix and clarify comments in winapi.h (Bert Belder)
    
    * win: make available NtQueryDirectoryFile (Bert Belder)
    
    * win: add definitions for directory information types (Bert Belder)
    
    * win: use NtQueryDirectoryFile to implement uv_fs_scandir (Bert Belder)
    
    * unix: don't unlink unix socket on bind error (Ben Noordhuis)
    
    * build: fix bad comment in autogen.sh (Ben Noordhuis)
    
    * build: add AC_PROG_LIBTOOL to configure.ac (Ben Noordhuis)
    
    * test: skip udp_options6 if there no IPv6 support (Saúl Ibarra Corretgé)
    
    * win: add definitions for MUI errors mingw lacks (Bert Belder)
    
    * build: enable warnings in autotools build (Ben Noordhuis)
    
    * build: remove -Wno-dollar-in-identifier-extension (Ben Noordhuis)
    
    * build: move flags from Makefile.am to configure.ac (Ben Noordhuis)
    
  • v0.10.32
    2015.01.06, Version 0.10.32 (Stable)
    
    Changes since version 0.10.31:
    
    * linux: fix epoll_pwait() sigmask size calculation (Ben Noordhuis)
    
  • v0.10.31
    2014.12.25, Version 0.10.31 (Stable)
    
    Changes since version 0.10.30:
    
    * test: test that closing a poll handle doesn't corrupt the stack (Bert Belder)
    
    * win: fix compilation of tests (Marc Schlaich)
    
    * Revert "win: keep a reference to AFD_POLL_INFO in cancel poll" (Bert Belder)
    
    * win: avoid stack corruption when closing a poll handle (Bert Belder)
    
    * gitignore: ignore Visual Studio files (Marc Schlaich)
    
    * win: set fallback message if FormatMessage fails (Marc Schlaich)
    
    * win: fall back to default language in uv_dlerror (Marc Schlaich)
    
    * test: improve compatibility for dlerror test (Marc Schlaich)
    
    * test: check dlerror is "no error" in no error case (Marc Schlaich)
    
    * build: link against -pthread (Logan Rosen)
    
    * win: scandir use 'ls' for formatting long strings (Kenneth Perry)
    
  • v0.10.30
    2014.12.10, Version 0.10.30 (Stable)
    
    Changes since version 0.10.29:
    
    * linux: fix sigmask size arg in epoll_pwait() call (Ben Noordhuis)
    
    * linux: handle O_NONBLOCK != SOCK_NONBLOCK case (Helge Deller)
    
    * doc: update project links (Ben Noordhuis)
    
    * windows: fix compilation of tests (Marc Schlaich)
    
    * unix: add flag for blocking SIGPROF during poll (Ben Noordhuis)
    
    * unix, windows: add uv_loop_configure() function (Ben Noordhuis)
    
    * win: keep a reference to AFD_POLL_INFO in cancel poll (Marc Schlaich)
    
  • v1.0.1
    2014.11.27, Version 1.0.1 (Stable)
    
    Changes since version 1.0.0:
    
    * readme: remove Rust from users (Elijah Andrews)
    
    * doc,build,include: update project links (Ben Noordhuis)
    
    * doc: fix typo: Strcutures -> Structures (Michael Ira Krufky)
    
    * unix: fix processing process handles queue (Saúl Ibarra Corretgé)
    
    * win: replace non-ansi characters in source file (Bert Belder)
    
  • v1.0.0
    2014.11.21, Version 1.0.0 (Stable)
    
    Changes since version 1.0.0-rc2:
    
    * doc: fix git/svn url for gyp repo in README (Emmanuel Odeke)
    
    * windows: fix fs_read with nbufs > 1 and offset (Unknown W. Brackets)
    
    * win: add missing IP_ADAPTER_UNICAST_ADDRESS_LH definition for MinGW
      (huxingyi)
    
    * doc: mention homebrew in README (Mikhail Mukovnikov)
    
    * doc: add learnuv workshop to README (Thorsten Lorenz)
    
    * doc: fix parameter name in uv_fs_access (Saúl Ibarra Corretgé)
    
    * unix: use cfmakeraw() for setting raw TTY mode (Yuri D'Elia)
    
    * win: fix uv_thread_self() (Alexis Campailla)
    
    * build: add x32 support to gyp build (Ben Noordhuis)
    
    * build: remove dtrace probes (Ben Noordhuis)
    
    * doc: fix link in misc.rst (Manos Nikolaidis)
    
    * mailmap: remove duplicated entries (Saúl Ibarra Corretgé)
    
    * gyp: fix comment regarding version info location (Saúl Ibarra Corretgé)
    
  • v0.10.29
    2014.10.21, Version 0.10.29 (Stable)
    
    Changes since version 0.10.28:
    
    * darwin: allocate enough space for select() hack (Fedor Indutny)
    
    * linux: try epoll_pwait if epoll_wait is missing (Michael Hudson-Doyle)
    
    * windows: map ERROR_INVALID_DRIVE to UV_ENOENT (Saúl Ibarra Corretgé)
    
  • v1.0.0-rc2
    2014.10.21, Version 1.0.0-rc2 (Pre-release)
    
    Changes since version 1.0.0-rc1:
    
    * build: add missing fixtures to distribution tarball (Rob Adams)
    
    * doc: update references to current stable branch (Zachary Newman)
    
    * fs: fix readdir on empty directory (Fedor Indutny)
    
    * fs: rename uv_fs_readdir to uv_fs_scandir (Saúl Ibarra Corretgé)
    
    * doc: document uv_alloc_cb (Saúl Ibarra Corretgé)
    
    * doc: add migration guide from version 0.10 (Saúl Ibarra Corretgé)
    
    * build: add DragonFly BSD support in autotools (Robin Hahling)
    
    * doc: document missing stream related structures (Saúl Ibarra Corretgé)
    
    * doc: clarify uv_loop_t.data field lifetime (Saúl Ibarra Corretgé)
    
    * doc: add documentation for missing functions and structures (Saúl Ibarra
      Corretgé)
    
    * doc: fix punctuation and grammar in README (Jeff Widman)
    
    * windows: return libuv error codes in uv_poll_init() (cjihrig)
    
    * unix, windows: add uv_fs_access() (cjihrig)
    
    * windows: fix netmask detection (Alexis Campailla)
    
    * unix, windows: don't include null byte in uv_cwd size (Saúl Ibarra Corretgé)
    
    * unix, windows: add uv_thread_equal (Tomasz Kołodziejski)
    
    * windows: fix fs_write with nbufs > 1 and offset (Unknown W. Brackets)
    
  • v1.0.0-rc1
    2014.09.18, Version 1.0.0-rc1 (Unstable)
    
    Changes since version 0.11.29:
    
    * windows: improve timer precision (Alexis Campailla)
    
    * build, gyp: set xcode flags (Recep ASLANTAS)
    
    * ignore: include m4 files which are created manually (Recep ASLANTAS)
    
    * build: add m4 for feature/flag-testing (Recep ASLANTAS)
    
    * ignore: ignore Xcode project and workspace files (Recep ASLANTAS)
    
    * unix: fix warnings about dollar symbol usage in identifiers (Recep ASLANTAS)
    
    * unix: fix warnings when loading functions with dlsym (Recep ASLANTAS)
    
    * linux: try epoll_pwait if epoll_wait is missing (Michael Hudson-Doyle)
    
    * test: add test for closing and recreating default loop (Saúl Ibarra Corretgé)
    
    * windows: properly close the default loop (Saúl Ibarra Corretgé)
    
    * version: add ability to specify a version suffix (Saúl Ibarra Corretgé)
    
    * doc: add API documentation (Saúl Ibarra Corretgé)
    
    * test: don't close connection on write error (Trevor Norris)
    
    * windows: further simplify the code for timers (Saúl Ibarra Corretgé)
    
    * gyp: remove UNLIMITED_SELECT from dependent define (Fedor Indutny)
    
    * darwin: allocate enough space for select() hack (Fedor Indutny)
    
    * unix, windows: don't allow a NULL callback on timers (Saúl Ibarra Corretgé)
    
    * windows: simplify code in uv_timer_again (Saúl Ibarra Corretgé)
    
    * test: use less requests on tcp-write-queue-order (Saúl Ibarra Corretgé)
    
    * unix: stop child process watcher after last one exits (Saúl Ibarra Corretgé)
    
    * unix: simplify how process handle queue is managed (Saúl Ibarra Corretgé)
    
    * windows: remove duplicated field (mattn)
    
    * core: add a reserved field to uv_handle_t and uv_req_t (Saúl Ibarra Corretgé)
    
    * windows: fix buffer leak after failed udp send (Bert Belder)
    
    * windows: make sure sockets and handles are reset on close (Saúl Ibarra Corretgé)
    
    * unix, windows: add uv_fileno (Saúl Ibarra Corretgé)
    
    * build: use same CFLAGS in autotools build as in gyp (Saúl Ibarra Corretgé)
    
    * build: remove unneeded define in uv.gyp (Saúl Ibarra Corretgé)
    
    * test: fix watcher_cross_stop on Windows (Saúl Ibarra Corretgé)
    
    * unix, windows: move includes for EAI constants (Saúl Ibarra Corretgé)
    
    * unix: fix exposing EAI_* glibc-isms (Saúl Ibarra Corretgé)
    
    * unix: fix tcp write after bad connect freezing (Andrius Bentkus)
  • v0.11.29
    2014.08.20, Version 0.11.29 (Unstable)
    
    Changes since version 0.11.28:
    
    * windows: make uv_read_stop immediately stop reading (Jameson Nash)
    
    * windows: fix uv__getaddrinfo_translate_error (Alexis Campailla)
    
    * netbsd: fix build (Saúl Ibarra Corretgé)
    
    * unix, windows: add uv_recv_buffer_size and uv_send_buffer_size (Andrius
      Bentkus)
    
    * windows: add support for UNC paths on uv_spawn (Paul Goldsmith)
    
    * windows: replace use of inet_addr with uv_inet_pton (Saúl Ibarra Corretgé)
    
    * unix: replace some asserts with returning errors (Andrius Bentkus)
    
    * windows: use OpenBSD implementation for uv_fs_mkdtemp (Pavel Platto)
    
    * windows: fix GetNameInfoW error handling (Alexis Campailla)
    
    * fs: introduce uv_readdir_next() and report types (Fedor Indutny)
    
    * fs: extend reported types in uv_fs_readdir_next (Saúl Ibarra Corretgé)
    
    * unix: read on stream even when UV__POLLHUP set. (Julien Gilli)
    
  • v0.11.28
    2014.08.08, Version 0.11.28 (Unstable)
    
    Changes since version 0.11.27:
    
    * unix, windows: const-ify handle in uv_udp_getsockname (Rasmus Pedersen)
    
    * windows: use UV_ECANCELED for aborted TCP writes (Saúl Ibarra Corretgé)
    
    * windows: add more required environment variables (Jameson Nash)
    
    * windows: sort environment variables before calling CreateProcess (Jameson
      Nash)
    
    * unix, windows: move uv_loop_close out of assert (John Firebaugh)
    
    * windows: fix buffer overflow on uv__getnameinfo_work() (lilohuang)
    
    * windows: add uv_backend_timeout (Jameson Nash)
    
    * test: disable tcp_close_accept on Windows (Saúl Ibarra Corretgé)
    
    * windows: read the PATH env var of the child (Alex Crichton)
    
    * include: avoid using C++ 'template' reserved word (Iñaki Baz Castillo)
    
    * include: fix version number (Saúl Ibarra Corretgé)