Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.10.20
    2013.12.13, Version 0.10.20 (Stable)
    
    Changes since version 0.10.19:
    
    * linux: fix up SO_REUSEPORT back-port (Ben Noordhuis)
    
    * fs-event: fix invalid memory access (huxingyi)
    
  • v0.11.15
    2013.11.21, Version 0.11.15 (Unstable)
    
    Changes since version 0.11.14:
    
    * fsevents: report errors to user (Fedor Indutny)
    
    * include: UV_FS_EVENT_RECURSIVE is a flag (Fedor Indutny)
    
    * linux: use CLOCK_MONOTONIC_COARSE if available (Ben Noordhuis)
    
    * build: make systemtap probes work with gyp build (Ben Noordhuis)
    
    * unix: update events from pevents between polls (Fedor Indutny)
    
    * fsevents: support japaneese characters in path (Chris Bank)
    
    * linux: don't turn on SO_REUSEPORT socket option (Ben Noordhuis)
    
    * queue: strengthen type checks (Ben Noordhuis)
    
    * include: remove uv_strlcat() and uv_strlcpy() (Ben Noordhuis)
    
    * build: fix windows smp build with gyp (Geert Jansen)
    
    * unix: return exec errors from uv_spawn, not async (Alex Crichton)
    
    * fsevents: use native character encoding file paths (Ben Noordhuis)
    
    * linux: handle EPOLLHUP without EPOLLIN/EPOLLOUT (Ben Noordhuis)
    
    * windows: use _snwprintf(), not swprintf() (Ben Noordhuis)
    
    * fsevents: use FlagNoDefer for FSEventStreamCreate (Fedor Indutny)
    
    * unix: fix reopened fd bug (Fedor Indutny)
    
    * core: fix fake watcher list and count preservation (Fedor Indutny)
    
    * unix: set close-on-exec flag on received fds (Ben Noordhuis)
    
    * netbsd, openbsd: enable futimes() wrapper (Ben Noordhuis)
    
    * unix: nicer error message when kqueue() fails (Ben Noordhuis)
    
    * samples: add socks5 proxy sample application (Ben Noordhuis)
    
  • v0.10.19
    2013.11.13, Version 0.10.19 (Stable)
    
    Changes since version 0.10.18:
    
    * darwin: avoid calling GetCurrentProcess (Fedor Indutny)
    
    * unix: update events from pevents between polls (Fedor Indutny)
    
    * fsevents: support japaneese characters in path (Chris Bank)
    
    * linux: don't turn on SO_REUSEPORT socket option (Ben Noordhuis)
    
    * build: fix windows smp build with gyp (Geert Jansen)
    
    * linux: handle EPOLLHUP without EPOLLIN/EPOLLOUT (Ben Noordhuis)
    
    * unix: fix reopened fd bug (Fedor Indutny)
    
    * core: fix fake watcher list and count preservation (Fedor Indutny)
    
  • v0.11.14
    2013.10.30, Version 0.11.14 (Unstable)
    
    Changes since version 0.11.13:
    
    * darwin: create fsevents thread on demand (Ben Noordhuis)
    
    * fsevents: FSEvents is most likely not thread-safe (Fedor Indutny)
    
    * fsevents: use shared FSEventStream (Fedor Indutny)
    
    * windows: make uv_fs_chmod() report errors correctly (Bert Belder)
    
    * windows: make uv_shutdown() for write-only pipes work (Bert Belder)
    
    * windows/fs: wrap multi-statement macros in do..while block (Bert Belder)
    
    * windows/fs: make uv_fs_open() report EINVAL correctly (Bert Belder)
    
    * windows/fs: handle _open_osfhandle() failure correctly (Bert Belder)
    
    * windows/fs: wrap multi-statement macros in do..while block (Bert Belder)
    
    * windows/fs: make uv_fs_open() report EINVAL correctly (Bert Belder)
    
    * windows/fs: handle _open_osfhandle() failure correctly (Bert Belder)
    
    * build: clarify instructions for Windows (Brian Kaisner)
    
    * build: remove GCC_WARN_ABOUT_MISSING_NEWLINE (Ben Noordhuis)
    
    * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
    
    * windows: run close callbacks after polling for i/o (Saúl Ibarra Corretgé)
    
    * include: clarify uv_tcp_bind() behavior (Ben Noordhuis)
    
    * include: clean up includes in uv.h (Ben Noordhuis)
    
    * include: remove UV_IO_PRIVATE_FIELDS macro (Ben Noordhuis)
    
    * include: fix typo in comment in uv.h (Ben Noordhuis)
    
    * include: update uv_is_active() documentation (Ben Noordhuis)
    
    * include: make uv_process_options_t.cwd const (Ben Noordhuis)
    
    * unix: wrap long lines at 80 columns (Ben Noordhuis)
    
    * unix, windows: make uv_is_*() always return 0 or 1 (Ben Noordhuis)
    
    * bench: measure total/init/dispatch/cleanup times (Ben Noordhuis)
    
    * build: use -pthread on sunos (Timothy J. Fontaine)
    
    * windows: remove duplicate check in stream.c (Ben Noordhuis)
    
    * unix: sanity-check fds before closing (Ben Noordhuis)
    
    * unix: remove uv__pipe_accept() (Ben Noordhuis)
    
    * unix: fix uv_spawn() NULL pointer deref on ENOMEM (Ben Noordhuis)
    
    * unix: don't close inherited fds on uv_spawn() fail (Ben Noordhuis)
    
    * unix: revert recent FSEvent changes (Ben Noordhuis)
    
    * fsevents: fix clever rescheduling (Fedor Indutny)
    
    * linux: ignore fractional time in uv_uptime() (Ben Noordhuis)
    
    * unix: fix SIGCHLD waitpid() race in process.c (Ben Noordhuis)
    
    * unix, windows: add uv_fs_event_start/stop functions (Saúl Ibarra Corretgé)
    
    * unix: fix non-synchronized access in signal.c (Ben Noordhuis)
    
    * unix: add atomic-ops.h (Ben Noordhuis)
    
    * unix: add spinlock.h (Ben Noordhuis)
    
    * unix: clean up uv_tty_set_mode() a little (Ben Noordhuis)
    
    * unix: make uv_tty_reset_mode() async signal-safe (Ben Noordhuis)
    
    * include: add E2BIG status code mapping (Ben Noordhuis)
    
    * windows: fix duplicate case build error (Ben Noordhuis)
    
    * windows: remove unneeded check (Saúl Ibarra Corretgé)
    
    * include: document pipe path truncation behavior (Ben Noordhuis)
    
    * fsevents: increase stack size for OSX 10.9 (Fedor Indutny)
    
    * windows: _snprintf expected wrong parameter type in string (Maks Naumov)
    
    * windows: "else" keyword is missing (Maks Naumov)
    
    * windows: incorrect check for SOCKET_ERROR (Maks Naumov)
    
    * windows: add stdlib.h to satisfy reference to abort (Sean Farrell)
    
    * build: fix check target for mingw (Sean Farrell)
    
    * unix: move uv_shutdown() assertion (Keno Fischer)
    
    * darwin: avoid calling GetCurrentProcess (Fedor Indutny)
    
  • v0.10.18
    2013.10.19, Version 0.10.18 (Stable)
    
    Changes since version 0.10.17:
    
    * unix: fix uv_spawn() NULL pointer deref on ENOMEM (Ben Noordhuis)
    
    * unix: don't close inherited fds on uv_spawn() fail (Ben Noordhuis)
    
    * unix: revert recent FSEvent changes (Ben Noordhuis)
    
    * unix: fix non-synchronized access in signal.c (Ben Noordhuis)
    
  • v0.10.17
    2013.09.25, Version 0.10.17 (Stable)
    
    Changes since version 0.10.16:
    
    * build: remove GCC_WARN_ABOUT_MISSING_NEWLINE (Ben Noordhuis)
    
    * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
    
  • v0.10.16
    2013.09.06, Version 0.10.16 (Stable)
    
    Changes since version 0.10.15:
    
    * windows: make uv_shutdown() for write-only pipes work (Bert Belder)
    
    * windows: make uv_fs_open() report EINVAL when invalid arguments are passed
      (Bert Belder)
    
    * windows: make uv_fs_open() report _open_osfhandle() failure correctly (Bert
      Belder)
    
    * windows: make uv_fs_chmod() report errors correctly (Bert Belder)
    
    * windows: wrap multi-statement macros in do..while block (Bert Belder)
    
  • v0.11.13
    2013.09.05, Version 0.11.13 (Unstable)
    
    Changes since version 0.11.12:
    
    * unix: define _GNU_SOURCE, exposes glibc-isms (Ben Noordhuis)
    
    * windows: check for nonconforming swprintf arguments (Brent Cook)
    
    * build: include internal headers in source list (Brent Cook)
    
    * include: merge uv_tcp_bind and uv_tcp_bind6 (Ben Noordhuis)
    
    * include: merge uv_tcp_connect and uv_tcp_connect6 (Ben Noordhuis)
    
    * include: merge uv_udp_bind and uv_udp_bind6 (Ben Noordhuis)
    
    * include: merge uv_udp_send and uv_udp_send6 (Ben Noordhuis)
    
  • v0.11.12
    2013.09.03, Version 0.11.12 (Unstable)
    
    Changes since version 0.11.11:
    
    * test: fix epoll_wait() usage in test-embed.c (Ben Noordhuis)
    
    * include: uv_alloc_cb now takes uv_buf_t* (Ben Noordhuis)
    
    * include: uv_read{2}_cb now takes const uv_buf_t* (Ben Noordhuis)
    
    * include: uv_ip[46]_addr now takes sockaddr_in* (Ben Noordhuis)
    
    * include: uv_tcp_bind{6} now takes sockaddr_in* (Ben Noordhuis)
    
    * include: uv_tcp_connect{6} now takes sockaddr_in* (Ben Noordhuis)
    
    * include: uv_udp_recv_cb now takes const uv_buf_t* (Ben Noordhuis)
    
    * include: uv_udp_bind{6} now takes sockaddr_in* (Ben Noordhuis)
    
    * include: uv_udp_send{6} now takes sockaddr_in* (Ben Noordhuis)
    
    * include: uv_spawn takes const uv_process_options_t* (Ben Noordhuis)
    
    * include: make uv_write{2} const correct (Ben Noordhuis)
    
    * windows: fix flags assignment in uv_fs_readdir() (Ben Noordhuis)
    
    * windows: fix stray comments (Ben Noordhuis)
    
    * windows: remove unused is_path_dir() function (Ben Noordhuis)
    
  • v0.11.11
    2013.08.30, Version 0.11.11 (Unstable)
    
    Changes since version 0.11.10:
    
    * unix, windows: add thread-local storage API (Ben Noordhuis)
    
    * linux: don't turn on SO_REUSEPORT socket option (Ben Noordhuis)
    
    * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
    
    * windows: make uv_shutdown() for write-only pipes work (Bert Belder)
    
    * include: update uv_udp_open() / uv_udp_bind() docs (Ben Noordhuis)
    
    * unix: req queue must be empty when destroying loop (Ben Noordhuis)
    
    * unix: move loop functions from core.c to loop.c (Ben Noordhuis)
    
    * darwin: remove CoreFoundation dependency (Ben Noordhuis)
    
    * windows: make autotools build system work with mingw (Keno Fischer)
    
    * windows: fix mingw build (Alex Crichton)
    
    * windows: tweak Makefile.mingw for easier usage (Alex Crichton)
    
    * build: remove _GNU_SOURCE macro definition (Ben Noordhuis)
    
  • v0.11.10
    2013.08.25, Version 0.11.10 (Unstable)
    
    * windows: Re-implement uv_fs_stat. The st_ctime field now contains the change
      time, not the creation time, like on unix systems. st_dev, st_ino, st_blocks
      and st_blksize are now also filled out. (Bert Belder)
    
    * linux: fix setsockopt(SO_REUSEPORT) error handling (Ben Noordhuis)
    
    * windows: report uv_process_t exit code correctly (Bert Belder)
    
    * windows: make uv_fs_chmod() report errors correctly (Bert Belder)
    
    * windows: make some more NT apis available for libuv's internal use (Bert
      Belder)
    
    * windows: squelch some compiler warnings (Bert Belder)
    
  • v0.10.15
    2013.08.24, Version 0.10.15 (Stable)
    
    Changes since version 0.10.14:
    
    * fsevents: create FSEvents thread on demand (Ben Noordhuis)
    
    * fsevents: use a single thread for interacting with FSEvents, because it's not
      thread-safe. (Fedor Indutny)
    
    * fsevents: share FSEventStream between multiple FS watchers, which removes a
      limit on the maximum number of file watchers that can be created on OS X.
      (Fedor Indutny)
    
  • v0.11.9
    2013.08.24, Version 0.11.9 (Unstable)
    
    Changes since version 0.11.8:
    
    * fsevents: share FSEventStream between multiple FS watchers, which removes a
      limit on the maximum number of file watchers that can be created on OS X.
      (Fedor Indutny)
    
    * process: the `exit_status` parameter for a uv_process_t's exit callback now
      is an int64_t, and no longer an int. (Bert Belder)
    
    * process: make uv_spawn() return some types of errors immediately on windows,
      instead of passing the error code the the exit callback. This brings it on
      par with libuv's behavior on unix. (Bert Belder)
    
  • v0.10.14
    2013.08.22, Version 0.10.14 (Stable)
    
    Changes since version 0.10.13:
    
    * unix: retry waitpid() on EINTR (Ben Noordhuis)
    
  • v0.11.8
    2013.08.22, Version 0.11.8 (Unstable)
    
    Changes since version 0.11.7:
    
    * unix: fix missing return value warning in stream.c (Ben Noordhuis)
    
    * build: serial-tests was added in automake v1.12 (Ben Noordhuis)
    
    * windows: fix uninitialized local variable warning (Ben Noordhuis)
    
    * windows: fix missing return value warning (Ben Noordhuis)
    
    * build: fix string comparisons in autogen.sh (Ben Noordhuis)
    
    * windows: move INLINE macro, remove UNUSED (Ben Noordhuis)
    
    * unix: clean up __attribute__((quux)) usage (Ben Noordhuis)
    
    * sunos: remove futimes() macro (Ben Noordhuis)
    
    * unix: fix uv__signal_unlock() prototype (Ben Noordhuis)
    
    * unix, windows: allow NULL async callback (Ben Noordhuis)
    
    * build: apply dtrace -G to all object files (Timothy J. Fontaine)
    
    * darwin: fix indentation in uv__hrtime() (Ben Noordhuis)
    
    * darwin: create fsevents thread on demand (Ben Noordhuis)
    
    * darwin: reduce fsevents thread stack size (Ben Noordhuis)
    
    * darwin: call pthread_setname_np() if available (Ben Noordhuis)
    
    * build: fix automake serial-tests check again (Ben Noordhuis)
    
    * unix: retry waitpid() on EINTR (Ben Noordhuis)
    
    * darwin: fix ios build error (Ben Noordhuis)
    
    * darwin: fix ios compiler warning (Ben Noordhuis)
    
    * test: simplify test-ip6-addr.c (Ben Noordhuis)
    
    * unix, windows: fix ipv6 link-local address parsing (Ben Noordhuis)
    
    * fsevents: FSEvents is most likely not thread-safe (Fedor Indutny)
    
    * windows: omit stdint.h, fix msvc 2008 build error (Ben Noordhuis)
    
  • v0.11.7
    2013.08.07, Version 0.11.7 (Unstable)
    
    Changes since version 0.11.6:
    
    * unix, windows: fix uv_fs_chown() function prototype (Ben Noordhuis)
    
    * unix, windows: remove unused variables (Brian White)
    
    * test: fix signed/unsigned comparison warnings (Ben Noordhuis)
    
    * build: dtrace shouldn't break out of tree builds (Timothy J. Fontaine)
    
    * unix, windows: don't read/recv if buf.len==0 (Ben Noordhuis)
    
    * build: add mingw makefile (Ben Noordhuis)
    
    * unix, windows: add MAC to uv_interface_addresses() (Brian White)
    
    * build: enable AM_INIT_AUTOMAKE([subdir-objects]) (Ben Noordhuis)
    
    * unix, windows: make buf arg to uv_fs_write const (Ben Noordhuis)
    
    * sunos: fix build breakage introduced in e3a657c (Ben Noordhuis)
    
    * aix: fix build breakage introduced in 3ee4d3f (Ben Noordhuis)
    
    * windows: fix mingw32 build, define JOB_OBJECT_XXX (Yasuhiro Matsumoto)
    
    * windows: fix mingw32 build, include limits.h (Yasuhiro Matsumoto)
    
    * test: replace sprintf() with snprintf() (Ben Noordhuis)
    
    * test: replace strcpy() with strncpy() (Ben Noordhuis)
    
    * openbsd: fix uv_ip6_addr() unused variable warnings (Ben Noordhuis)
    
    * openbsd: fix dlerror() const correctness warning (Ben Noordhuis)
    
    * openbsd: fix uv_fs_sendfile() unused variable warnings (Ben Noordhuis)
    
    * build: disable parallel automake tests (Ben Noordhuis)
    
    * test: add windows-only snprintf() function (Ben Noordhuis)
    
    * build: add automake serial-tests version check (Ben Noordhuis)
    
  • v0.10.13
    2013.07.26, Version 0.10.13 (Stable)
    
    Changes since version 0.10.12:
    
    * unix, windows: fix uv_fs_chown() function prototype (Ben Noordhuis)
    
  • v0.11.6
    2013.07.21, Version 0.11.6 (Unstable)
    
    Changes since version 0.11.5:
    
    * test: open stdout fd in write-only mode (Ben Noordhuis)
    
    * windows: uv_spawn shouldn't reject reparse points (Bert Belder)
    
    * windows: use WSAGetLastError(), not errno (Ben Noordhuis)
    
    * build: darwin: disable -fstrict-aliasing warnings (Ben Noordhuis)
    
    * test: fix signed/unsigned compiler warning (Ben Noordhuis)
    
    * test: add 'start timer from check handle' test (Ben Noordhuis)
    
    * build: `all` now builds static and dynamic lib (Ben Noordhuis)
    
    * unix, windows: add extra fields to uv_stat_t (Saúl Ibarra Corretgé)
    
    * build: add install target to the makefile (Navaneeth Kedaram Nambiathan)
    
    * build: switch to autotools (Ben Noordhuis)
    
    * build: use AM_PROG_AR conditionally (Ben Noordhuis)
    
    * test: fix fs_fstat test on sunos (Ben Noordhuis)
    
    * test: fix fs_chown when running as root (Ben Noordhuis)
    
    * test: fix spawn_setgid_fails and spawn_setuid_fails (Ben Noordhuis)
    
    * build: use AM_SILENT_RULES conditionally (Ben Noordhuis)
    
    * build: add DTrace detection for autotools (Timothy J. Fontaine)
    
    * linux,darwin,win: link-local IPv6 addresses (Miroslav Bajtoš)
    
    * unix: fix build when !defined(PTHREAD_MUTEX_ERRORCHECK) (Ben Noordhuis)
    
    * unix, windows: return error codes directly (Ben Noordhuis)
    
  • v0.10.12
    2013.07.10, Version 0.10.12 (Stable)
    
    Changes since version 0.10.11:
    
    * linux: add support for MIPS (Andrei Sedoi)
    
    * windows: uv_spawn shouldn't reject reparse points (Bert Belder)
    
    * windows: use WSAGetLastError(), not errno (Ben Noordhuis)
    
    * build: darwin: disable -fstrict-aliasing warnings (Ben Noordhuis)
    
    * build: `all` now builds static and dynamic lib (Ben Noordhuis)
    
    * unix: fix build when !defined(PTHREAD_MUTEX_ERRORCHECK) (Ben Noordhuis)
    
  • v0.11.5
    2013.06.27, Version 0.11.5 (Unstable)
    
    Changes since version 0.11.4:
    
    * build: remove CSTDFLAG, use only CFLAGS (Ben Noordhuis)
    
    * unix: support for android builds (Linus Mårtensson)
    
    * unix: avoid extra read, short-circuit on POLLHUP (Ben Noordhuis)
    
    * uv: support android libuv standalone build (Linus Mårtensson)
    
    * src: make queue.h c++ compatible (Ben Noordhuis)
    
    * unix: s/ngx-queue.h/queue.h/ in checksparse.sh (Ben Noordhuis)
    
    * unix: unconditionally stop handle on close (Ben Noordhuis)
    
    * freebsd: don't enable dtrace if it's not available (Brian White)
    
    * build: make HAVE_DTRACE=0 should disable dtrace (Timothy J. Fontaine)
    
    * unix: remove overzealous assert (Ben Noordhuis)
    
    * unix: remove unused function uv_fatal_error() (Ben Noordhuis)
    
    * unix, windows: clean up uv_thread_create() (Ben Noordhuis)
    
    * queue: fix pointer truncation on LLP64 platforms (Bert Belder)
    
    * build: set OS=="android" for android builds (Linus Mårtensson)
    
    * windows: don't use uppercase in include filename (Ben Noordhuis)
    
    * stream: add an API to make streams do blocking writes (Henry Rawas)
    
    * windows: use WSAGetLastError(), not errno (Ben Noordhuis)