Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.13.1
    2017.07.07, Version 1.13.1 (Stable)
    
    Changes since version 1.13.0:
    
    * Now working on version 1.13.1 (cjihrig)
    
    * build: workaround AppVeyor quirk (Refael Ackermann)
    
  • v1.13.0
    2017.07.06, Version 1.13.0 (Stable)
    
    Changes since version 1.12.0:
    
    * Now working on version 1.12.1 (cjihrig)
    
    * unix: avoid segfault in uv_get_process_title (Michele Caini)
    
    * build: add a comma to uv.gyp (Gemini Wen)
    
    * win: restore file pos after positional read/write (Bartosz Sosnowski)
    
    * unix,stream: return error on closed handle passing (Santiago Gimeno)
    
    * unix,benchmark: use fd instead of FILE* after fork (jBarz)
    
    * zos: avoid compiler warnings (jBarz)
    
    * win,pipe: race condition canceling readfile thread (Jameson Nash)
    
    * sunos: filter out non-IPv4/IPv6 interfaces (Sebastian Wiedenroth)
    
    * sunos: fix cmpxchgi and cmpxchgl type error (Sai Ke WANG)
    
    * unix: reset signal disposition before execve() (Ben Noordhuis)
    
    * unix: reset signal mask before execve() (Ben Noordhuis)
    
    * unix: fix POLLIN assertion on server read (jBarz)
    
    * zos: use stckf builtin for high-res timer (jBarz)
    
    * win,udp: implements uv_udp_try_send (Barnabas Gema)
    
    * win,udp: return UV_EINVAL instead of aborting (Romain Caire)
    
    * freebsd: replace kvm with sysctl (Robert Ayrapetyan)
    
    * aix: fix un-initialized pointer field in fs handle (Gireesh Punathil)
    
    * win,build: support building with VS2017 (Refael Ackermann)
    
    * doc: add instructions for building on Windows (Refael Ackermann)
    
    * doc: format README (Refael Ackermann)
    
  • v1.12.0
    2017.05.31, Version 1.12.0 (Stable)
    
    Changes since version 1.11.0:
    
    * Now working on version 1.11.1 (cjihrig)
    
    * test: fix tests on OpenBSD (Santiago Gimeno)
    
    * test: fix -Wformat warning (Santiago Gimeno)
    
    * win,fs: avoid double freeing uv_fs_event_t.dirw (Vladimir Matveev)
    
    * unix: remove unused code in `uv__io_start` (Fedor Indutny)
    
    * signal: add uv_signal_start_oneshot method (Santiago Gimeno)
    
    * unix: factor out reusable POSIX hrtime impl (Brad King)
    
    * unix,win: add uv_os_{get,set,unset}env() (cjihrig)
    
    * win: add uv__convert_utf8_to_utf16() (cjihrig)
    
    * docs: improve UV_ENOBUFS scenario documentation (cjihrig)
    
    * unix: return UV_EINVAL for NULL env name (jBarz)
    
    * unix: filter getifaddrs results consistently (Brad King)
    
    * unix: factor out getifaddrs result filter (Brad King)
    
    * unix: factor out reusable BSD ifaddrs impl (Brad King)
    
    * unix: use union to follow strict aliasing rules (jBarz)
    
    * unix: simplify async watcher dispatch logic (Ben Noordhuis)
    
    * samples: update timer callback prototype (Ben Noordhuis)
    
    * unix: make loops and watchers usable after fork() (Jason Madden)
    
    * win: free uv__loops once empty (cjihrig)
    
    * tools: add make_dist_html.py script (Ben Noordhuis)
    
    * win,sunos: stop handle on uv_fs_event_start() err (cjihrig)
    
    * unix,windows: refactor request init logic (Ben Noordhuis)
    
    * win: fix memory leak inside uv__pipe_getname (A. Hauptmann)
    
    * fsevent: support for files without short name (Bartosz Sosnowski)
    
    * doc: fix multiple doc typos (Jamie Davis)
    
    * test,osx: fix flaky kill test (Santiago Gimeno)
    
    * unix: inline uv_pipe_bind() err_bind goto target (cjihrig)
    
    * unix,test: deadstore fixes (Rasmus Christian Pedersen)
    
    * win: fix memory leak inside uv_fs_access() (A. Hauptmann)
    
    * doc: fix docs/src/fs.rst build warning (Daniel Bevenius)
    
    * doc: minor grammar fix in Installation section (Daniel Bevenius)
    
    * doc: suggestions for design page (Daniel Bevenius)
    
    * doc: libuv does not touch uv_loop_t.data (Ben Noordhuis)
    
    * github: add ISSUE_TEMPLATE.md (Ben Noordhuis)
    
    * doc: add link to libuv/help to README (Ben Noordhuis)
    
    * udp: fix fast path in uv_udp_send() on unix (Fedor Indutny)
    
    * test: add test for uv_udp_send() fix (Trevor Norris)
    
    * doc: fix documentation for uv_handle_t.type (Daniel Kahn Gillmor)
    
    * zos: use proper prototype for epoll_init() (Ben Noordhuis)
    
    * doc: rename docs to "libuv documentation" (Saúl Ibarra Corretgé)
    
    * doc: update copyright years (Saúl Ibarra Corretgé)
    
    * doc: move TOC to a dedicated document (Saúl Ibarra Corretgé)
    
    * doc: move documentation section up (Saúl Ibarra Corretgé)
    
    * doc: move "upgrading" to a standalone document (Saúl Ibarra Corretgé)
    
    * doc: add initial version of the User Guide (Saúl Ibarra Corretgé)
    
    * doc: removed unused file (Saúl Ibarra Corretgé)
    
    * doc: update guide/about and mention new maintainership (Saúl Ibarra Corretgé)
    
    * doc: remove licensing note from guide/about (Saúl Ibarra Corretgé)
    
    * doc: add warning note to user guide (Saúl Ibarra Corretgé)
    
    * doc: change license to CC BY 4.0 (Saúl Ibarra Corretgé)
    
    * doc: remove ubvook reference from README (Saúl Ibarra Corretgé)
    
    * doc: add code samples from uvbook (unadapted) (Saúl Ibarra Corretgé)
    
    * doc: update supported linux/glibc baseline (Ben Noordhuis)
    
    * win: avoid leaking pipe handles to child processes (Jameson Nash)
    
    * win,test: support stdout output larger than 1kb (Bartosz Sosnowski)
    
    * win: remove __declspec(inline) from atomic op (Keane)
    
    * test: fix VC++ compilation warning (Rasmus Christian Pedersen)
    
    * build: add -Wstrict-prototypes (Jameson Nash)
    
    * zos: implement uv__io_fork, skip fs event tests (jBarz)
    
    * unix: do not close udp sockets on bind error (Marc Schlaich)
    
    * unix: remove FSEventStreamFlushSync() call (cjihrig)
    
    * build,openbsd: remove kvm-related code (James McCoy)
    
    * test: fix flaky tcp-write-queue-order (Santiago Gimeno)
    
    * unix,win: add uv_os_gethostname() (cjihrig)
    
    * zos: increase timeout for tcp_writealot (jBarz)
    
    * zos: do not inline OOB data by default (jBarz)
    
    * test: fix -Wstrict-prototypes compiler warnings (Ben Noordhuis)
    
    * unix: factor out reusable no-proctitle impl (Brad King)
    
    * test: factor out fsevents skip explanation (Brad King)
    
    * test: skip fork fsevent cases when lacking support (Brad King)
    
    * unix: factor out reusable no-fsevents impl (Brad King)
    
    * unix: factor out reusable sysinfo memory lookup (Brad King)
    
    * unix: factor out reusable sysinfo loadavg impl (Brad King)
    
    * unix: factor out reusable procfs exepath impl (Brad King)
    
    * unix: add a uv__io_poll impl using POSIX poll(2) (Brad King)
    
    * cygwin: implement support for cygwin and msys2 (Brad King)
    
    * cygwin: recognize EOF on named pipe closure (Brad King)
    
    * cygwin: fix uv_pipe_connect report of ENOTSOCK (Brad King)
    
    * cygwin: disable non-functional ipc handle send (Brad King)
    
    * test: skip self-connecting tests on cygwin (Brad King)
    
    * doc: mark uv_loop_fork() as experimental (cjihrig)
    
    * doc: add bzoz to maintainers (Bartosz Sosnowski)
    
    * doc: fix memory leak in tcp-echo-server example (Bernardo Ramos)
    
    * win: make uv__get_osfhandle() public (Juan Cruz Viotti)
    
    * doc: use valid pipe name in pipe-echo-server (Bernardo Ramos)
    
  • v1.11.0
    2017.02.02, Version 1.11.0 (Stable)
    
    Changes since version 1.10.2:
    
    * Now working on version 1.10.3 (cjihrig)
    
    * win: added fcntl.h to uv-win.h (Michele Caini)
    
    * unix: move function call out of assert (jBarz)
    
    * fs: cleanup uv__fs_scandir (Santiago Gimeno)
    
    * fs: fix crash in uv_fs_scandir_next (muflub)
    
    * win,signal: fix potential deadlock (Bartosz Sosnowski)
    
    * unix: use async-signal safe functions between fork and exec (jBarz)
    
    * sunos: fix SUNOS_NO_IFADDRS build (Ben Noordhuis)
    
    * zos: make platform functional (John Barboza)
    
    * doc: add repitition qualifier to version regexs (Daniel Bevenius)
    
    * zos: use gyp OS label "os390" on z/OS (John Barboza)
    
    * aix: enable uv_get/set_process_title (Howard Hellyer)
    
    * zos: use built-in proctitle implementation (John Barboza)
    
    * Revert "darwin: use clock_gettime in macOS 10.12" (Chris Araman)
    
    * win,test: don't write uninitialized buffer to tty (Bert Belder)
    
    * win: define ERROR_ELEVATION_REQUIRED for MinGW (Richard Lau)
    
    * aix: re-enable fs watch facility (Gireesh Punathil)
    
  • v1.10.2
    2017.01.10, Version 1.10.2 (Stable)
    
    Changes since version 1.10.1:
    
    * Now working on version 1.10.2 (cjihrig)
    
    * darwin: fix fsync and fdatasync (Joran Dirk Greef)
    
    * Revert "Revert "win,tty: add support for ANSI codes in win10 v1511""
      (Santiago Gimeno)
    
    * win,tty: fix MultiByteToWideChar output buffer (Santiago Gimeno)
    
    * win: remove dead code related to BACKUP_SEMANTICS (Sam Roberts)
    
    * win: fix comment in quote_cmd_arg (Eric Sciple)
    
    * darwin: use clock_gettime in macOS 10.12 (Saúl Ibarra Corretgé)
    
    * win, tty: fix crash on restarting with pending data (Nicholas Vavilov)
    
    * fs: fix uv__to_stat on BSD platforms (Santiago Gimeno)
    
    * win: map ERROR_ELEVATION_REQUIRED to UV_EACCES (Richard Lau)
    
    * win: fix free() on bad input in uv_getaddrinfo() (Ben Noordhuis)
    
  • v1.10.1
    2016.11.17, Version 1.10.1 (Stable)
    
    Changes since version 1.10.0:
    
    * Now working on version 1.10.1 (cjihrig)
    
    * win: fix anonymous union syntax (Brad King)
    
    * unix: use uv__is_closing everywhere (Santiago Gimeno)
    
    * win: add missing break statement (cjihrig)
    
    * doc: fix wrong man page link for uv_fs_lstat() (Michele Caini)
    
    * win, tty: handle empty buffer in uv_tty_write_bufs (Hitesh Kanwathirtha)
    
    * doc: add cjihrig alternative GPG ID (cjihrig)
    
    * Revert "win,tty: add support for ANSI codes in win10 v1511" (Ben Noordhuis)
    
  • v1.10.0
    2016.10.25, Version 1.10.0 (Stable)
    
    Changes since version 1.9.1:
    
    * Now working on version 1.9.2 (Saúl Ibarra Corretgé)
    
    * doc: add cjihrig GPG ID (cjihrig)
    
    * win,build: fix compilation on old Windows / MSVC (Saúl Ibarra Corretgé)
    
    * darwin: fix setting fd to non-blocking in select(() trick (Saúl Ibarra
      Corretgé)
    
    * unix: allow nesting of kqueue fds in uv_poll_start (Ben Noordhuis)
    
    * doc: fix generation the first time livehtml runs (Saúl Ibarra Corretgé)
    
    * test: fix test_close_accept flakiness on Centos5 (Santiago Gimeno)
    
    * license: libuv is no longer a Node project (Saúl Ibarra Corretgé)
    
    * license: add license text we've been using for a while (Saúl Ibarra Corretgé)
    
    * doc: add licensing information to README (Saúl Ibarra Corretgé)
    
    * win,pipe: fixed formatting, DWORD is long unsigned (Miodrag Milanovic)
    
    * win: support sub-second precision in uv_fs_futimes() (Jason Ginchereau)
    
    * unix: ignore EINPROGRESS in uv__close (Saúl Ibarra Corretgé)
    
    * doc: add Imran Iqbal (iWuzHere) to maintainers (Imran Iqbal)
    
    * doc: update docs with AIX related information (Imran Iqbal)
    
    * test: silence build warnings (Kári Tristan Helgason)
    
    * doc: add iWuzHere GPG ID (Imran Iqbal)
    
    * linux-core: fix uv_get_total/free_memory on uclibc (Nicolas Cavallari)
    
    * build: fix build on DragonFly (Michael Neumann)
    
    * unix: correctly detect named pipes on DragonFly (Michael Neumann)
    
    * test: make tap output the default (Ben Noordhuis)
    
    * test: don't dump output for skipped tests (Ben Noordhuis)
    
    * test: improve formatting of diagnostic messages (Ben Noordhuis)
    
    * test: remove unused RETURN_TODO macro (Ben Noordhuis)
    
    * doc: fix stream typos (Pierre-Marie de Rodat)
    
    * doc: update coding style link (Imran Iqbal)
    
    * unix,fs: use uint64_t instead of unsigned long (Imran Iqbal)
    
    * build: check for warnings for -fvisibility=hidden (Imran Iqbal)
    
    * unix: remove unneeded TODO note (Saúl Ibarra Corretgé)
    
    * test: skip tty_pty test if pty is not available (Luca Bruno)
    
    * sunos: set phys_addr of interface_address using ARP (Brian Maher)
    
    * doc: clarify callbacks won't be called in error case (Saúl Ibarra Corretgé)
    
    * unix: don't convert stat buffer when syscall fails (Ben Noordhuis)
    
    * win: compare entire filename in watch events (cjihrig)
    
    * doc: add a note on safe reuse of uv_write_t (neevek)
    
    * linux: fix potential event loop stall (Ben Noordhuis)
    
    * unix,win: make uv_get_process_title() stricter (cjihrig)
    
    * test: close server before initiating new connection (John Barboza)
    
    * test: account for multiple handles in one ipc read (John Barboza)
    
    * unix: fix errno and retval conflict (liuxiaobo)
    
    * doc: add missing entry in uv_fs_type enum (Michele Caini)
    
    * unix: preserve loop->data across loop init/done (Ben Noordhuis)
    
    * win: return UV_EINVAL on bad uv_tty_mode mode arg (Ben Noordhuis)
    
    * win: simplify memory copy logic in fs.c (Ben Noordhuis)
    
    * win: fix compilation on mingw (Bartosz Sosnowski)
    
    * win: ensure 32-bit printf precision (Matej Knopp)
    
    * darwin: handle EINTR in /dev/tty workaround (Ben Noordhuis)
    
    * test: fix OOB buffer access (Saúl Ibarra Corretgé)
    
    * test: don't close CRT fd handed off to uv_pipe_t (Saúl Ibarra Corretgé)
    
    * test: fix android build error. (sunjin.lee)
    
    * win: evaluate timers when system wakes up (Bartosz Sosnowski)
    
    * doc: add supported platforms description (Saúl Ibarra Corretgé)
    
    * win: fix lstat reparse point without link data (Jason Ginchereau)
    
    * unix,win: make on_alloc_cb failures more resilient (Saúl Ibarra Corretgé)
    
    * zos: add support for new platform (John Barboza)
    
    * test: make tcp_close_while_connecting more resilient (Saúl Ibarra Corretgé)
    
    * build: use '${prefix}' for pkg-config 'exec_prefix' (Matt Clarkson)
    
    * build: GNU/kFreeBSD support (Jeffrey Clark)
    
    * zos: use PLO instruction for atomic operations (John Barboza)
    
    * zos: use pthread helper functions (John Barboza)
    
    * zos: implement uv__fs_futime (John Barboza)
    
    * unix: expand range of values for usleep (John Barboza)
    
    * zos: track unbound handles and bind before listen (John Barboza)
    
    * test: improve tap output on test failures (Santiago Gimeno)
    
    * test: refactor fs_event_close_in_callback (Julien Gilli)
    
    * zos: implement uv__io_check_fd (John Barboza)
    
    * unix: unneccessary use const qualifier in container_of (John Barboza)
    
    * win,tty: add support for ANSI codes in win10 v1511 (Imran Iqbal)
    
    * doc: add santigimeno to maintainers (Santiago Gimeno)
    
    * win: fix typo in type name (Saúl Ibarra Corretgé)
    
    * unix: always define pthread barrier fallback pad (Saúl Ibarra Corretgé)
    
    * test: use RETURN_SKIP in spawn_setuid_setgid test (Santiago Gimeno)
    
    * win: add disk read/write count to uv_getrusage (Imran Iqbal)
    
    * doc: document uv_fs_realpath caveats (Saúl Ibarra Corretgé)
    
    * test: improve spawn_setuid_setgid test (Santiago Gimeno)
    
    * test: fix building pty test on Android (Saúl Ibarra Corretgé)
    
    * doc: uv_buf_t members are not readonly (Saúl Ibarra Corretgé)
    
    * doc: improve documentation on uv_alloc_cb (Saúl Ibarra Corretgé)
    
    * fs: fix uv_fs_fstat on platforms using musl libc (Santiago Gimeno)
    
    * doc: update supported fields for uv_rusage_t (Imran Iqbal)
    
    * test: fix test-tcp-writealot flakiness on arm (Santiago Gimeno)
    
    * test: fix fs_event_watch_dir flakiness on arm (Santiago Gimeno)
    
    * unix: don't use alphasort in uv_fs_scandir() (Ben Noordhuis)
    
    * doc: fix confusing doc of uv_tcp_nodelay (Bart Robinson)
    
    * build,osx: fix warnings on tests compilation with gyp (Santiago Gimeno)
    
    * doc: add ABI tracker link to README (Saúl Ibarra Corretgé)
    
    * win,tty: fix uv_tty_set_mode race conditions (Bartosz Sosnowski)
    
    * test: fix fs_fstat on Android (Vit Gottwald)
    
    * win, test: fix fs_event_watch_dir_recursive (Bartosz Sosnowski)
    
    * doc: add description of uv_handle_type (Vit Gottwald)
    
    * build: use -pthreads for tests with autotools (Julien Gilli)
    
    * win: fix leaky fs request buffer (Jason Ginchereau)
    
    * doc: note buffer lifetime requirements in uv_write (Vladimír Čunát)
    
    * doc: add reference to uv_update_time on uv_timer_start (Alex Hultman)
    
    * win: fix winapi function pointer typedef syntax (Brad King)
    
    * test: fix tcp_close_while_connecting CI failures (Ben Noordhuis)
    
    * test: make threadpool_cancel_single deterministic (Ben Noordhuis)
    
    * test: make threadpool saturation reliable (Ben Noordhuis)
    
    * unix: don't malloc in uv_thread_create() (Ben Noordhuis)
    
    * unix: don't include CoreServices globally on macOS (Brad King)
    
    * unix,win: add uv_translate_sys_error() public API (Philippe Laferriere)
    
    * win: remove unused static variables (Ben Noordhuis)
    
    * win: silence -Wmaybe-uninitialized warning (Ben Noordhuis)
    
    * signal: replace pthread_once with uv_once (Santiago Gimeno)
    
    * test: fix sign-compare warning (Will Speak)
    
    * common: fix unused variable warning (Brad King)
    
  • v0.10.37
    2016.06.14, Version 0.10.37 (Stable)
    
    Changes since version 0.10.36:
    
    * build: update the location of gyp (Stephen von Takach)
    
    * linux: fix epoll_pwait() fallback on arm64 (Ben Noordhuis)
    
    * test: fix fs_chown when running as root (Ben Noordhuis)
    
    * tests: skip some tests when network is unreachable (Luca Bruno)
    
    * unix: do not discard environmental LDFLAGS (Luca Bruno)
    
    * src: replace ngx_queue_split with ngx_queue_move (Ben Noordhuis)
    
    * unix: use ngx_queue_move when iterating over lists (Ben Noordhuis)
    
    * win: fix unsavory rwlock fallback implementation (Bert Belder)
    
    * unix: map ENFILE errno (Saúl Ibarra Corretgé)
    
    * doc: add note indicating branch status (Saúl Ibarra Corretgé)
    
  • v1.9.1
    2016.05.17, Version 1.9.1 (Stable)
    
    Changes since version 1.9.0:
    
    * test: handle root home directories (cjihrig)
    
    * unix: implement uv__fs_futime for AIX 7.1 (Imran Iqbal)
    
    * test: skip early bind tests if no IPv6 is supported (Saúl Ibarra Corretgé)
    
    * win: fix var declaration to be C89 compliant (Michael Fero)
    
    * unix: use POLL{IN,OUT,etc} constants directly (Ben Noordhuis)
    
    * doc: add ability to live reload and regenerate HTML (Saúl Ibarra Corretgé)
    
    * Revert "win,build: remove unused build defines" (cjihrig)
    
    * linux: fix fd leaks in uv_cpu_info() error paths (Ben Noordhuis)
    
    * linux: don't abort on malformed /proc/stat (Ben Noordhuis)
    
    * linux: fix long lines in linux-core.c (Ben Noordhuis)
    
    * test: fix fs_event_watch_file_current_dir for AIX (Imran Iqbal)
    
    * unix,fs: code cleanup of uv_fs_event_start for AIX (Imran Iqbal)
    
    * unix: delay signal handling until after normal i/o (Ben Noordhuis)
    
    * android: pthread_sigmask() does not set errno (Oguz Bastemur)
    
    * win: work around sharepoint scandir bug (Ben Noordhuis)
    
    * unix: guard against clobbering errno in uv__free() (Ben Noordhuis)
    
    * unix: remove unneeded SAVE_ERRNO wrappers (Ben Noordhuis)
    
    * test: skip fs_event_close_in_callback on AIX (Imran Iqbal)
    
    * win: add maxrss, pagefaults to uv_getrusage() (Robert Jefe Lindstaedt)
    
    * test: set a big send buffer size for tcp_write_queue_order (Andrius Bentkus)
    
    * unix: error on realpath if PATH_MAX is undefined (Myles Borins)
    
    * unix: fix bug in barrier fallback implementation (Kári Tristan Helgason)
    
    * build: bump android ndk version (Kári Tristan Helgason)
    
    * build: always compile with -fvisibility=hidden (Ben Noordhuis)
    
    * test: fix -Wformat warnings in platform test (Ben Noordhuis)
    
    * win: clarify fsevents handling code (Saúl Ibarra Corretgé)
    
    * test: fix POLLHDRUP related failures for AIX (Imran Iqbal)
    
    * build, mingw: set LIBS in configure.ac (Tony Theodore)
    
    * win: improve uv__convert_utf16_to_utf8 (Saúl Ibarra Corretgé)
    
    * win: simplified UTF16 -> UTF8 conversions (Saúl Ibarra Corretgé)
    
    * win: remove unneeded condition (Saúl Ibarra Corretgé)
    
    * darwin: work around condition variable kernel bug (Ben Noordhuis)
    
    * darwin: make thread stack multiple of page size (Ben Noordhuis)
    
    * build,win: rename platform to msbuild_platform (João Reis)
    
    * gitignore: ignore VS temporary database files (João Reis)
    
    * test: skip emfile on AIX (Imran Iqbal)
    
    * unix: use system allocator for scandir() (cjihrig)
    
    * common: release uv_fs_scandir() array (cjihrig)
    
    * win: call uv__fs_scandir_cleanup() (cjihrig)
    
    * win,tty: fix read stop in line mode (João Reis)
    
    * win,tty: don't duplicate handle for line reads (João Reis)
    
    * win,tty: restore cursor after canceling line read (Alexis Campailla)
    
  • v1.9.0
    2016.04.08, Version 1.9.0 (Stable)
    
    Changes since version 1.8.0:
    
    * win: wait for full timeout duration (João Reis)
    
    * unix: fix support for uClibc-ng (Martin Bark)
    
    * doc: indicate where new test files need to be added (Dave)
    
    * test,unix: fix logic error in test runner (Ben Noordhuis)
    
    * fs: don't nullify req->bufs on EINTR (Dave)
    
    * osx: set the default thread stack size to RLIMIT_STACK (Saúl Ibarra Corretgé)
    
    * build: invoke libtoolize with --copy (Ben Noordhuis)
    
    * test: fixup eintr_handling (Saúl Ibarra Corretgé)
    
    * osx: avoid compilation warning with Clang (Saúl Ibarra Corretgé)
    
    * test,win: fix compilation with shared lib (Alexis Murzeau)
    
    * test: fix race condition in pipe-close-stdout (Imran Iqbal)
    
    * unix,win: add uv_os_tmpdir() (cjihrig)
    
    * ios: fix undefined PTHREAD_STACK_MIN (Didiet)
    
    * test: fix threadpool_multiple_event_loops for AIX (Imran Iqbal)
    
    * unix: report errors for unpollable fds (Ben Noordhuis)
    
    * win: fix watching root files (Nicholas Vavilov)
    
    * build,win: print the Visual Studio version in use (Saúl Ibarra Corretgé)
    
    * build,win: remove unneeded condition from GYP file (Saúl Ibarra Corretgé)
    
    * test,win: fix compilation warning (Saúl Ibarra Corretgé)
    
    * test: use uv_loop_close and assert its result (Nan Xiang)
    
    * build: map 'AMD64' host arch to 'x64' (Ben Noordhuis)
    
    * osx: protected use of potentially undefined macro (Samuel Lorétan)
    
    * linux: fix compilation with musl (Saúl Ibarra Corretgé)
    
    * doc: describe how to make release builds on Unix (Saúl Ibarra Corretgé)
    
    * doc: add missing link in README (Saúl Ibarra Corretgé)
    
    * build: python 2.x/3.x consistent print usage (Rasmus Christian Pedersen)
    
    * test: assume no IPv6 if interfaces cannot be listed (Nan Xiang)
    
    * darwin: replace F_FULLFSYNC with fdatasync syscall (Saúl Ibarra Corretgé)
    
    * doc: add missing write callback to example (Nándor István Krácser)
    
    * build: compile with -D_THREAD_SAFE on AIX (Imran Iqbal)
    
    * test: fix threadpool_multiple_event_loops on PPC (Imran Iqbal)
    
    * test: reduce timeout in tcp_close_while_connecting (Imran Iqbal)
    
    * unix, win: consistently null-terminate buffers (Saúl Ibarra Corretgé)
    
    * unix, win: count null byte on UV_ENOBUFS (Saúl Ibarra Corretgé)
    
    * test: fix deadlocks in uv_cond_wait (Katsutoshi Horie)
    
    * linux: fix cpu count (Lukasz Jagiello)
    
    * unix: fix uv__handle_type for AIX (Imran Iqbal)
    
    * linux: call fclose(), fix fdopen() memory leak (Ben Noordhuis)
    
    * win: remove unneeded condition (Saúl Ibarra Corretgé)
    
    * unix: fix compile error in Android using bionic (Robert Chiras)
    
    * linux: add braces to multi-statement if (Kári Tristan Helgason)
    
    * doc: add @cjihrig as a maintainer (Saúl Ibarra Corretgé)
    
    * unix: add fork-safe open file function (Kári Tristan Helgason)
    
    * linux: replace calls to fopen with uv__open_file (Kári Tristan Helgason)
    
    * linux: remove redundant call to rewind() (Krishnaraj Bhat)
    
    * win: remove duplicated code when processing fsevents (Saúl Ibarra Corretgé)
    
    * test: fix poll_bad_fdtype for AIX (Imran Iqbal)
    
    * linux: fix error checking in uv__open_file (Saúl Ibarra Corretgé)
    
    * poll: add UV_DISCONNECT event (Santiago Gimeno)
    
    * fs: realpath: fix string size before converting (Yuval Brik)
    
    * win: use native APIs for UTF conversions (cjihrig)
    
    * doc: clarify uv_loop_close() (Ben Noordhuis)
    
    * unix: retry ioctl(TIOCGWINSZ) on EINTR (Ben Noordhuis)
    
    * win,build: remove unused build defines (Saúl Ibarra Corretgé)
    
    * win: fix buffer overflow in fs events (Joran Dirk Greef)
    
    * win: fix uv_relative_path and remove dead branch (Joran Dirk Greef)
    
    * unix: use open(2) with O_CLOEXEC on OS X (Kári Tristan Helgason)
    
    * test: add missing copyright header (cjihrig)
    
    * aix: fix 'POLLRDHUP undeclared' build error (Ben Noordhuis)
    
    * unix,win: add uv_get_passwd() (cjihrig)
    
    * process: fix uv_spawn edge-case (Santiago Gimeno)
    
    * test: use %ld for printing uid/gid (Ben Noordhuis)
    
    * aix: fix ahafs implementation (Imran Iqbal)
    
    * aix: do not store absolute path to ahafs (Imran Iqbal)
    
    * process: close process pipes safely (Santiago Gimeno)
    
    * unix: open ttyname instead of /dev/tty (Enno Boland)
    
    * unix: remove outdated comment (Kári Tristan Helgason)
    
  • v1.8.0
    2015.12.15, Version 1.8.0 (Stable)
    
    Changes since version 1.7.5:
    
    * unix: fix memory leak in uv_interface_addresses (Jianghua Yang)
    
    * unix: make uv_guess_handle work properly for AIX (Gireesh Punathil)
    
    * fs: undo uv__req_init when uv__malloc failed (Jianghua Yang)
    
    * build: remove unused 'component' GYP option (Saúl Ibarra Corretgé)
    
    * include: remove duplicate extern declaration (Jianghua Yang)
    
    * win: use the MSVC provided snprintf where possible (Jason Williams)
    
    * win, test: fix compilation warning (Saúl Ibarra Corretgé)
    
    * win: fix compilation with VS < 2012 (Ryan Johnston)
    
    * stream: support empty uv_try_write on unix (Fedor Indutny)
    
    * unix: fix request handle leak in uv__udp_send (Jianghua Yang)
    
    * src: replace QUEUE_SPLIT with QUEUE_MOVE (Ben Noordhuis)
    
    * unix: use QUEUE_MOVE when iterating over lists (Ben Noordhuis)
    
    * unix: squelch harmless valgrind warning (Ben Noordhuis)
    
    * test: don't abort on setrlimit() failure (Ben Noordhuis)
    
    * unix: only undo fs req registration in async mode (Ben Noordhuis)
    
    * unix: fix uv__getiovmax return value (HungMingWu)
    
    * unix: make work with Solaris Studio. (Adam Stylinski)
    
    * test: fix fs_event_watch_file_currentdir flakiness (Santiago Gimeno)
    
    * unix: skip prohibited syscalls on tvOS and watchOS (Nathan Corvino)
    
    * test: use FQDN in getaddrinfo_fail test (Wink Saville)
    
    * docs: clarify documentation of uv_tcp_init_ex (Andrius Bentkus)
    
    * win: fix comment (Miodrag Milanovic)
    
    * doc: fix typo in README (Angel Leon)
    
    * darwin: abort() if (un)locking fs mutex fails (Ben Noordhuis)
    
    * pipe: enable inprocess uv_write2 on Windows (Louis DeJardin)
    
    * win: properly return UV_EBADF when _close() fails (Nicholas Vavilov)
    
    * test: skip process_title for AIX (Imran Iqbal)
    
    * misc: expose handle print APIs (Petka Antonov)
    
    * include: add stdio.h to uv.h (Saúl Ibarra Corretgé)
    
    * misc: remove unnecessary null pointer checks (Ian Kronquist)
    
    * test,freebsd: skip udp_dual_stack if not supported (Santiago Gimeno)
    
    * linux: don't retry dup2/dup3 on EINTR (Ben Noordhuis)
    
    * unix: don't retry dup2/dup3 on EINTR (Ben Noordhuis)
    
    * test: fix -Wtautological-pointer-compare warnings (Saúl Ibarra Corretgé)
    
    * win: map ERROR_BAD_PATHNAME to UV_ENOENT (Tony Kelman)
    
    * test: fix test/test-tty.c for AIX (Imran Iqbal)
    
    * android: support api level less than 21 (kkdaemon)
    
    * fsevents: fix race on simultaneous init+close (Fedor Indutny)
    
    * linux,fs: fix p{read,write}v with a 64bit offset (Saúl Ibarra Corretgé)
    
    * fs: add uv_fs_realpath() (Yuval Brik)
    
    * win: fix path for removed and renamed fs events (Joran Dirk Greef)
    
    * win: do not read more from stream than available (Jeremy Whitlock)
    
    * test: test that uv_close() doesn't corrupt QUEUE (Andrey Mazo)
    
    * unix: fix uv_fs_event_stop() from fs_event_cb (Andrey Mazo)
    
    * test: fix self-deadlocks in thread_rwlock_trylock (Ben Noordhuis)
    
    * src: remove non ascii character (sztomi)
    
    * test: fix test udp_multicast_join6 for AIX (Imran Iqbal)
    
  • 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)
    
  • 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é)