1. 11 Mar, 2020 1 commit
    • cjihrig's avatar
      2020.03.12, Version 1.35.0 (Stable) · e45f1ec3
      cjihrig authored
      Changes since version 1.34.2:
      
      * src: android build fix (David Carlier)
      
      * build: make code compilable for iOS on Xcode (ssrlive)
      
      * ibmi: skip unsupported fs test cases (Xu Meng)
      
      * ibmi: ensure that pipe backlog is not zero (Xu Meng)
      
      * test,udp6: fix udp_ipv6 test flakiness (Jameson Nash)
      
      * test: fix fs_event_watch_dir_recursive flakiness (Santiago Gimeno)
      
      * pipe: disallow listening on an IPC pipe (Witold Kręcicki)
      
      * build,cmake: improve buil experience (Isabella Muerte)
      
      * unix: remove support for FreeBSD < 10 (Saúl Ibarra Corretgé)
      
      * linux: simplify uv__accept() (Ben Noordhuis)
      
      * linux: assume presence of SOCK_CLOEXEC flag (Ben Noordhuis)
      
      * linux: simplify uv__dup2_cloexec() (Ben Noordhuis)
      
      * freebsd,linux: simplify uv__make_socketpair() (Ben Noordhuis)
      
      * unix: fix error handling in uv__make_socketpair() (Ben Noordhuis)
      
      * freebsd,linux: simplify uv__make_pipe() (Ben Noordhuis)
      
      * unix: fix error handling in uv__make_pipe() (Ben Noordhuis)
      
      * linux: simplify uv__async_eventfd() (Ben Noordhuis)
      
      * linux: assume the presence of inotify system calls (Ben Noordhuis)
      
      * doc: strip ICC profile from 2 jpg files (Dominique Dumont)
      
      * unix: make uv_tcp_keepalive predictable (Manuel BACHMANN)
      
      * docs: uv_setup_args() may take ownership of argv (Ben Noordhuis)
      
      * unix: fix error path in uv_setup_args() (Ben Noordhuis)
      
      * unix: fix size check in uv_get_process_title() (Ben Noordhuis)
      
      * doc: add erw7 to maintainers (erw7)
      
      * test: fixed udp4_echo_server implementation (Marek Vavrusa)
      
      * test: added udp ping benchmark (1,10,100 pingers) (Marek Vavrusa)
      
      * freebsd,linux: add recvmmsg() + sendmmsg() udp implementation (Marek
        Vavrusa)
      
      * win,pipe: DRY/simplify some code paths (Jameson Nash)
      
      * win: address some style nits (Jameson Nash)
      
      * win,pipe: ensure `req->event_handle` is defined (Elliot Saba)
      
      * win,pipe: consolidate overlapped initialization (Elliot Saba)
      
      * win,pipe: erase event_handle after deleting pointer (Jameson Nash)
      
      * build: fix android cmake build, build missing file (Ben Noordhuis)
      
      * test: skip some UDP tests on IBMi (Xu Meng)
      
      * test: skip some spawn test cases on IBMi (Xu Meng)
      
      * src: fix wrong method name in comment (TK-one)
      
      * test: add UV_TIMEOUT_MULTIPLIER environment var (Ben Noordhuis)
      
      * unix: fix uv_cpu_info always returning UV_ENOTDIR on OpenBSD (Ben
        Davies)
      
      * test: skip the pwd_shell test on IBMi (Xu Meng)
      
      * win,tty: Change to restore cursor shape with uv_tty_reset() (erw7)
      
      * win,tty: Added set cursor style to CSI sequences (erw7)
      
      * test: handle EINTR, fix EOF check in poll test (Ben Noordhuis)
      
      * unix: use socklen_t instead of size_t (Ben Noordhuis)
      
      * doc: fix header file location (TK-one)
      
      * unix: fix signal handle closing deferral (Ben Noordhuis)
      
      * ibmi: set the amount of memory in use to zero (Xu Meng)
      
      * zos: return on realloc failure in scandir() (Milad Farazmand)
      
      * zos: fix scandir() error path NULL pointer deref (Ben Noordhuis)
      e45f1ec3
  2. 23 Jan, 2020 1 commit
    • cjihrig's avatar
      2020.01.24, Version 1.34.2 (Stable) · f868c9ab
      cjihrig authored
      Changes since version 1.34.1:
      
      * misc: adjust stalebot deadlines (Jameson Nash)
      
      * test: fix env-vars flakiness (cjihrig)
      
      * test: avoid truncating output lines (Jameson Nash)
      
      * darwin: stop calling SetApplicationIsDaemon() (Ben Noordhuis)
      
      * ibmi: implement uv_interface_addresses() (Xu Meng)
      
      * osx,fsevent: fix race during uv_loop_close (Jameson Nash)
      
      * osx,fsevent: clear pointer when deleting it [NFCI] (Jameson Nash)
      
      * Revert "aix: replace ECONNRESET with EOF if already closed" (Jameson
        Nash)
      
      * unix: handle uv__open_cloexec return value correctly (Anna Henningsen)
      f868c9ab
  3. 12 Jan, 2020 1 commit
    • cjihrig's avatar
      2020.01.13, Version 1.34.1 (Stable) · 8aa5636e
      cjihrig authored
      Changes since version 1.34.0:
      
      * unix: fix -Wstrict-aliasing compiler warning (Ben Noordhuis)
      
      * unix: cache address of dlsym("mkostemp") (Ben Noordhuis)
      
      * build: remove -pedantic from compiler flags (Ben Noordhuis)
      
      * Revert "darwin: assume pthread_setname_np() is available" (Ben
        Noordhuis)
      
      * Revert "darwin: speed up uv_set_process_title()" (Ben Noordhuis)
      
      * darwin: assume pthread_setname_np() is available (Ben Noordhuis)
      
      * ibmi: fix the false isatty() issue on IBMi (Xu Meng)
      
      * test: fix test failure under NetBSD and OpenBSD (David Carlier)
      
      * test: skip some test cases on IBMi (Xu Meng)
      
      * test: skip uv_(get|set)_process_title on IBMi (Xu Meng)
      
      * doc: remove binaries for Windows from README (Richard Lau)
      
      * unix: fix -Wunused-but-set-variable warning (George Zhao)
      
      * unix: pass sysctl size arg using ARRAY_SIZE macro (David Carlier)
      
      * test: disallow running the test suite as root (cjihrig)
      
      * unix: suppress -Waddress-of-packed-member warning (Ben Noordhuis)
      
      * misc: make more tags "not-stale" (Jameson Nash)
      
      * test: fix pthread memory leak (Trevor Norris)
      
      * docs: delete socks5-proxy sample (Jameson Nash)
      
      * ibmi: fix the CMSG length issue (Xu Meng)
      
      * docs: fix formatting (Jameson Nash)
      
      * unix: squelch fchmod() EPERM on CIFS share (Ben Noordhuis)
      
      * docs: fix linkcheck (Jameson Nash)
      
      * docs: switch from linux.die.net to man7.org (Jameson Nash)
      
      * win: remove abort when non-IFS LSP detection fails (virtualyw)
      
      * docs: clarify that uv_pipe_t is a pipe (Jameson Nash)
      
      * win,tty: avoid regressions in utf-8 handling (Jameson Nash)
      
      * win: remove bad assert in uv_loop_close (Jameson Nash)
      
      * test: fix -fno-common build errors (Ben Noordhuis)
      
      * build: turn on -fno-common to catch regressions (Ben Noordhuis)
      
      * test: fix fs birth time test failure (Ben Noordhuis)
      
      * tty,unix: avoid affecting controlling TTY (Jameson Nash)
      8aa5636e
  4. 16 Dec, 2019 1 commit
  5. 04 Dec, 2019 1 commit
    • cjihrig's avatar
      2019.12.05, Version 1.34.0 (Stable) · 15ae7501
      cjihrig authored
      Changes since version 1.33.1:
      
      * unix: move random-sysctl to random-sysctl-linux (nia)
      
      * netbsd: use KERN_ARND sysctl to get entropy (nia)
      
      * unix: refactor uv__fs_copyfile() logic (cjihrig)
      
      * build: fix android build, add missing sources (Ben Noordhuis)
      
      * build: fix android build, fix symbol redefinition (Ben Noordhuis)
      
      * build: fix android autotools build (Ben Noordhuis)
      
      * fs: handle non-functional statx system call (Milad Farazmand)
      
      * unix,win: add uv_sleep() (cjihrig)
      
      * doc: add richardlau to maintainers (Richard Lau)
      
      * aix: fix netmask for IPv6 (Richard Lau)
      
      * aix: clean up after errors in uv_interface_addresses() (Richard Lau)
      
      * aix: fix setting of physical addresses (Richard Lau)
      
      * fs: add uv_fs_mkstemp (Saúl Ibarra Corretgé)
      
      * unix: switch uv_sleep() to nanosleep() (Ben Noordhuis)
      
      * unix: retry on EINTR in uv_sleep() (Ben Noordhuis)
      
      * zos: fix nanosleep() emulation (Ben Noordhuis)
      15ae7501
  6. 19 Oct, 2019 1 commit
  7. 16 Oct, 2019 1 commit
    • cjihrig's avatar
      2019.10.17, Version 1.33.0 (Stable) · e56e42e9
      cjihrig authored
      Changes since version 1.32.0:
      
      * Revert "linux: drop code path for epoll_pwait-less kernels" (Yang Yu)
      
      * build: fix build error with __ANDROID_API__ < 21 (Yang Yu)
      
      * win: fix reading hidden env vars (Anna Henningsen)
      
      * unix,win: add uv_random() (Ben Noordhuis)
      
      * win: simplify mkdtemp (Saúl Ibarra Corretgé)
      
      * docs: fix literal-includes in User Guide (Nhan Khong)
      
      * win, tty: fix problem of receiving unexpected SIGWINCH (erw7)
      
      * unix: fix {Net,Open}BSD build (David Carlier)
      
      * win,mingw: Fix undefined MCAST_* constants (Crunkle)
      
      * build: Add link for test/fixtures/lorem_ipsum.txt (Andrew Paprocki)
      
      * fs: use statvfs in uv__fs_statfs() for Haiku (Calvin Hill)
      
      * fsevents: stop using fsevents to watch files (Jameson Nash)
      
      * fsevents: regression in watching / (Jameson Nash)
      
      * build,cmake: don't try to detect a C++ compiler (Isabella Muerte)
      
      * build: fix build warning on cygwin (MaYuming)
      
      * unix: set sin_len and sin6_len (Ouyang Yadong)
      
      * test: fix order of operations in test (cjihrig)
      
      * doc: improve uv_fs_readdir() cleanup docs (cjihrig)
      
      * build: remove duplicated test in build files (ZYSzys)
      
      * android: enable getentropy on Android >= 28 (David Carlier)
      
      * android: fix build (David Carlier)
      
      * darwin: speed up uv_set_process_title() (Ben Noordhuis)
      
      * darwin: assume pthread_setname_np() is available (Ben Noordhuis)
      
      * unix,udp: ensure addr is non-null (Jameson Nash)
      
      * win,tty: add uv_tty_{get,set}_vterm_state (erw7)
      
      * win: fix uv_statfs_t leak in uv_fs_statfs() (Ryan Liptak)
      
      * build: install files on windows via cmake (Carl Lei)
      
      * darwin,test: include AvailabilityMacros.h (Saúl Ibarra Corretgé)
      
      * darwin,test: update loop time after sleeping (Saúl Ibarra Corretgé)
      
      * doc: remove old FreeBSD 9 related note (Saúl Ibarra Corretgé)
      
      * doc: improve uv_{send,recv}_buffer_size() docs (Ryan Liptak)
      
      * build: move -Wno-long-long check to configure time (Ben Noordhuis)
      
      * unix: update uv_fs_copyfile() fallback logic (Stefan Bender)
      
      * win: cast setsockopt struct to const char* (Shelley Vohr)
      e56e42e9
  8. 15 Oct, 2019 1 commit
  9. 25 Sep, 2019 1 commit
  10. 09 Sep, 2019 1 commit
    • cjihrig's avatar
      2019.09.10, Version 1.32.0 (Stable) · 697bea87
      cjihrig authored
      Changes since version 1.31.0:
      
      * misc: enable stalebot (Saúl Ibarra Corretgé)
      
      * win: map ERROR_ENVVAR_NOT_FOUND to UV_ENOENT (cjihrig)
      
      * win: use L'\0' as UTF-16 null terminator (cjihrig)
      
      * win: support retrieving empty env variables (cjihrig)
      
      * unix,stream: fix returned error codes (Santiago Gimeno)
      
      * test: fix typo in DYLD_LIBRARY_PATH (Ben Noordhuis)
      
      * unix,signal: keep handle active if pending signal (Santiago Gimeno)
      
      * openbsd: fix uv_cpu_info (Santiago Gimeno)
      
      * src: move uv_free_cpu_info to uv-common.c (Santiago Gimeno)
      
      * tcp: add uv_tcp_close_reset method (Santiago Gimeno)
      
      * test: fix udp-multicast-join tests (Santiago Gimeno)
      
      * test: remove assertion in fs_statfs test (cjihrig)
      
      * doc: clarify uv_buf_t usage in uv_alloc_cb (Tomas Krizek)
      
      * win: fix typo in preprocessor expression (Konstantin Podsvirov)
      
      * timer: fix uv_timer_start on closing timer (seny)
      
      * udp: add source-specific multicast support (Vladimir Karnushin)
      
      * udp: fix error return values (Santiago Gimeno)
      
      * udp: drop IPV6_SSM_SUPPORT macro (Santiago Gimeno)
      
      * udp: fix uv__udp_set_source_membership6 (Santiago Gimeno)
      
      * udp: use sockaddr_storage instead of union (Santiago Gimeno)
      
      * build,zos: add _OPEN_SYS_SOCK_EXT3 flag (Santiago Gimeno)
      
      * test: add specific source multicast tests (Santiago Gimeno)
      
      * include: map EILSEQ error code (cjihrig)
      
      * win, tty: improve SIGWINCH performance (Bartosz Sosnowski)
      
      * build: fix ios build error (MaYuming)
      
      * aix: replace ECONNRESET with EOF if already closed (Milad Farazmand)
      
      * build: add cmake library VERSION, SOVERSION (Eneas U de Queiroz)
      
      * build: make include/ public in CMakeLists.txt (Ben Noordhuis)
      
      * build: export USING_UV_SHARED=1 to cmake deps (Ben Noordhuis)
      
      * build: cmake_minimum_required(VERSION 2.8.12) (Daniel Hahler)
      
      * aix: Fix broken cmpxchgi() XL C++ specialization. (Andrew Paprocki)
      
      * test: fix -Wsign-compare warning (Ben Noordhuis)
      
      * unix: simplify open(O_CLOEXEC) feature detection (Ben Noordhuis)
      
      * unix: fix UV_FS_O_DIRECT definition on Linux (Joran Dirk Greef)
      
      * doc: uv_handle_t documentation suggestion (Daniel Bevenius)
      697bea87
  11. 09 Aug, 2019 1 commit
    • cjihrig's avatar
      2019.08.10, Version 1.31.0 (Stable) · 0a6771ce
      cjihrig authored
      Changes since version 1.30.1:
      
      * win,fs: don't modify global file translation mode (Javier Blazquez)
      
      * win: fix uv_os_tmpdir when env var is 260 chars (Mustafa M)
      
      * win: prevent tty event explosion machine hang (Javier Blazquez)
      
      * win: add UV_FS_O_FILEMAP (João Reis)
      
      * win, fs: mkdir return UV_EINVAL for invalid names (Bartosz Sosnowski)
      
      * github: add root warning to template (cjihrig)
      
      * win: misc fs cleanup (cjihrig)
      
      * unix,win: add uv_fs_statfs() (cjihrig)
      
      * test: avoid AF_LOCAL (Carlo Marcelo Arenas Belón)
      
      * unix,win: add ability to retrieve all env variables (Saúl Ibarra
        Corretgé)
      
      * Revert "darwin: speed up uv_set_process_title()" (Ben Noordhuis)
      
      * doc: add %p to valgrind log-file arg (Zach Bjornson)
      
      * doc: fix typo in basics.rst (Nan Xiao)
      
      * ibmi: support Makefile build for IBM i (Xu Meng)
      
      * OpenBSD: only get active CPU core count (Ben Davies)
      
      * test: fix gcc 8 warnings for tests (Nhan Khong)
      
      * ibmi: use correct header files (Xu Meng)
      
      * unix: clear UV_HANDLE_READING flag before callback (zyxwvu Shi)
      
      * unix: fix unused-function warning on BSD (Nhan Khong)
      
      * test: fix test runner on MinGW (Crunkle)
      
      * win: remove try-except outside MSVC (Crunkle)
      
      * win: fix uv_spawn() ENOMEM on empty env (Ben Noordhuis)
      0a6771ce
  12. 06 Aug, 2019 1 commit
  13. 02 Jul, 2019 1 commit
    • cjihrig's avatar
      2019.07.03, Version 1.30.1 (Stable) · 1551969c
      cjihrig authored
      Changes since version 1.30.0:
      
      * doc: fix incorrect versionchanged (cjihrig)
      
      * test: allow UV_ECONNRESET in tcp_try_write_error (cjihrig)
      
      * unix: add uv_get_constrained_memory() cygwin stub (cjihrig)
      
      * build: fix android cmake build (Ben Noordhuis)
      
      * unix: squelch -Wcast-function-type warning (Ben Noordhuis)
      
      * build: fix compile error with uClibc (zlargon)
      1551969c
  14. 27 Jun, 2019 1 commit
    • cjihrig's avatar
      2019.06.28, Version 1.30.0 (Stable) · 365b6f2a
      cjihrig authored
      Changes since version 1.29.1:
      
      * darwin: fall back to F_BARRIERFSYNC (Ben Noordhuis)
      
      * darwin: add 32 bit close$NOCANCEL implementation
        (ken-cunningham-webuse)
      
      * build, core, unix: add support for Haiku (Leorize)
      
      * darwin,linux: more conservative minimum stack size (Ben Noordhuis)
      
      * threadpool: increase UV_THREADPOOL_SIZE limit (Vlad A)
      
      * unix: return actual error from `uv_try_write()` (Anna Henningsen)
      
      * darwin: fix build error with macos 10.10 (Ben Noordhuis)
      
      * unix: make uv_cwd() report UV_ENOBUFS (Ben Noordhuis)
      
      * unix: make uv_fs_read() fill all buffers (Ben Noordhuis)
      
      * test: give hrtime test a custom 10s timeout (Ben Noordhuis)
      
      * fs: fix uv_fs_copyfile if same src and dst (Santiago Gimeno)
      
      * build: add cmake option to skip building tests (Niels Lohmann)
      
      * doc: add link to nodejs.org (Jenil Christo)
      
      * unix: fix a comment typo in signal.c (Evgeny Ermakov)
      
      * unix: remove redundant cast in process.c (gengjiawen)
      
      * doc: fix wrong mutex function prototypes (Leo Chung)
      365b6f2a
  15. 07 Jun, 2019 1 commit
  16. 21 May, 2019 1 commit
    • cjihrig's avatar
      2019.05.22, Version 1.29.1 (Stable) · d16e6094
      cjihrig authored
      Changes since version 1.29.0:
      
      * unix: simplify uv/posix.h include logic (cjihrig)
      
      * test: increase test timeout (cjihrig)
      
      * linux: fix sscanf() overflows reading from /proc (Ben Noordhuis)
      d16e6094
  17. 15 May, 2019 1 commit
    • cjihrig's avatar
      2019.05.16, Version 1.29.0 (Stable) · 43957efd
      cjihrig authored
      Changes since version 1.28.0:
      
      * ibmi: read memory and CPU usage info (Xu Meng)
      
      * doc: update the cmake testing instruction (zlargon)
      
      * unix: fix race condition in uv_async_send() (Ben Noordhuis)
      
      * linux: use O_CLOEXEC instead of EPOLL_CLOEXEC (Ben Noordhuis)
      
      * doc: mark uv_async_send() as async-signal-safe (Ben Noordhuis)
      
      * linux: init st_flags and st_gen when using statx (Oscar Waddell)
      
      * linux: read free/total memory from /proc/meminfo (Ben Noordhuis)
      
      * test: test zero-sized uv_fs_sendfile() writes (Ben Noordhuis)
      
      * unix: don't assert on UV_PROCESS_WINDOWS_* flags (Ben Noordhuis)
      
      * linux: set correct mac address for IP-aliases (Santiago Gimeno)
      
      * win,util: fix null pointer dereferencing (Tobias Nießen)
      
      * unix,win: fix `uv_fs_poll_stop()` when active (Anna Henningsen)
      
      * doc: add missing uv_fs_type entries (Michele Caini)
      
      * doc: fix build with sphinx 2.x (FX Coudert)
      
      * unix: don't make statx system call on Android (George Zhao)
      
      * unix: fix clang scan-build warning (Kyle Edwards)
      
      * unix: fall back to kqueue on older macOS systems
        (ken-cunningham-webuse)
      
      * unix,win: add uv_get_constrained_memory() (Kelvin Jin)
      
      * darwin: fix thread cancellation fd leak (Ben Noordhuis)
      
      * linux: fix thread cancellation fd leak (Ben Noordhuis)
      43957efd
  18. 15 Apr, 2019 1 commit
    • cjihrig's avatar
      2019.04.16, Version 1.28.0 (Stable) · 7bf8fabf
      cjihrig authored
      Changes since version 1.27.0:
      
      * unix,win: add uv_gettimeofday() (cjihrig)
      
      * unix,win: add uv_fs_{open,read,close}dir() (cjihrig)
      
      * unix: fix uv_interface_addresses() (Andreas Rohner)
      
      * fs: remove macOS-specific copyfile(3) (Rich Trott)
      
      * fs: add test for copyfile() respecting permissions (Rich Trott)
      
      * build: partially revert 5234b1c4 (Ben Noordhuis)
      
      * zos: fix setsockopt error when using AF_UNIX (Milad Farazmand)
      
      * unix: suppress EINTR/EINPROGRESS in uv_fs_close() (Ben Noordhuis)
      
      * build: use cmake APPLE variable to detect platform (zlargon)
      
      * distcheck: remove duplicate test/ entry (Jameson Nash)
      
      * unix: remove unused cmpxchgl() function (Ben Noordhuis)
      
      * unix: support sockaddr_un in uv_udp_send() (Yury Selivanov)
      
      * unix: guard use of PTHREAD_STACK_MIN (Kamil Rytarowski)
      
      * unix,win: introduce uv_timeval64_t (cjihrig)
      
      * doc: document uv_timeval_t and uv_timeval64_t (cjihrig)
      7bf8fabf
  19. 11 Apr, 2019 1 commit
  20. 16 Mar, 2019 2 commits
    • cjihrig's avatar
      2019.03.17, Version 1.27.0 (Stable) · a4fc9a66
      cjihrig authored
      Changes since version 1.26.0:
      
      * doc: describe unix signal handling better (Vladimír Čunát)
      
      * linux: use statx() to obtain file birth time (Ben Noordhuis)
      
      * src: fill sockaddr_in6.sin6_len when it's defined (Santiago Gimeno)
      
      * test: relax uv_hrtime() test assumptions (Ben Noordhuis)
      
      * build: make cmake install LICENSE only once (Thomas Karl Pietrowski)
      
      * bsd: plug uv_fs_event_start() error path fd leak (Ben Noordhuis)
      
      * unix: fix __FreeBSD_kernel__ typo (cjihrig)
      
      * doc: add note about uv_run() not being reentrant (Ben Noordhuis)
      
      * unix, win: make fs-poll close wait for resource cleanup (Anna
        Henningsen)
      
      * doc: fix typo in uv_thread_options_t definition (Ryan Liptak)
      
      * win: skip winsock initialization in safe mode (evgley)
      
      * unix: refactor getsockname/getpeername methods (Santiago Gimeno)
      
      * win,udp: allow to use uv_udp_open on bound sockets (Santiago Gimeno)
      
      * udp: add support for UDP connected sockets (Santiago Gimeno)
      
      * build: fix uv_test shared uv Windows cmake build (ptlomholt)
      
      * build: add android-configure scripts to EXTRA_DIST (Ben Noordhuis)
      
      * build: add missing header (cjihrig)
      
      * sunos: add perror() output prior to abort() (Andrew Paprocki)
      
      * test,sunos: disable UV_DISCONNECT handling (Andrew Paprocki)
      
      * sunos: disable __attribute__((unused)) (Andrew Paprocki)
      
      * test,sunos: use unistd.h code branch (Andrew Paprocki)
      
      * build,sunos: better handling of non-GCC compiler (Andrew Paprocki)
      
      * test,sunos: fix statement not reached warnings (Andrew Paprocki)
      
      * sunos: fix argument/prototype mismatch in atomics (Andrew Paprocki)
      
      * test,sunos: test-ipc.c lacks newline at EOF (Andrew Paprocki)
      
      * test: change spawn_stdin_stdout return to void (Andrew Paprocki)
      
      * test: remove call to floor() in test driver (Andrew Paprocki)
      a4fc9a66
    • Andrew Paprocki's avatar
      build,sunos: better handling of non-GCC compiler · 5234b1c4
      Andrew Paprocki authored
      `AC_PROG_CC` sets the `GCC` shell variable, which is supposed to be
      used to enable GCC-specific options.  A `GCC` check is added to only
      pass the pre-existing GCC-specific options when using GCC.
      
      The `GCC` variable is passed as an `AM_CONDITIONAL` and is used in
      `Makefile.am` is used to address the following:
      
      - Only pass `-pthreads` on `SUNOS` when using GCC
      - Only use `-Wno-long-long` when using GCC
      
      With the above changes, the Solaris build is now fixed when using the
      native Studio compiler along with the minor adjustments:
      
      - Always pass `-D_REENTRANT` to get thread-safe `errno`
      
      PR-URL: https://github.com/libuv/libuv/pull/2200
      
      
      Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>
      5234b1c4
  21. 10 Feb, 2019 1 commit
    • cjihrig's avatar
      2019.02.11, Version 1.26.0 (Stable) · 8669d8d3
      cjihrig authored
      Changes since version 1.25.0:
      
      * doc: fix uv_get_free_memory doc (Stephen Belanger)
      
      * unix: fix epoll cpu 100% issue (yeyuanfeng)
      
      * openbsd,tcp: special handling of EINVAL on connect (ptlomholt)
      
      * win: simplify registry closing in uv_cpu_info() (cjihrig)
      
      * src,include: define UV_MAXHOSTNAMESIZE (cjihrig)
      
      * win: return product name in uv_os_uname() version (cjihrig)
      
      * thread: allow specifying stack size for new thread (Anna Henningsen)
      
      * win: fix duplicate tty vt100 fn key (erw7)
      
      * unix: don't attempt to invalidate invalid fd (Ben Noordhuis)
      8669d8d3
  22. 18 Jan, 2019 2 commits
    • cjihrig's avatar
      2019.01.19, Version 1.25.0 (Stable) · 4a10a9d4
      cjihrig authored
      Changes since version 1.24.1:
      
      * Revert "win,fs: retry if uv_fs_rename fails" (Ben Noordhuis)
      
      * aix: manually trigger fs event monitoring (Gireesh Punathil)
      
      * unix: rename WRITE_RETRY_ON_ERROR macro (Ben Noordhuis)
      
      * darwin: DRY platform-specific error check (Ben Noordhuis)
      
      * unix: refactor uv__write() (Ben Noordhuis)
      
      * unix: don't send handle twice on partial write (Ben Noordhuis)
      
      * tty,win: fix Alt+key under WSL (Bartosz Sosnowski)
      
      * build: support running tests in out-of-tree builds (Jameson Nash)
      
      * fsevents: really watch files with fsevents on macos 10.7+ (Jameson
        Nash)
      
      * thread,mingw64: need intrin.h header for SSE2 MemoryBarrier (Jameson
        Nash)
      
      * win: fix sizeof-pointer-div warning (cjihrig)
      
      * unix,win: add uv_os_uname() (cjihrig)
      
      * win, tty: fix CreateFileW() return value check (Bartosz Sosnowski)
      
      * unix: enable IPv6 tests on OpenBSD (ptlomholt)
      
      * test: fix test-ipc spawn_helper exit_cb (Santiago Gimeno)
      
      * test: fix test-ipc tests (Santiago Gimeno)
      
      * unix: better handling of unsupported F_FULLFSYNC (Victor Costan)
      
      * win,test: de-flake fs_event_watch_dir_short_path (Refael Ackermann)
      
      * win: fix msvc warning (sid)
      
      * openbsd: switch to libuv's barrier implementation (ptlomholt)
      
      * unix,stream: fix zero byte writes (Santiago Gimeno)
      
      * ibmi: return EISDIR on read from directory fd (Kevin Adler)
      
      * build: wrap long lines in Makefile.am (cjihrig)
      4a10a9d4
    • cjihrig's avatar
      Revert "ibmi: add support for IBM i to autotools build" · 77855356
      cjihrig authored
      This reverts commit ca02c36c.
      This broke SmartOS compilation in the CI.
      
      Refs: https://github.com/libuv/libuv/pull/2148
      PR-URL: https://github.com/libuv/libuv/pull/2156
      
      
      Reviewed-By: default avatarSantiago Gimeno <santiago.gimeno@gmail.com>
      77855356
  23. 17 Jan, 2019 1 commit
  24. 04 Jan, 2019 1 commit
  25. 16 Dec, 2018 1 commit
    • cjihrig's avatar
      2018.12.17, Version 1.24.1 (Stable) · 274f2bd3
      cjihrig authored
      Changes since version 1.24.0:
      
      * test: fix platform_output test on cygwin (damon-kwok)
      
      * gitignore: ignore build/ directory (Damon Kwok)
      
      * unix: zero epoll_event before use (Ashe Connor)
      
      * darwin: use runtime check for file cloning (Ben Noordhuis)
      
      * doc: replace deprecated build command on macOS (Rick)
      
      * warnings: fix code that emits compiler warnings (Jameson Nash)
      
      * doc: clarify expected memory management strategy (Ivan Krylov)
      
      * test: add uv_inet_ntop(AF_INET) coverage (Ben Noordhuis)
      
      * unix: harden string copying, introduce strscpy() (Ben Noordhuis)
      
      * linux: get rid of strncpy() call (Ben Noordhuis)
      
      * aix: get rid of strcat() calls (Ben Noordhuis)
      
      * aix: fix data race in uv_fs_event_start() (Ben Noordhuis)
      
      * win: fs: fix `FILE_FLAG_NO_BUFFERING` for writes (Joran Dirk Greef)
      
      * build: don't link against -lpthread on Android (Michael Meier)
      274f2bd3
  26. 13 Nov, 2018 1 commit
    • cjihrig's avatar
      2018.11.14, Version 1.24.0 (Stable) · 2d427ee0
      cjihrig authored
      Changes since version 1.23.2:
      
      * unix: do not require PATH_MAX to be defined (Brad King)
      
      * win,doc: path encoding in uv_fs_XX is UTF-8 (hitesh)
      
      * unix: add missing link dependency on kFreeBSD (Svante Signell)
      
      * unix: add support for GNU/Hurd (Samuel Thibault)
      
      * test: avoid memory leak for test_output (Carlo Marcelo Arenas Belón)
      
      * zos: avoid UB with NULL pointer arithmetic (Carlo Marcelo Arenas
        Belón)
      
      * doc: add vtjnash to maintainers (Jameson Nash)
      
      * unix: restore skipping of phys_addr copy (cjihrig)
      
      * unix,win: make uv_interface_addresses() consistent (cjihrig)
      
      * unix: remove unnecessary linebreaks (cjihrig)
      
      * unix,win: handle zero-sized allocations uniformly (Ben Noordhuis)
      
      * unix: remove unused uv__dup() function (Ben Noordhuis)
      
      * core,bsd: refactor process_title functions (Santiago Gimeno)
      
      * win: Redefine NSIG to consider SIGWINCH (Jeremy Studer)
      
      * test: make sure that reading a directory fails (Sakthipriyan
        Vairamani)
      
      * win, tty: remove zero-size read callbacks (Bartosz Sosnowski)
      
      * test: fix test runner getenv async-signal-safety (Ben Noordhuis)
      
      * test: fix test runner execvp async-signal-safety (Ben Noordhuis)
      
      * test,unix: fix race in test runner (Ben Noordhuis)
      
      * unix,win: support IDNA 2008 in uv_getaddrinfo() (Ben Noordhuis)
      
      * win, tcp: avoid starving the loop (Bartosz Sosnowski)
      
      * win, dl: proper error messages on some systems (Bartosz Sosnowski)
      
      * win,fs: retry if uv_fs_rename fails (Bartosz Sosnowski)
      
      * darwin: speed up uv_set_process_title() (Ben Noordhuis)
      
      * aix: fix race in uv_get_process_title() (Gireesh Punathil)
      
      * win: support more fine-grained windows hiding (Bartosz Sosnowski)
      2d427ee0
  27. 11 Oct, 2018 2 commits
  28. 08 Oct, 2018 1 commit
    • cjihrig's avatar
      2018.10.09, Version 1.23.2 (Stable) · 34c12788
      cjihrig authored
      Changes since version 1.23.1:
      
      * unix: return 0 retrieving rss on cygwin (cjihrig)
      
      * unix: initialize uv_interface_address_t.phys_addr (cjihrig)
      
      * test: handle uv_os_setpriority() windows edge case (cjihrig)
      
      * tty, win: fix read stop for raw mode (Bartosz Sosnowski)
      
      * Revert "Revert "unix,fs: fix for potential partial reads/writes""
        (Jameson Nash)
      
      * unix,readv: always permit partial reads to return (Jameson Nash)
      
      * win,tty: fix uv_tty_close() (Bartosz Sosnowski)
      
      * doc: remove extraneous "on" (Ben Noordhuis)
      
      * unix,win: fix threadpool race condition (Anna Henningsen)
      
      * unix: rework thread barrier implementation (Ben Noordhuis)
      
      * aix: switch to libuv's own thread barrier impl (Ben Noordhuis)
      
      * unix: signal done to last thread barrier waiter (Ben Noordhuis)
      
      * test: add uv_barrier_wait serial thread test (Ali Ijaz Sheikh)
      
      * unix: optimize uv_fs_readlink() memory allocation (Ben Noordhuis)
      
      * win: remove req.c and other cleanup (Carlo Marcelo Arenas Belón)
      
      * aix: don't EISDIR on read from directory fd (Ben Noordhuis)
      34c12788
  29. 21 Sep, 2018 1 commit
    • cjihrig's avatar
      2018.09.22, Version 1.23.1 (Stable) · d2282b3d
      cjihrig authored
      Changes since version 1.23.0:
      
      * unix,win: limit concurrent DNS calls to nthreads/2 (Anna Henningsen)
      
      * doc: add addaleax to maintainers (Anna Henningsen)
      
      * doc: add missing slash in stream.rst (Emil Bay)
      
      * unix,fs: use utimes & friends for uv_fs_utime (Jeremiah Senkpiel)
      
      * unix,fs: remove linux fallback from utimesat() (Jeremiah Senkpiel)
      
      * unix,fs: remove uv__utimesat() syscall fallback (Jeremiah Senkpiel)
      
      * doc: fix argument name in tcp.rts (Emil Bay)
      
      * doc: notes on running tests, benchmarks, tools (Jamie Davis)
      
      * linux: remove epoll syscall wrappers (Ben Noordhuis)
      
      * linux: drop code path for epoll_pwait-less kernels (Ben Noordhuis)
      
      * Partially revert "win,code: remove GetQueuedCompletionStatus-based
        poller" (Jameson Nash)
      
      * build: add compile for android arm64/x86/x86-64 (Andy Zhang)
      
      * doc: clarify that some remarks apply to windows (Bert Belder)
      
      * test: fix compiler warnings (Jamie Davis)
      
      * ibmi: return 0 from uv_resident_set_memory() (dmabupt)
      
      * win: fix uv_udp_recv_start() error translation (Ryan Liptak)
      
      * win,doc: improve uv_os_setpriority() documentation (Bartosz Sosnowski)
      
      * test: increase upper bound in condvar_5 (Jamie Davis)
      
      * win,tty: remove deadcode (Jameson Nash)
      
      * stream: autodetect direction (Jameson Nash)
      d2282b3d
  30. 17 Aug, 2018 1 commit
    • cjihrig's avatar
      2018.08.18, Version 1.23.0 (Stable) · 7ebb2622
      cjihrig authored
      Changes since version 1.22.0:
      
      * win,pipe: restore compatibility with the old IPC framing protocol
        (Bert Belder)
      
      * fs: add uv_open_osfhandle (Bartosz Sosnowski)
      
      * doc: update Visual C++ Build Tools URL (Michał Kozakiewicz)
      
      * unix: loop starvation on successful write complete (jBarz)
      
      * win: add uv__getnameinfo_work() error handling (A. Hauptmann)
      
      * win: return UV_ENOMEM from uv_loop_init() (cjihrig)
      
      * unix,win: add uv_os_{get,set}priority() (cjihrig)
      
      * test: fix warning in test-tcp-open (Santiago Gimeno)
      7ebb2622
  31. 10 Jul, 2018 1 commit
    • cjihrig's avatar
      2018.07.11, Version 1.22.0 (Stable) · 8568f78a
      cjihrig authored
      Changes since version 1.21.0:
      
      * unix: remove checksparse.sh (Ben Noordhuis)
      
      * win: fix mingw build error (Ben Noordhuis)
      
      * win: fix -Wunused-function warnings in thread.c (Ben Noordhuis)
      
      * unix,win: merge timers implementation (Ben Noordhuis)
      
      * win: fix pointer type in pipe.c (Ben Noordhuis)
      
      * win: fixing build for older MSVC compilers (Michael Fero)
      
      * zos: clear poll events on every iteration (jBarz)
      
      * zos: write-protect message queue (jBarz)
      
      * zos: use correct pointer type in strnlen (jBarz)
      
      * unix,win: merge handle flags (Ben Noordhuis)
      
      * doc: update Imran Iqbal's GitHub handle (cjihrig)
      
      * src: add new error apis to prevent memory leaks (Shelley Vohr)
      
      * test: make test-condvar call uv_cond_wait (Jamie Davis)
      
      * fs: change position of uv_fs_lchown (Ujjwal Sharma)
      8568f78a
  32. 22 Jun, 2018 1 commit
    • cjihrig's avatar
      2018.06.23, Version 1.21.0 (Stable) · e4983a9b
      cjihrig authored
      Changes since version 1.20.3:
      
      * unix,windows: map EFTYPE errno (cjihrig)
      
      * win: perform case insensitive PATH= comparison (cjihrig)
      
      * win, fs: uv_fs_fchmod support for -A files (Bartosz Sosnowski)
      
      * src,lib: fix comments (Tobias Nießen)
      
      * win,process: allow child pipe handles to be opened in overlapped mode
        (Björn Linse)
      
      * src,test: fix idiosyncratic comment style (Bert Belder)
      
      * test: fs_fchmod_archive_readonly must return a value (Bert Belder)
      
      * win,pipe: fix incorrect error code returned from uv_pipe_write_impl()
        (Bert Belder)
      
      * win,pipe: properly set uv_write_t.send_handle in uv_write2() (Bert
        Belder)
      
      * test: add vectored uv_write() ping-pong tests (Bert Belder)
      
      * win,pipe: support vectored uv_write() calls (Bert Belder)
      
      * win,pipe: refactor pipe read cancellation logic (Bert Belder)
      
      * test: improve output from IPC test helpers (Bert Belder)
      
      * test: add test for IPC deadlock on Windows (
      
      * win,pipe: fix IPC pipe deadlock (Bert Belder)
      
      * unix: catch some cases of watching fd twice (Ben Noordhuis)
      
      * test: use custom timeout for getaddrinfo_fail_sync (Ben Noordhuis)
      
      * Revert "win: add Windows XP support to uv_if_indextoname()" (Bert
        Belder)
      
      * win,thread: remove fallback uv_cond implementation (Bert Belder)
      
      * src,test: s/olny/only (cjihrig)
      
      * unix: close signal pipe fds on unload (Ben Noordhuis)
      
      * win: allow setting udp socket options before bind (cjihrig)
      
      * unix: return UV_ENOTSUP on FICLONE_FORCE failure (cjihrig)
      
      * win,pipe: remove unreferenced local variable (Bert Belder)
      
      * win,code: remove GetQueuedCompletionStatus-based poller (Bert Belder)
      
      * win: remove the remaining dynamic kernel32 imports (Bert Belder)
      
      * test: speedup process-title-threadsafe on macOS (cjihrig)
      
      * core: move all include files except uv.h to uv/ (Saúl Ibarra Corretgé)
      
      * win: move stdint-msvc2008.h to include/uv/ (Ben Noordhuis)
      
      * build: fix cygwin install (Ben Noordhuis)
      
      * build,win: remove MinGW Makefile (Saúl Ibarra Corretgé)
      
      * build: add a cmake build file (Ben Noordhuis)
      
      * build: add test suite option to cmake build (Ben Noordhuis)
      
      * unix: set errno in uv_fs_copyfile() (cjihrig)
      
      * samples: fix inconsistency in parse_opts vs usage (zyxwvu Shi)
      
      * linux: handle exclusive POLLHUP with UV_DISCONNECT (Brad King)
      
      * include: declare uv_cpu_times_s in higher scope (Peter Johnson)
      
      * doc: add uv_fs_fsync() AIX limitations (jBarz)
      
      * unix,win: add uv_fs_lchown() (Paolo Greppi)
      
      * unix: disable clang variable length array warning (Peter Johnson)
      
      * doc: document uv_pipe_t::ipc (Ed Schouten)
      
      * doc: undocument uv_req_type's UV_REQ_TYPE_PRIVATE (Ed Schouten)
      
      * doc: document UV_*_MAP() macros (Ed Schouten)
      
      * win: remove use of min() macro in pipe.c (Peter Johnson)
      
      * doc: add jbarz as maintainer (
      e4983a9b
  33. 07 May, 2018 1 commit
    • cjihrig's avatar
      2018.05.08, Version 1.20.3 (Stable) · 8cfd67e5
      cjihrig authored
      Changes since version 1.20.2:
      
      * win: add Windows XP support to uv_if_indextoname() (ssrlive)
      
      * win: fix `'floor' undefined` compiler warning (ssrlive)
      
      * win, pipe: stop read for overlapped pipe (Bartosz Sosnowski)
      
      * build: fix utf-8 name of copyright holder (Jérémy Lal)
      
      * zos: initialize pollfd revents (jBarz)
      
      * zos,doc: add system V message queue note (jBarz)
      
      * linux: don't use uv__nonblock_ioctl() on sparc (Ben Noordhuis)
      8cfd67e5
  34. 22 Apr, 2018 1 commit
    • cjihrig's avatar
      2018.04.23, Version 1.20.2 (Stable) · c51fd3f6
      cjihrig authored
      Changes since version 1.20.1:
      
      * zos: use custom semaphore (jBarz)
      
      * win: fix registry API error handling (Kyle Farnung)
      
      * build: add support for 64-bit AIX (Richard Lau)
      
      * aix: guard STATIC_ASSERT for glibc work around (Richard Lau)
      c51fd3f6
  35. 18 Apr, 2018 1 commit
    • cjihrig's avatar
      2018.04.19, Version 1.20.1 (Stable) · 36ac2fc8
      cjihrig authored
      Changes since version 1.20.0:
      
      * doc,fs: improve documentation (Bob Burger)
      
      * win: return a floored double from uv_uptime() (Refael Ackermann)
      
      * doc: clarify platform specific pipe naming (Thomas Versteeg)
      
      * unix: fix uv_pipe_chmod() on macOS (zzzjim)
      
      * unix: work around glibc semaphore race condition (Anna Henningsen)
      
      * tcp,openbsd: disable Unix TCP check for IPV6_ONLY (Alex Arslan)
      
      * test,openbsd: use RETURN_SKIP in UDP IPv6 tests (Alex Arslan)
      
      * test,openbsd: fix multicast test (Alex Arslan)
      
      * Revert "win, fs: use FILE_WRITE_ATTRIBUTES when opening files"
        (cjihrig)
      36ac2fc8
  36. 02 Apr, 2018 1 commit
    • cjihrig's avatar
      2018.04.03, Version 1.20.0 (Stable) · 0012178e
      cjihrig authored
      Changes since version 1.19.2:
      
      * unix,spawn: respect user stdio flags for new pipe (Jameson Nash)
      
      * Revert "Revert "unix,tcp: avoid marking server sockets connected""
        (Jameson Nash)
      
      * req: revisions to uv_req_t handling (Jameson Nash)
      
      * win: remove unnecessary initialization (cjihrig)
      
      * win: update uv_os_homedir() to use uv_os_getenv() (cjihrig)
      
      * test: fix tcp_oob test flakiness (Santiago Gimeno)
      
      * posix: fix uv__pollfds_del() for invalidated fd's (Jesse Gorzinski)
      
      * doc: README: add note on installing gyp (Jamie Davis)
      
      * unix: refactor uv_os_homedir to use uv_os_getenv (Santiago Gimeno)
      
      * unix: fix several instances of lost errno (Michael Kilburn)
      
      * win,tty: update several TODO comments (Ruslan Bekenev)
      
      * unix: add UV_FS_COPYFILE_FICLONE support (cjihrig)
      
      * test: fix connect_unspecified (Santiago Gimeno)
      
      * unix,win: add UV_FS_COPYFILE_FICLONE_FORCE support (cjihrig)
      
      * win: use long directory name for handle->dirw (Nicholas Vavilov)
      
      * build: build with -D_FILE_OFFSET_BITS=64 again (Ben Noordhuis)
      
      * win, fs: fix uv_fs_unlink for +R -A files (Bartosz Sosnowski)
      
      * win, fs: use FILE_WRITE_ATTRIBUTES when opening files (Bartosz
        Sosnowski)
      
      * unix: use __PASE__ on IBM i platforms (Jesse Gorzinski)
      
      * test,freebsd: fix flaky poll tests (Santiago Gimeno)
      
      * test: increase connection timeout to 1 second (jBarz)
      
      * win,tcp: handle canceled connect with ECANCELED (Jameson Nash)
      0012178e
  37. 21 Feb, 2018 1 commit
    • cjihrig's avatar
      2018.02.22, Version 1.19.2 (Stable) · c5afc37e
      cjihrig authored
      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)
      c5afc37e