Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.19.2
    2018.02.22, Version 1.19.2 (Stable)
    
    Changes since version 1.19.1:
    
    * test: fix incorrect asserts (cjihrig)
    
    * test: fix a typo in test-fork.c (Felix Yan)
    
    * build: remove long-obsolete gyp workarounds (Ben Noordhuis)
    
    * build: split off tests into separate gyp file (Ben Noordhuis)
    
    * test: check uv_cond_timedwait more carefully (Jamie Davis)
    
    * include,src: introduce UV__ERR() macro (Mason X)
    
    * build: add url field to libuv.pc (Ben Noordhuis)
    
    * doc: mark IBM i as Tier 3 support (Jesse Gorzinski)
    
    * win,build: correct C2059 errors (Michael Fero)
    
    * zos: fix timeout for condition variable (jBarz)
    
    * win: CREATE_NO_WINDOW when stdio is not inherited (Nick Logan)
    
    * build: fix commmon.gypi comment (Ryuichi KAWAMATA)
    
    * doc: document uv_timer_start() on an active timer (Vladimír Čunát)
    
    * doc: add note about handle movability (Bartosz Sosnowski)
    
    * doc: fix syntax error in loop documentation (Bartosz Sosnowski)
    
    * osx,stream: retry sending handle on EMSGSIZE error (Santiago Gimeno)
    
    * unix: delay fs req register until after validation (cjihrig)
    
    * test: add tests for bad inputs (Joyee Cheung)
    
    * unix,win: ensure req->bufs is freed (cjihrig)
    
    * test: add additional fs memory management checks (cjihrig)
    
  • v1.19.1
    2018.01.20, Version 1.19.1 (Stable)
    
    Changes since version 1.19.0:
    
    * Revert "unix,tcp: avoid marking server sockets connected" (Ben Noordhuis)
    
    * Revert "unix,fs: fix for potential partial reads/writes" (Ben Noordhuis)
    
    * Revert "win: use RemoveDirectoryW() instead of _wmrmdir()" (Ben Noordhuis)
    
    * cygwin: fix compilation of ifaddrs impl (Brad King)
    
  • v1.19.0
    2018.01.18, Version 1.19.0 (Stable)
    
    Changes since version 1.18.0:
    
    * core: add getter/setter functions for easier ABI compat (Anna Henningsen)
    
    * unix: make get(set)_process_title MT-safe (Matt Harrison)
    
    * unix,win: wait for threads to start (Ben Noordhuis)
    
    * test: add threadpool init/teardown test (Bartosz Sosnowski)
    
    * win, process: uv_kill improvements (Bartosz Sosnowski)
    
    * win: set _WIN32_WINNT to 0x0600 (cjihrig)
    
    * zos: implement uv_fs_event* functions (jBarz)
    
    * unix,tcp: avoid marking server sockets connected (Jameson Nash)
    
    * doc: mark Windows 7 as Tier 1 support (Bartosz Sosnowski)
    
    * win: map 0.0.0.0 and :: addresses to localhost (Bartosz Sosnowski)
    
    * build: install libuv.pc unconditionally (Ben Noordhuis)
    
    * test: remove custom timeout for thread test on ppc (Ben Noordhuis)
    
    * test: allow multicast not permitted status (Jérémy Lal)
    
    * test: allow net unreachable status in udp test (Ben Noordhuis)
    
    * unix: use SA_RESTART when setting our sighandler (Brad King)
    
    * unix,fs: fix for potential partial reads/writes (Ben Wijen)
    
    * win,build: do not build executable installer for dll (Bert Belder)
    
    * win: allow directory symlinks to be created in a non-elevated context (Bert
      Belder)
    
    * zos,test: accept SIGKILL for flaky test (jBarz)
    
    * win: use RemoveDirectoryW() instead of _wmrmdir() (Ben Noordhuis)
    
    * unix: fix uv_cpu_info() error on FreeBSD (elephantp)
    
    * zos,test: decrease pings to avoid timeout (jBarz)
    
  • v1.18.0
    2017.12.02, Version 1.18.0 (Stable)
    
    Changes since version 1.17.0:
    
    * aix: fix -Wmaybe-uninitialized warning (cjihrig)
    
    * doc: remove note about SIGWINCH on Windows (Bartosz Sosnowski)
    
    * Revert "unix,win: wait for threads to start" (Ben Noordhuis)
    
    * unix,win: add uv_os_getpid() (Bartosz Sosnowski)
    
    * unix: remove incorrect assertion in uv_shutdown() (Jameson Nash)
    
    * doc: fix IRC URL in CONTRIBUTING.md (Matt Harrison)
    
  • v1.17.0
    2017.11.25, Version 1.17.0 (Stable)
    
    Changes since version 1.16.1:
    
    * unix: avoid malloc() call in uv_spawn() (Ben Noordhuis)
    
    * doc: clarify the description of uv_loop_alive() (Ed Schouten)
    
    * win: map UV_FS_O_EXLOCK to a share mode of 0 (Joran Dirk Greef)
    
    * win: fix build on case-sensitive file systems (Ben Noordhuis)
    
    * win: fix test runner build with mingw64 (Ben Noordhuis)
    
    * win: remove unused variable in test/test-fs.c (Ben Noordhuis)
    
    * zos: add strnlen() implementation (jBarz)
    
    * unix: keep track of bound sockets sent via spawn (jBarz)
    
    * unix,win: wait for threads to start (Ben Noordhuis)
    
    * test: add threadpool init/teardown test (Bartosz Sosnowski)
    
    * test: avoid malloc() in threadpool test (Ben Noordhuis)
    
    * test: lower number of tasks in threadpool test (Ben Noordhuis)
    
    * win: issue memory barrier in uv_thread_join() (Ben Noordhuis)
    
    * ibmi: add support for new platform (Xu Meng)
    
    * test: fix test-spawn compilation (Bartosz Sosnowski)
    
  • v1.16.1
    2017.11.11, Version 1.16.1 (Stable)
    
    Changes since version 1.16.0:
    
    * unix: move net/if.h include (cjihrig)
    
    * win: fix undeclared NDIS_IF_MAX_STRING_SIZE (Nick Logan)
    
  • v1.16.0
    2017.11.07, Version 1.16.0 (Stable)
    
    Changes since version 1.15.0:
    
    * win: change st_blksize from `2048` to `4096` (Joran Dirk Greef)
    
    * unix,win: add fs open flags, map O_DIRECT|O_DSYNC (Joran Dirk Greef)
    
    * win, fs: fix non-symlink reparse points (Wade Brainerd)
    
    * test: fix -Wstrict-prototypes warnings (Ben Noordhuis)
    
    * unix, windows: map ENOTTY errno (Ben Noordhuis)
    
    * unix: fall back to fsync() if F_FULLFSYNC fails (Joran Dirk Greef)
    
    * unix: do not close invalid kqueue fd after fork (jBarz)
    
    * zos: reset epoll data after fork (jBarz)
    
    * zos: skip fork_threadpool_queue_work_simple (jBarz)
    
    * test: keep platform_output as first test (Bartosz Sosnowski)
    
    * win: fix non-English dlopen error message (Bartosz Sosnowski)
    
    * unix,win: add uv_os_getppid() (cjihrig)
    
    * test: fix const qualification compiler warning (Ben Noordhuis)
    
    * doc: mark uv_default_loop() as not thread safe (rayrase)
    
    * win, pipe: null-initialize stream->shutdown_req (Jameson Nash)
    
    * tty, win: get SetWinEventHook pointer at startup (Bartosz Sosnowski)
    
    * test: no extra new line in skipped test output (Bartosz Sosnowski)
    
    * pipe: allow access from other users (Bartosz Sosnowski)
    
    * unix,win: add uv_if_{indextoname,indextoiid} (Pekka Nikander)
    
  • v1.15.0
    2017.10.03, Version 1.15.0 (Stable)
    
    Changes since version 1.14.1:
    
    * unix: limit uv__has_forked_with_cfrunloop to macOS (Kamil Rytarowski)
    
    * win: fix buffer size in uv__getpwuid_r() (tux.uudiin)
    
    * win,tty: improve SIGWINCH support (Bartosz Sosnowski)
    
    * unix: use fchmod() in uv_fs_copyfile() (cjihrig)
    
    * unix: support copying empty files (cjihrig)
    
    * unix: truncate destination in uv_fs_copyfile() (Nick Logan)
    
    * win,build: keep cwd when setting build environment (darobs)
    
    * test: add NetBSD support to test-udp-ipv6.c (Kamil Rytarowski)
    
    * unix: add NetBSD support in core.c (Kamil Rytarowski)
    
    * linux: increase thread stack size with musl libc (Ben Noordhuis)
    
    * netbsd: correct uv_exepath() on NetBSD (Kamil Rytarowski)
    
    * test: clean up semaphore after use (jBarz)
    
    * win,build: bump vswhere_usability_wrapper to 2.0.0 (Refael Ackermann)
    
    * win: let UV_PROCESS_WINDOWS_HIDE hide consoles (cjihrig)
    
    * zos: lock protect global epoll list in epoll_ctl (jBarz)
    
    * zos: change platform name to match python (jBarz)
    
    * android: fix getifaddrs() (Zheng, Lei)
    
    * netbsd: implement uv__tty_is_slave() (Kamil Rytarowski)
    
    * zos: fix readlink for mounts with system variables (jBarz)
    
    * test: sort the tests alphabetically (Sakthipriyan Vairamani)
    
    * windows: fix compilation warnings (Carlo Marcelo Arenas Belón)
    
    * build: avoid -fstrict-aliasing compile option (jBarz)
    
    * win: remove unused variables (Carlo Marcelo Arenas Belón)
    
    * unix: remove unused variables (Sakthipriyan Vairamani)
    
    * netbsd: disable poll_bad_fdtype on NetBSD (Kamil Rytarowski)
    
    * netbsd: use uv__cloexec and uv__nonblock (Kamil Rytarowski)
    
    * test: fix udp_multicast_join6 on NetBSD (Kamil Rytarowski)
    
    * unix,win: add uv_mutex_init_recursive() (Scott Parker)
    
    * netbsd: do not exclude IPv6 functionality (Kamil Rytarowski)
    
    * fsevents: watch files with fsevents on macos 10.7+ (Ben Noordhuis)
    
    * unix: retry on ENOBUFS in sendmsg(2) (Kamil Rytarowski)
    
  • v1.14.1
    2017.09.07, Version 1.14.1 (Stable)
    
    Changes since version 1.14.0:
    
    * fs, win: add support for user symlinks (Bartosz Sosnowski)
    
    * cygwin: include uv-posix.h header (Joel Winarske)
    
    * zos: fix semaphore initialization (jBarz)
    
    * zos: improve loop_count benchmark performance (jBarz)
    
    * zos, test: flush out the oob data in callback (jBarz)
    
    * unix,win: check for bad flags in uv_fs_copyfile() (cjihrig)
    
    * unix: modify argv[0] when process title is set (Matthew Taylor)
    
    * unix: don't use req->loop in uv__fs_copyfile() (cjihrig)
    
    * doc: fix a trivial typo (Vladimír Čunát)
    
    * android: fix uv_cond_timedwait on API level < 21 (Gergely Nagy)
    
    * win: add uv__once_init() calls (Bartosz Sosnowski)
    
    * unix,windows: init all requests in fs calls (cjihrig)
    
    * unix,windows: return UV_EINVAL on NULL fs reqs (cjihrig)
    
    * windows: add POST macro to fs functions (cjihrig)
    
    * unix: handle partial sends in uv_fs_copyfile() (A. Hauptmann)
    
    * Revert "win, test: fix double close in test runner" (Bartosz Sosnowski)
    
    * win, test: remove surplus CloseHandle (Bartosz Sosnowski)
    
  • v1.14.0
    2017.08.17, Version 1.14.0 (Stable)
    
    Changes since version 1.13.1:
    
    * unix: check for NULL in uv_os_unsetenv for parameter name (André Klitzing)
    
    * doc: add thread safety warning for process title (Matthew Taylor)
    
    * unix: always copy process title into local buffer (Matthew Taylor)
    
    * poll: add support for OOB TCP and GPIO interrupts (CurlyMoo)
    
    * win,build: fix appveyor properly (Refael Ackermann)
    
    * win: include filename in dlopen error message (Ben Noordhuis)
    
    * aix: add netmask, mac address into net interfaces (Gireesh Punathil)
    
    * unix, windows: map EREMOTEIO errno (Ben Noordhuis)
    
    * unix: fix wrong MAC of uv_interface_address (XadillaX)
    
    * win,build: fix building from Windows SDK or VS console (Saúl Ibarra Corretgé)
    
    * github: fix link to help repo in issue template (Ben Noordhuis)
    
    * zos: remove nonexistent include from autotools build (Saúl Ibarra Corretgé)
    
    * misc: remove reference to pthread-fixes.h from LICENSE (Saúl Ibarra Corretgé)
    
    * docs: fix guide source code example paths (Anticrisis)
    
    * android: fix compilation with new NDK versions (Saúl Ibarra Corretgé)
    
    * misc: add android-toolchain to .gitignore (Saúl Ibarra Corretgé)
    
    * win, fs: support unusual reparse points (Bartosz Sosnowski)
    
    * android: fix detection of pthread_condattr_setclock (Saúl Ibarra Corretgé)
    
    * android: remove no longer needed check (Saúl Ibarra Corretgé)
    
    * doc: update instructions for building on Android (Saúl Ibarra Corretgé)
    
    * win, process: support semicolons in PATH variable (Bartosz Sosnowski)
    
    * doc: document uv_async_(init|send) return values (Ben Noordhuis)
    
    * doc: add Android as a tier 3 supported platform (Saúl Ibarra Corretgé)
    
    * unix: add missing semicolon (jBarz)
    
    * win, test: fix double close in test runner (Bartosz Sosnowski)
    
    * doc: update supported windows version baseline (Ben Noordhuis)
    
    * test,zos: skip chown root test (jBarz)
    
    * test,zos: use gid=-1 to test spawn_setgid_fails (jBarz)
    
    * zos: fix hr timer resolution (jBarz)
    
    * android: fix blocking recvmsg due to netlink bug (Jacob Segal)
    
    * zos: read more accurate rss info from RSM (jBarz)
    
    * win: allow bound/connected socket in uv_tcp_open() (Maciej Szeptuch
      (Neverous))
    
    * doc: differentiate SmartOS and SunOS support (cjihrig)
    
    * unix: make uv_poll_stop() remove fd from pollset (Ben Noordhuis)
    
    * unix, windows: add basic uv_fs_copyfile() (cjihrig)
    
  • 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)
    
  • pubkey-cjihrig-kb
    add cjihrig keybase GPG key
    
  • 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)
    
  • pubkey-santigimeno
    build: check in public key
    
  • 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é)