Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update libuv #30046

Merged
merged 2 commits into from
Dec 3, 2018
Merged

update libuv #30046

merged 2 commits into from
Dec 3, 2018

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Nov 15, 2018

Now synchronized with v1.24.0

Our patch list is now also greatly reduced (partly because a few things got fixed upstream, and mostly because I did a better job at rebasing):

* 2348256a N* - Revert "fsevents: really watch files with fsevents on macos 10.7+" (3 days ago) <Jameson Nash>
* a1d8f832 N* - thread,win: need intrin.h header for SSE2 MemoryBarrier (3 weeks ago) <Jameson Nash>
* 15de9596 N* - Revert "unix,win: handle zero-sized allocations uniformly" (11 minutes ago) <Jameson Nash>
* 53e58e44 N* - add ./configure files (21 hours ago) <Jameson Nash>
* 49afd425 N* - change .gitignore rules to allow adding autoconf files (21 hours ago) <Jameson Nash>
* 587ebd34 N* - win,tty: revert support for ANSI code pass-through (21 hours ago) <Jameson Nash>
* afe1a906 N* - Revert "unix: make loops and watchers usable after fork()" (21 hours ago) <Jameson Nash>
* 404ad8f5 N* - Remove DETACHED_PROCESS (21 hours ago) <Keno Fischer>
* 27e2b1b2 N* - process: better validation for process->pid usage (21 hours ago) <Jameson Nash>
* e2549db1 N* - Fix execvpe not found error for glibc < 2.11 (21 hours ago) <Tony Kelman>
* 12893027 N* - Fix a couple pre-existing error handling bugs (21 hours ago) <Simon Kornblith>
* 87494244 N* - Use vfork() to launch processes on Linux (21 hours ago) <Simon Kornblith>
* 6c86f095 N* - protect uv_spawn from signals (fix timholy/Profile.jl#16) (21 hours ago) <Jameson Nash>
* ac39c2d7 N* - prevent libuv from forcibly taking away the controlling terminal from existing processs (21 hours ago) <Jameson Nash>
* a371a977 N* - Fix a bug where the stream would not close if no data was received (21 hours ago) <Keno Fischer>
* e898e041 N* - `win/pipe.c`: Consolidate overlapped initialization in `uv_pipe_write_impl()` (21 hours ago) <Elliot Saba>
* 339ed921 N* - `win/pipe.c`: Ensure `req->event_handle` is set before usage (21 hours ago) <Elliot Saba>
* cd28c97f N* - quasi-support for file handles as pipe objects on linux (21 hours ago) <Jameson Nash>
* 29e8c311 N* - drop support for old mingw compilers, fixes JuliaLang/julia#3279 (21 hours ago) <Jameson Nash>
* 28917ff2 N* - more fixes for various platforms, remove need for ULL constants (and -Wno-long-long warning) (21 hours ago) <Jameson Nash>
* 75f47ba3 N* - warnings: fix code that emits compiler warnings (21 hours ago) <Jameson Nash>
* aa6ef9a3 N* - stream: limit unix read/write to 2GB at a time (21 hours ago) <Amit Murthy>
*   d4576844 N* - Merge remote-tracking branch 'vtjnash/jn/uv_pipe_socketpair' into julia-uv2.0.0-a (24 hours ago) <Jameson Nash>
|\  
| * 52310c91 N* - (vtjnash/jn/uv_pipe_socketpair) address review (29 hours ago) <Jameson Nash>
| * 7c56e003 N* - pipe: add uv_pipe and uv_socketpair to the API (30 hours ago) <Jameson Nash>
* |   978e1143 N* - (vtjnash/merge_1.24.0, merge_1.24.0) Merge tag 'v1.24.0' into merge_1.24.0 (28 hours ago) <Jameson Nash>

@ararslan ararslan added the external dependencies Involves LLVM, OpenBLAS, or other linked libraries label Nov 15, 2018
@vtjnash vtjnash force-pushed the jn/update-libuv2 branch 3 times, most recently from d945c06 to beb81bd Compare November 20, 2018 17:41
@vtjnash
Copy link
Member Author

vtjnash commented Nov 28, 2018

ref
#26551 -- should add diff from comment there

Now synchronized with v1.24.0
@vtjnash
Copy link
Member Author

vtjnash commented Dec 3, 2018

full list of changes reported by git:

| * 2d427ee0 - (tag: v1.24.0) 2018.11.14, Version 1.24.0 (Stable) (3 weeks ago) <cjihrig>
| * 4c2dcca2 - win: support more fine-grained windows hiding (3 weeks ago) <Bartosz Sosnowski>
| * e0bc951f - aix: fix race in uv_get_process_title() (3 weeks ago) <Gireesh Punathil>
| * 00c6b164 - darwin: speed up uv_set_process_title() (4 weeks ago) <Ben Noordhuis>
| * e94c184c - win,fs: retry if uv_fs_rename fails (5 weeks ago) <Bartosz Sosnowski>
| * ebb818bb - win, dl: proper error messages on some systems (5 weeks ago) <Bartosz Sosnowski>
| * 8a647d43 - win, tcp: avoid starving the loop (5 weeks ago) <Bartosz Sosnowski>
| * 6dd44caa - unix,win: support IDNA 2008 in uv_getaddrinfo() (5 weeks ago) <Ben Noordhuis>
| * 143da93e - test,unix: fix race in test runner (5 weeks ago) <Ben Noordhuis>
| * 7da435ae - test: fix test runner execvp async-signal-safety (5 weeks ago) <Ben Noordhuis>
| * c3cbab99 - test: fix test runner getenv async-signal-safety (5 weeks ago) <Ben Noordhuis>
| * b901e262 - win, tty: remove zero-size read callbacks (6 weeks ago) <Bartosz Sosnowski>
| * 1dfa88f3 - test: make sure that reading a directory fails (7 weeks ago) <Sakthipriyan Vairamani (thefourtheye)>
| * 20f23518 - win: Redefine NSIG to consider SIGWINCH (7 weeks ago) <Jeremy Studer>
| * d0b15844 - core,bsd: refactor process_title functions (7 weeks ago) <Santiago Gimeno>
| * fab6e64b - unix: remove unused uv__dup() function (7 weeks ago) <Ben Noordhuis>
| * ba780231 - unix,win: handle zero-sized allocations uniformly (7 weeks ago) <Ben Noordhuis>
| * 6e23a366 - unix: remove unnecessary linebreaks (7 weeks ago) <cjihrig>
| * 5fb95172 - unix,win: make uv_interface_addresses() consistent (7 weeks ago) <cjihrig>
| * 69e4af15 - unix: restore skipping of phys_addr copy (7 weeks ago) <cjihrig>
| * 4b7f3686 - doc: add vtjnash to maintainers (7 weeks ago) <Jameson Nash>
| * 1cead826 - zos: avoid UB with NULL pointer arithmetic (8 weeks ago) <Carlo Marcelo Arenas Belón>
| * dc2476cd - test: avoid memory leak for test_output (8 weeks ago) <Carlo Marcelo Arenas Belón>
| * 1d1969ad - unix: add support for GNU/Hurd (8 weeks ago) <Samuel Thibault>
| * c5d2bf12 - unix: add missing link dependency on kFreeBSD (8 weeks ago) <Svante Signell>
| * 4772d440 - win,doc: path encoding in uv_fs_XX is UTF-8 (8 weeks ago) <hitesh>
| * b56d279b - unix: do not require PATH_MAX to be defined (8 weeks ago) <Brad King>
| * 0c2b3de3 - Now working on version 1.23.3 (8 weeks ago) <cjihrig>
| * 0d8ec6e9 - Add SHA to ChangeLog (8 weeks ago) <cjihrig>
* | a0f72410 - thread: support for affinity and detach (3 weeks ago) <Kiran Pamnany>
* |   f6b3c742 - Merge tag 'v1.23.2' into merge_1.23.2 (3 weeks ago) <Jameson Nash>
|\ \  
| |/  
| * 34c12788 - (tag: v1.23.2) 2018.10.09, Version 1.23.2 (Stable) (8 weeks ago) <cjihrig>
| * 25a3894c - aix: don't EISDIR on read from directory fd (8 weeks ago) <Ben Noordhuis>
| * 672b96fa - win: remove req.c and other cleanup (8 weeks ago) <Carlo Marcelo Arenas Belón>
| * 5ecc97ee - unix: optimize uv_fs_readlink() memory allocation (8 weeks ago) <Ben Noordhuis>
| * 3af6f172 - test: add uv_barrier_wait serial thread test (8 weeks ago) <Ali Ijaz Sheikh>
| * 49b8a9f1 - unix: signal done to last thread barrier waiter (8 weeks ago) <Ben Noordhuis>
| * a3a601c5 - aix: switch to libuv's own thread barrier impl (8 weeks ago) <Ben Noordhuis>
| * 56702e08 - unix: rework thread barrier implementation (8 weeks ago) <Ben Noordhuis>
| * daf04e83 - unix,win: fix threadpool race condition (8 weeks ago) <Anna Henningsen>
| * 6781db5c - doc: remove extraneous "on" (9 weeks ago) <Ben Noordhuis>
| * ee87f344 - win,tty: fix uv_tty_close() (9 weeks ago) <Bartosz Sosnowski>
| * 60abdbae - unix,readv: always permit partial reads to return (9 weeks ago) <Jameson Nash>
| * 19a34191 - Revert "Revert "unix,fs: fix for potential partial reads/writes"" (9 weeks ago) <Jameson Nash>
| * b9a08403 - tty, win: fix read stop for raw mode (10 weeks ago) <Bartosz Sosnowski>
| * 4bd01873 - test: handle uv_os_setpriority() windows edge case (10 weeks ago) <cjihrig>
| * 3dc0f539 - unix: initialize uv_interface_address_t.phys_addr (10 weeks ago) <cjihrig>
| * 95b5df7a - unix: return 0 retrieving rss on cygwin (2 months ago) <cjihrig>
| * deb22269 - Now working on version 1.23.2 (2 months ago) <cjihrig>
| * 56b028bb - Add SHA to ChangeLog (2 months ago) <cjihrig>
| * d2282b3d - (tag: v1.23.1) 2018.09.22, Version 1.23.1 (Stable) (2 months ago) <cjihrig>
| * 40498795 - stream: autodetect direction (3 months ago) <Jameson Nash>
| * 956bf6b7 - win,tty: remove deadcode (3 months ago) <Jameson Nash>
| * bb1a49e9 - test: increase upper bound in condvar_5 (3 months ago) <Jamie Davis>
| * b721891a - win,doc: improve uv_os_setpriority() documentation (3 months ago) <Bartosz Sosnowski>
| * 57b3363e - win: fix uv_udp_recv_start() error translation (3 months ago) <Ryan Liptak>
| * 8813dca3 - ibmi: return 0 from uv_resident_set_memory() (3 months ago) <dmabupt>
| * abe9e01c - test: fix compiler warnings (3 months ago) <Jamie Davis>
| * baa621c8 - doc: clarify that some remarks apply to windows (3 months ago) <Bert Belder>
| * baa81465 - build: add compile for android arm64/x86/x86-64 (3 months ago) <Andy Zhang>
| * 153ea114 - Partially revert "win,code: remove GetQueuedCompletionStatus-based poller" (3 months ago) <Jameson Nash>
| * f43c6634 - linux: drop code path for epoll_pwait-less kernels (3 months ago) <Ben Noordhuis>
| * 9208df0c - linux: remove epoll syscall wrappers (3 months ago) <Ben Noordhuis>
| * c0c672e1 - doc: notes on running tests, benchmarks, tools (3 months ago) <Jamie Davis>
| * 89a9ea67 - doc: fix argument name in tcp.rts (3 months ago) <Emil Bay>
| * fa5c1d92 - unix,fs: remove uv__utimesat() syscall fallback (3 months ago) <Jeremiah Senkpiel>
| * a519c8b2 - unix,fs: remove linux fallback from utimesat() (3 months ago) <Jeremiah Senkpiel>
| * 3646624e - unix,fs: use utimes & friends for uv_fs_utime (3 months ago) <Jeremiah Senkpiel>
| * ff45b0d7 - doc: add missing slash in stream.rst (3 months ago) <Emil Bay>
| * 1391a3d9 - doc: add addaleax to maintainers (3 months ago) <Anna Henningsen>
| * 90891b42 - unix,win: limit concurrent DNS calls to nthreads/2 (3 months ago) <Anna Henningsen>
| * 69c43d98 - Now working on version 1.23.1 (4 months ago) <cjihrig>
| * 489ce32a - Add SHA to ChangeLog (4 months ago) <cjihrig>
* | 70d43713 - udp: add support for UDP connected sockets (9 weeks ago) <Santiago Gimeno>
* | 050c8d53 - win,udp: allow to use uv_udp_open on bound sockets (9 weeks ago) <Santiago Gimeno>
* | bf6c5be8 - unix: refactor getsockname/getpeername methods (9 weeks ago) <Santiago Gimeno>
* | 26a50787 - test: fix warnings in test-fs (3 months ago) <Santiago Gimeno>
* | 9b668ab2 - win: remove uv_get_osfhandle (3 months ago) <Santiago Gimeno>
* |   6e7da5fb - Merge tag 'v1.23.0' into merge_1.23.0 (3 months ago) <Santiago Gimeno>
|\ \  
| |/  
| * 7ebb2622 - (tag: v1.23.0) 2018.08.18, Version 1.23.0 (Stable) (4 months ago) <cjihrig>
| * 58973630 - test: fix warning in test-tcp-open (4 months ago) <Santiago Gimeno>
| * e57e0717 - unix,win: add uv_os_{get,set}priority() (4 months ago) <cjihrig>
| * 7284adfa - win: return UV_ENOMEM from uv_loop_init() (4 months ago) <cjihrig>
| * 76b873e8 - win: add uv__getnameinfo_work() error handling (4 months ago) <Andreas Hauptmann>
| * 27e7a8b1 - unix: loop starvation on successful write complete (4 months ago) <John Barboza>
| * 43138eef - doc: update Visual C++ Build Tools URL (4 months ago) <Michał Kozakiewicz>
| * 8f96a5b0 - fs: add uv_open_osfhandle (4 months ago) <Bartosz Sosnowski>
| * 27ba6628 - win,pipe: restore compatibility with the old IPC framing protocol (5 months ago) <Bert Belder>
| * 31a06f25 - Now working on version 1.22.1 (5 months ago) <cjihrig>
| * 7bc3d515 - Add SHA to ChangeLog (5 months ago) <cjihrig>
| * 8568f78a - (tag: v1.22.0) 2018.07.11, Version 1.22.0 (Stable) (5 months ago) <cjihrig>
| * 4f43a867 - fs: change position of uv_fs_lchown (5 months ago) <Ujjwal Sharma>
| * f401e67b - test: make test-condvar call uv_cond_wait (5 months ago) <Jamie Davis>
| * 5124b27d - src: add new error apis to prevent memory leaks (5 months ago) <Shelley Vohr>
| * b16d10a0 - doc: update Imran Iqbal's GitHub handle (5 months ago) <cjihrig>
| * 619937c7 - unix,win: merge handle flags (5 months ago) <Ben Noordhuis>
| * 71bb0cc2 - zos: use correct pointer type in strnlen (5 months ago) <John Barboza>
| * 07039d74 - zos: write-protect message queue (5 months ago) <John Barboza>
| * 844fb92b - zos: clear poll events on every iteration (5 months ago) <John Barboza>
| * 1d878b01 - win: fixing build for older MSVC compilers (5 months ago) <Michael Fero>
| * e4087ded - win: fix pointer type in pipe.c (5 months ago) <Ben Noordhuis>
| * 95c5bf8d - unix,win: merge timers implementation (5 months ago) <Ben Noordhuis>
| * e1f505f8 - win: fix -Wunused-function warnings in thread.c (5 months ago) <Ben Noordhuis>
| * 36cdc134 - win: fix mingw build error (5 months ago) <Ben Noordhuis>
| * a7a16219 - unix: remove checksparse.sh (5 months ago) <Ben Noordhuis>
| * 07955ed3 - Now working on version 1.21.1 (5 months ago) <cjihrig>
| * a562af96 - Add SHA to ChangeLog (5 months ago) <cjihrig>
| * e4983a9b - (tag: v1.21.0) 2018.06.23, Version 1.21.0 (Stable) (5 months ago) <cjihrig>
| * 6cde153f - doc: add jbarz as maintainer (#1876) (6 months ago) <John Barboza>
| * 4e2fec16 - win: remove use of min() macro in pipe.c (6 months ago) <Peter Johnson>
| * 0802c819 - doc: document UV_*_MAP() macros (6 months ago) <Ed Schouten>
| * 46464dd1 - doc: undocument uv_req_type's UV_REQ_TYPE_PRIVATE (6 months ago) <Ed Schouten>
| * 295311dc - doc: document uv_pipe_t::ipc (6 months ago) <Ed Schouten>
| * ec69500b - unix: disable clang variable length array warning (6 months ago) <Peter Johnson>
| * aa28f7d5 - unix,win: add uv_fs_lchown() (6 months ago) <Paolo Greppi>
| * 8ab14e2c - doc: add uv_fs_fsync() AIX limitations (6 months ago) <John Barboza>
| * 02fc1091 - include: declare uv_cpu_times_s in higher scope (6 months ago) <Peter Johnson>
| * 06cb00c8 - linux: handle exclusive POLLHUP with UV_DISCONNECT (6 months ago) <Brad King>
| * 52cce6a4 - samples: fix inconsistency in parse_opts vs usage (6 months ago) <zyxwvu Shi>
| * e179bd1b - unix: set errno in uv_fs_copyfile() (6 months ago) <cjihrig>
| * 1a0f6195 - build: add test suite option to cmake build (6 months ago) <Ben Noordhuis>
| * 7e6681f7 - build: add a cmake build file (6 months ago) <Ben Noordhuis>
| * 3045fe12 - build,win: remove MinGW Makefile (6 months ago) <Saúl Ibarra Corretgé>
| * 454ab3e1 - build: fix cygwin install (6 months ago) <Ben Noordhuis>
| * 47dcc07c - win: move stdint-msvc2008.h to include/uv/ (6 months ago) <Ben Noordhuis>
| * 99ae3edf - core: move all include files except uv.h to uv/ (6 months ago) <Saúl Ibarra Corretgé>
| * 0cdb4a5b - test: speedup process-title-threadsafe on macOS (6 months ago) <cjihrig>
| * a7493d8a - win: remove the remaining dynamic kernel32 imports (6 months ago) <Bert Belder>
| * fd8d212a - win,code: remove GetQueuedCompletionStatus-based poller (6 months ago) <Bert Belder>
| * bada9951 - win,pipe: remove unreferenced local variable (6 months ago) <Bert Belder>
| * 6103d294 - unix: return UV_ENOTSUP on FICLONE_FORCE failure (6 months ago) <cjihrig>
| * 0c283630 - win: allow setting udp socket options before bind (6 months ago) <cjihrig>
| * a4623c73 - unix: close signal pipe fds on unload (6 months ago) <Ben Noordhuis>
| * 06fdc2bd - src,test: s/olny/only (6 months ago) <cjihrig>
| * 13e8b15e - win,thread: remove fallback uv_cond implementation (6 months ago) <Bert Belder>
| * e318e001 - Revert "win: add Windows XP support to uv_if_indextoname()" (6 months ago) <Bert Belder>
| * 585dc821 - test: use custom timeout for getaddrinfo_fail_sync (6 months ago) <Ben Noordhuis>
| * 2256be01 - unix: catch some cases of watching fd twice (6 months ago) <Ben Noordhuis>
| * 4e53af91 - win,pipe: fix IPC pipe deadlock (6 months ago) <Bert Belder>
| * 421d7571 - test: add test for IPC deadlock on Windows (#1099) (6 months ago) <Bert Belder>
| * b6eb3cef - test: improve output from IPC test helpers (6 months ago) <Bert Belder>
| * 4f60e0c1 - win,pipe: refactor pipe read cancellation logic (6 months ago) <Bert Belder>
| * 12733dd4 - win,pipe: support vectored uv_write() calls (6 months ago) <Bert Belder>
| * b36c0945 - test: add vectored uv_write() ping-pong tests (6 months ago) <Bert Belder>
| * e7e8b6fb - win,pipe: properly set uv_write_t.send_handle in uv_write2() (6 months ago) <Bert Belder>
| * 58dd8d45 - win,pipe: fix incorrect error code returned from uv_pipe_write_impl() (6 months ago) <Bert Belder>
| * 5191ab5e - test: fs_fchmod_archive_readonly must return a value (6 months ago) <Bert Belder>
| * 9584df25 - src,test: fix idiosyncratic comment style (6 months ago) <Bert Belder>
| * 62a0f763 - win,process: allow child pipe handles to be opened in overlapped mode (6 months ago) <Björn Linse>
| * 02e358fa - src,lib: fix comments (7 months ago) <Tobias Nießen>
| * b59fc583 - win, fs: uv_fs_fchmod support for -A files (7 months ago) <Bartosz Sosnowski>
| * 60bac5a9 - win: perform case insensitive PATH= comparison (7 months ago) <cjihrig>
| * fe3fbd63 - unix,windows: map EFTYPE errno (7 months ago) <cjihrig>
| * b82c624f - Now working on version 1.20.4 (7 months ago) <cjihrig>
| * 090d5a7f - Add SHA to ChangeLog (7 months ago) <cjihrig>
| * 8cfd67e5 - (tag: v1.20.3) 2018.05.08, Version 1.20.3 (Stable) (7 months ago) <cjihrig>
| * bf605bd7 - linux: don't use uv__nonblock_ioctl() on sparc (7 months ago) <Ben Noordhuis>
| * ff167ea5 - zos,doc: add system V message queue note (7 months ago) <John Barboza>
| * 5f5d19d9 - zos: initialize pollfd revents (7 months ago) <John Barboza>
| * 13ba902c - build: fix utf-8 name of copyright holder (7 months ago) <Jérémy Lal>
| * 0f53cd05 - win, pipe: stop read for overlapped pipe (7 months ago) <Bartosz Sosnowski>
| * 0b3c4997 - win: fix `'floor' undefined` compiler warning (7 months ago) <ssrlive>
| * 17eaa956 - win: add Windows XP support to uv_if_indextoname() (8 months ago) <ssrlive>
| * 0dd95819 - Now working on version 1.20.3 (8 months ago) <cjihrig>
| * e540f80f - Add SHA to ChangeLog (8 months ago) <cjihrig>
| * c51fd3f6 - (tag: v1.20.2) 2018.04.23, Version 1.20.2 (Stable) (8 months ago) <cjihrig>
| * 56220e5b - aix: guard STATIC_ASSERT for glibc work around (8 months ago) <Richard Lau>
| * 4f77a236 - build: add support for 64-bit AIX (8 months ago) <Richard Lau>
| * 0aa6de6d - win: fix registry API error handling (8 months ago) <Kyle Farnung>
| * 1e4823ca - zos: use custom semaphore (8 months ago) <John Barboza>
| * d61d6f32 - Now working on version 1.20.2 (8 months ago) <cjihrig>
| * c5ef0767 - Add SHA to ChangeLog (8 months ago) <cjihrig>
| * 36ac2fc8 - (tag: v1.20.1) 2018.04.19, Version 1.20.1 (Stable) (8 months ago) <cjihrig>
| * 1954e9e3 - Revert "win, fs: use FILE_WRITE_ATTRIBUTES when opening files" (8 months ago) <cjihrig>
| * 0aa4ed0d - test,openbsd: fix multicast test (8 months ago) <Alex Arslan>
| * 992a13df - test,openbsd: use RETURN_SKIP in UDP IPv6 tests (8 months ago) <Alex Arslan>
| * 48b8c118 - tcp,openbsd: disable Unix TCP check for IPV6_ONLY (8 months ago) <Alex Arslan>
| * fbd6de31 - unix: work around glibc semaphore race condition (8 months ago) <Anna Henningsen>
| * 19855c03 - unix: fix uv_pipe_chmod() on macOS (8 months ago) <zzzjim>
| * 9afb0135 - doc: clarify platform specific pipe naming (8 months ago) <Thomas Versteeg>
| * 61a8d97a - win: return a floored double from uv_uptime() (8 months ago) <Refael Ackermann>
| * 1d1287d7 - doc,fs: improve documentation (8 months ago) <Bob Burger>
| * 00d13c5b - Now working on version 1.20.1 (8 months ago) <cjihrig>
| * d06e33f3 - Add SHA to ChangeLog (8 months ago) <cjihrig>
| * 0012178e - (tag: v1.20.0) 2018.04.03, Version 1.20.0 (Stable) (8 months ago) <cjihrig>
| * 5074a579 - win,tcp: handle canceled connect with ECANCELED (8 months ago) <Jameson Nash>
| * 67a00e27 - test: increase connection timeout to 1 second (8 months ago) <John Barboza>
| * 9051126b - test,freebsd: fix flaky poll tests (8 months ago) <Santiago Gimeno>
| * 7f85924e - unix: use __PASE__ on IBM i platforms (8 months ago) <ThePrez>
| * aa1beaa0 - win, fs: use FILE_WRITE_ATTRIBUTES when opening files (8 months ago) <Bartosz Sosnowski>
| * edf05b97 - win, fs: fix uv_fs_unlink for +R -A files (9 months ago) <Bartosz Sosnowski>
| * ee875f9d - build: build with -D_FILE_OFFSET_BITS=64 again (9 months ago) <Ben Noordhuis>
| * 7e865b68 - win: use long directory name for handle->dirw (9 months ago) <Nikolai Vavilov>
| * 3ae88200 - unix,win: add UV_FS_COPYFILE_FICLONE_FORCE support (9 months ago) <cjihrig>
| * 36671bf3 - test: fix connect_unspecified (9 months ago) <Santiago Gimeno>
| * db918361 - unix: add UV_FS_COPYFILE_FICLONE support (9 months ago) <cjihrig>
| * cb1acaa4 - win,tty: update several TODO comments (9 months ago) <Ruslan Bekenev>
| * 9ed3ed5f - unix: fix several instances of lost errno (9 months ago) <Michael Kilburn>
| * b7f649d3 - unix: refactor uv_os_homedir to use uv_os_getenv (9 months ago) <Santiago Gimeno>
| * f60713f7 - doc: README: add note on installing gyp (9 months ago) <Jamie Davis>
| * 875ce430 - posix: fix uv__pollfds_del() for invalidated fd's (9 months ago) <ThePrez>
| * d6dadc07 - test: fix tcp_oob test flakiness (9 months ago) <Santiago Gimeno>
| * 502decd6 - win: update uv_os_homedir() to use uv_os_getenv() (9 months ago) <cjihrig>
| * acbeb5fb - win: remove unnecessary initialization (9 months ago) <cjihrig>
| * 88c2af0e - req: revisions to uv_req_t handling (9 months ago) <Jameson Nash>
| * 8f9ba2a5 - Revert "Revert "unix,tcp: avoid marking server sockets connected"" (9 months ago) <Jameson Nash>
| * c409b3fc - unix,spawn: respect user stdio flags for new pipe (9 months ago) <Jameson Nash>
| * cef8a462 - Now working on version 1.19.3 (10 months ago) <cjihrig>
| * c653d94f - Add SHA to ChangeLog (10 months ago) <cjihrig>
* | 33b6db39 - unix,win: add uv_fs_lchown() (6 months ago) <Paolo Greppi>
* | f8abdf67 - unix,win: limit uv_timer_again to repeating timers (6 months ago) <cjihrig>
* | d0c2ad39 - build: fix cygwin install (6 months ago) <Ben Noordhuis>
* | 1c91d2a6 - win,unix: uv_buf_init() accepts size_t (6 months ago) <Trevor Norris>
* | c51ead5c - fs: add uv_fs_utime_ex and uv_fs_futime_ex (7 months ago) <Jeremy Whitlock>
* | d5870c71 - zos: fix udp ipv6 test cases (7 months ago) <John Barboza>
* | 8149ac7d - zos: set language level to extended c99 (7 months ago) <John Barboza>
* | 8eed38fd - unix,win: add gecos field to uv_passwd_t (8 months ago) <Kári Tristan Helgason>
* | 884dd9f1 - win: fix compilation warnings (9 months ago) <Carlo Marcelo Arenas Belón>
* | d9459ed4 - win: remove _WIN32_WINNT define (9 months ago) <cjihrig>
* | 20cc969e - process: add CPU affinity mask option to uv_spawn (9 months ago) <Brad King>
* | 6521405c - misc: add function to get CPU affinity mask size (9 months ago) <Brad King>
* |   f94282c7 - Merge tag 'v1.19.2' into merge_1.19.2 (9 months ago) <Santiago Gimeno>
|\ \  
| |/  
| * c5afc37e - (tag: v1.19.2) 2018.02.22, Version 1.19.2 (Stable) (10 months ago) <cjihrig>
| * c1ecaf7b - test: add additional fs memory management checks (10 months ago) <cjihrig>
| * 1167ec3f - unix,win: ensure req->bufs is freed (10 months ago) <cjihrig>
| * e485d286 - test: add tests for bad inputs (10 months ago) <Joyee Cheung>
| * dab311af - unix: delay fs req register until after validation (10 months ago) <cjihrig>
| * e6168df5 - osx,stream: retry sending handle on EMSGSIZE error (10 months ago) <Santiago Gimeno>
| * a4b2e322 - doc: fix syntax error in loop documentation (10 months ago) <Bartosz Sosnowski>
| * 10fe8c80 - doc: add note about handle movability (10 months ago) <Bartosz Sosnowski>
| * 9d74b27a - doc: document uv_timer_start() on an active timer (10 months ago) <Vladimír Čunát>
| * 3f8f6dc4 - build: fix commmon.gypi comment (10 months ago) <Ryuichi KAWAMATA>
| * 491848a0 - win: CREATE_NO_WINDOW when stdio is not inherited (10 months ago) <Nick Logan>
| * 1ded6690 - zos: fix timeout for condition variable (10 months ago) <John Barboza>
| * 95e44dd4 - win,build: correct C2059 errors (10 months ago) <Michael Fero>
| * 733adae2 - doc: mark IBM i as Tier 3 support (10 months ago) <Jesse Gorzinski>
| * c4315058 - build: add url field to libuv.pc (10 months ago) <Ben Noordhuis>
| * 89cbbc89 - include,src: introduce UV__ERR() macro (10 months ago) <Mason X>
| * 693c217f - test: check uv_cond_timedwait more carefully (10 months ago) <Jamie Davis>
| * fdf7c2ad - build: split off tests into separate gyp file (10 months ago) <Ben Noordhuis>
| * 760556d3 - build: remove long-obsolete gyp workarounds (10 months ago) <Ben Noordhuis>
| * 83e18717 - test: fix a typo in test-fork.c (10 months ago) <Felix Yan>
| * 974a5bf3 - test: fix incorrect asserts (11 months ago) <cjihrig>
| * faa52872 - Now working on version 1.19.2 (11 months ago) <cjihrig>
| * f03cc21a - Add SHA to ChangeLog (11 months ago) <cjihrig>
| * 8202d175 - (tag: v1.19.1) 2018.01.20, Version 1.19.1 (Stable) (11 months ago) <cjihrig>
| * 63de1eca - cygwin: fix compilation of ifaddrs impl (11 months ago) <Brad King>
| * 9f07a367 - Revert "win: use RemoveDirectoryW() instead of _wmrmdir()" (11 months ago) <Ben Noordhuis>
| * b0f3310b - Revert "unix,fs: fix for potential partial reads/writes" (11 months ago) <Ben Noordhuis>
| * 20987732 - Revert "unix,tcp: avoid marking server sockets connected" (11 months ago) <Ben Noordhuis>
| * 1366e741 - Now working on version 1.19.1 (11 months ago) <cjihrig>
| * da51b57a - Add SHA to ChangeLog (11 months ago) <cjihrig>
| * effbb7c9 - (tag: v1.19.0) 2018.01.18, Version 1.19.0 (Stable) (11 months ago) <cjihrig>
| * 9c503a27 - zos,test: decrease pings to avoid timeout (11 months ago) <John Barboza>
| * 9241cc29 - unix: fix uv_cpu_info() error on FreeBSD (11 months ago) <elephantp>
| * 15f29dc0 - win: use RemoveDirectoryW() instead of _wmrmdir() (11 months ago) <Ben Noordhuis>
| * 634bcc31 - zos,test: accept SIGKILL for flaky test (11 months ago) <John Barboza>
| * dcd9b3cb - win: allow directory symlinks to be created in a non-elevated context (11 months ago) <Bert Belder>
| * 685059bf - win,build: do not build executable installer for dll (11 months ago) <Bert Belder>
| * 14bfc27e - unix,fs: fix for potential partial reads/writes (11 months ago) <Ben Wijen>
| * 52b8b9a8 - unix: use SA_RESTART when setting our sighandler (11 months ago) <Brad King>
| * a468257e - test: allow net unreachable status in udp test (11 months ago) <Ben Noordhuis>
| * 3ad4dfad - test: allow multicast not permitted status (11 months ago) <Jérémy Lal>
| * 6ecd79eb - test: remove custom timeout for thread test on ppc (11 months ago) <Ben Noordhuis>
| * 8156f15e - build: install libuv.pc unconditionally (11 months ago) <Ben Noordhuis>
| * 2b32e77b - win: map 0.0.0.0 and :: addresses to localhost (11 months ago) <Bartosz Sosnowski>
| * cde13263 - doc: mark Windows 7 as Tier 1 support (11 months ago) <Bartosz Sosnowski>
| * fd049399 - unix,tcp: avoid marking server sockets connected (12 months ago) <Jameson Nash>
| * b01de734 - zos: implement uv_fs_event* functions (12 months ago) <John Barboza>
| * e771ede0 - win: set _WIN32_WINNT to 0x0600 (12 months ago) <cjihrig>
| * 890eedaf - win, process: uv_kill improvements (12 months ago) <Bartosz Sosnowski>
| * c73e73c8 - test: add threadpool init/teardown test (12 months ago) <Bartosz Sosnowski>
| * 647fbc02 - unix,win: wait for threads to start (12 months ago) <Ben Noordhuis>
| * 8a6d1b32 - unix: make get(set)_process_title MT-safe (1 year ago) <Matt Harrison>
| * 0d6525ac - core: add getter/setter functions for easier ABI compat (1 year ago) <Anna Henningsen>
| * c6b7e19f - Now working on version 1.18.1 (1 year ago) <cjihrig>
| * a78847f1 - Add SHA to ChangeLog (1 year ago) <cjihrig>
| * 1489c98b - (tag: v1.18.0) 2017.12.02, Version 1.18.0 (Stable) (1 year ago) <cjihrig>
| * dadad46d - doc: fix IRC URL in CONTRIBUTING.md (1 year ago) <Matt Harrison>
| * 0e281417 - unix: remove incorrect assertion in uv_shutdown() (1 year ago) <Jameson Nash>
| * d708df11 - unix,win: add uv_os_getpid() (1 year ago) <Bartosz Sosnowski>
| * 49616e4e - Revert "unix,win: wait for threads to start" (1 year ago) <Ben Noordhuis>
| * c845245e - doc: remove note about SIGWINCH on Windows (1 year ago) <Bartosz Sosnowski>
| * 9f70d39b - aix: fix -Wmaybe-uninitialized warning (1 year ago) <cjihrig>
| * 40a003b4 - Now working on version 1.17.1 (1 year ago) <cjihrig>
| * c2c5b856 - Add SHA to ChangeLog (1 year ago) <cjihrig>
| * 1344d2bb - (tag: v1.17.0) 2017.11.25, Version 1.17.0 (Stable) (1 year ago) <cjihrig>
| * c6cca314 - test: fix test-spawn compilation (1 year ago) <Bartosz Sosnowski>
| * bb3d093b - ibmi: add support for new platform (1 year ago) <Xu Meng>
| * 50706207 - win: issue memory barrier in uv_thread_join() (1 year ago) <Ben Noordhuis>
| * aeaff5f0 - test: lower number of tasks in threadpool test (1 year ago) <Ben Noordhuis>
| * 9594719e - test: avoid malloc() in threadpool test (1 year ago) <Ben Noordhuis>
| * e99ac4c1 - test: add threadpool init/teardown test (1 year ago) <Bartosz Sosnowski>
| * 5486f6bd - unix,win: wait for threads to start (1 year ago) <Ben Noordhuis>
| * c5dd2d42 - unix: keep track of bound sockets sent via spawn (1 year ago) <John Barboza>
| * 88d716e1 - zos: add strnlen() implementation (1 year ago) <John Barboza>
| * 0b18f57b - win: remove unused variable in test/test-fs.c (1 year ago) <Ben Noordhuis>
| * fe3e6354 - win: fix test runner build with mingw64 (1 year ago) <Ben Noordhuis>
| * facac203 - win: fix build on case-sensitive file systems (1 year, 1 month ago) <Ben Noordhuis>
| * 1c4de191 - win: map UV_FS_O_EXLOCK to a share mode of 0 (1 year, 1 month ago) <Joran Dirk Greef>
| * 7ef23d9e - doc: clarify the description of uv_loop_alive() (1 year, 1 month ago) <Ed Schouten>
| * c1ff7cc6 - unix: avoid malloc() call in uv_spawn() (1 year, 1 month ago) <Ben Noordhuis>
| * 6973886a - Now working on version 1.16.2 (1 year, 1 month ago) <cjihrig>
| * 31f80515 - Add SHA to ChangeLog (1 year, 1 month ago) <cjihrig>
| * 4056fbe4 - (tag: v1.16.1) 2017.11.11, Version 1.16.1 (Stable) (1 year, 1 month ago) <cjihrig>
| * 84fa7fc7 - win: fix undeclared NDIS_IF_MAX_STRING_SIZE (1 year, 1 month ago) <Nick Logan>
| * c83f8b91 - unix: move net/if.h include (1 year, 1 month ago) <cjihrig>
| * 921b030a - Now working on 1.16.1 (1 year, 1 month ago) <cjihrig>
| * 7b397c80 - Add SHA to ChangeLog (1 year, 1 month ago) <cjihrig>
| * d68779f0 - (tag: v1.16.0) 2017.11.07, Version 1.16.0 (Stable) (1 year, 1 month ago) <cjihrig>
| * 695afe83 - unix,win: add uv_if_{indextoname,indextoiid} (1 year, 1 month ago) <Pekka Nikander>
| * fd02ab68 - pipe: allow access from other users (1 year, 1 month ago) <Bartosz Sosnowski>
| * 96ea5ac9 - test: no extra new line in skipped test output (1 year, 1 month ago) <Bartosz Sosnowski>
| * e7f4e9ec - tty, win: get SetWinEventHook pointer at startup (1 year, 1 month ago) <Bartosz Sosnowski>
| * 6445cc63 - win, pipe: null-initialize stream->shutdown_req (1 year, 1 month ago) <Jameson Nash>
| * 7a93b12f - doc: mark uv_default_loop() as not thread safe (1 year, 1 month ago) <rayrase>
| * d2101b0b - test: fix const qualification compiler warning (1 year, 1 month ago) <Ben Noordhuis>
| * e8e6a8a5 - unix,win: add uv_os_getppid() (1 year, 1 month ago) <cjihrig>
| * 719dfecf - win: fix non-English dlopen error message (1 year, 1 month ago) <Bartosz Sosnowski>
| * bdbae7d4 - test: keep platform_output as first test (1 year, 1 month ago) <Bartosz Sosnowski>
| * f2214561 - zos: skip fork_threadpool_queue_work_simple (1 year, 2 months ago) <John Barboza>
| * 44b7c710 - zos: reset epoll data after fork (1 year, 2 months ago) <John Barboza>
| * 6a101e78 - unix: do not close invalid kqueue fd after fork (1 year, 2 months ago) <John Barboza>
| * 5b0e1d75 - unix: fall back to fsync() if F_FULLFSYNC fails (1 year, 2 months ago) <Joran Dirk Greef>
| * e9cda2cf - unix, windows: map ENOTTY errno (1 year, 2 months ago) <Ben Noordhuis>
| * 763f34cc - test: fix -Wstrict-prototypes warnings (1 year, 2 months ago) <Ben Noordhuis>
| * 1d9c13f1 - win, fs: fix non-symlink reparse points (1 year, 2 months ago) <Wade Brainerd>
| * 4b666bd2 - unix,win: add fs open flags, map O_DIRECT|O_DSYNC (1 year, 2 months ago) <Joran Dirk Greef>
| * 5a2b5e84 - win: change st_blksize from `2048` to `4096` (1 year, 2 months ago) <Joran Dirk Greef>
| * 94f50753 - Now working on version 1.15.1 (1 year, 2 months ago) <cjihrig>
| * d15dda99 - Add SHA to ChangeLog (1 year, 2 months ago) <cjihrig>
| * 8b69ce14 - (tag: v1.15.0) 2017.10.03, Version 1.15.0 (Stable) (1 year, 2 months ago) <cjihrig>
| * 8a958523 - unix: retry on ENOBUFS in sendmsg(2) (1 year, 2 months ago) <Kamil Rytarowski>
| * 0fcf2d14 - fsevents: watch files with fsevents on macos 10.7+ (1 year, 2 months ago) <Ben Noordhuis>
| * 001a4a11 - netbsd: do not exclude IPv6 functionality (1 year, 2 months ago) <Kamil Rytarowski>
| * ec96b554 - unix,win: add uv_mutex_init_recursive() (1 year, 2 months ago) <Scott Parker>
| * 5b6eead0 - test: fix udp_multicast_join6 on NetBSD (1 year, 2 months ago) <Kamil Rytarowski>
| * 60bf1dfb - netbsd: use uv__cloexec and uv__nonblock (1 year, 2 months ago) <Kamil Rytarowski>
| * 7824370f - netbsd: disable poll_bad_fdtype on NetBSD (1 year, 2 months ago) <Kamil Rytarowski>
| * 8ea2ee4e - unix: remove unused variables (1 year, 2 months ago) <Sakthipriyan Vairamani (thefourtheye)>
| * e9d2b582 - win: remove unused variables (1 year, 2 months ago) <Carlo Marcelo Arenas Belón>
| * 9991bb7c - build: avoid -fstrict-aliasing compile option (1 year, 2 months ago) <John Barboza>
| * 939a8f1a - windows: fix compilation warnings (1 year, 2 months ago) <Carlo Marcelo Arenas Belón>
| * c1ca7f07 - test: sort the tests alphabetically (1 year, 2 months ago) <Sakthipriyan Vairamani>
| * 8d3645a1 - zos: fix readlink for mounts with system variables (1 year, 2 months ago) <John Barboza>
| * 3877a90e - netbsd: implement uv__tty_is_slave() (1 year, 2 months ago) <Kamil Rytarowski>
| * 11a7aa4a - android: fix getifaddrs() (1 year, 2 months ago) <Zheng, Lei>
| * eb1fe77f - zos: change platform name to match python (1 year, 2 months ago) <John Barboza>
| * 24334e07 - zos: lock protect global epoll list in epoll_ctl (1 year, 2 months ago) <John Barboza>
| * b21c1f90 - win: let UV_PROCESS_WINDOWS_HIDE hide consoles (1 year, 2 months ago) <cjihrig>
| * 66b8b2f7 - win,build: bump vswhere_usability_wrapper to 2.0.0 (1 year, 2 months ago) <Refael Ackermann>
| * bf144cee - test: clean up semaphore after use (1 year, 2 months ago) <John Barboza>
| * 5fa0f0b6 - netbsd: correct uv_exepath() on NetBSD (1 year, 2 months ago) <Kamil Rytarowski>
| * 0afccdb0 - linux: increase thread stack size with musl libc (1 year, 2 months ago) <Ben Noordhuis>
| * c0504885 - unix: add NetBSD support in core.c (1 year, 2 months ago) <Kamil Rytarowski>
| * fbb8132d - test: add NetBSD support to test-udp-ipv6.c (1 year, 2 months ago) <Kamil Rytarowski>
| * c78caf0b - win,build: keep cwd when setting build environment (1 year, 2 months ago) <darobs>
| * b0653625 - unix: truncate destination in uv_fs_copyfile() (1 year, 2 months ago) <Nick Logan>
| * a41f8b52 - unix: support copying empty files (1 year, 2 months ago) <cjihrig>
| * eaf25ae3 - unix: use fchmod() in uv_fs_copyfile() (1 year, 3 months ago) <cjihrig>
| * 6ad1e815 - win,tty: improve SIGWINCH support (1 year, 3 months ago) <Bartosz Sosnowski>
| * 832ab902 - win: fix buffer size in uv__getpwuid_r() (1 year, 3 months ago) <tux.uudiin>
| * 0b41b0ad - unix: limit uv__has_forked_with_cfrunloop to macOS (1 year, 3 months ago) <Kamil Rytarowski>
| * 1a682cb7 - Now working on version 1.14.2 (1 year, 3 months ago) <cjihrig>
| * ff0e8a45 - Add SHA to ChangeLog (1 year, 3 months ago) <cjihrig>
| * b0f9fb2a - (tag: v1.14.1) 2017.09.07, Version 1.14.1 (Stable) (1 year, 3 months ago) <cjihrig>
| * e79589d5 - win, test: remove surplus CloseHandle (1 year, 3 months ago) <Bartosz Sosnowski>
| * eb4a37c8 - Revert "win, test: fix double close in test runner" (1 year, 3 months ago) <Bartosz Sosnowski>
| * dff7ebe4 - unix: handle partial sends in uv_fs_copyfile() (1 year, 3 months ago) <Andreas Hauptmann>
| * 9a4468f4 - windows: add POST macro to fs functions (1 year, 3 months ago) <cjihrig>
| * e539fc41 - unix,windows: return UV_EINVAL on NULL fs reqs (1 year, 3 months ago) <cjihrig>
| * 7a0e64d2 - unix,windows: init all requests in fs calls (1 year, 3 months ago) <cjihrig>
| * 165c63b9 - win: add uv__once_init() calls (1 year, 3 months ago) <Bartosz Sosnowski>
| * 36ea2cb2 - android: fix uv_cond_timedwait on API level < 21 (1 year, 3 months ago) <Gergely Nagy>
| * 737b482b - doc: fix a trivial typo (1 year, 3 months ago) <Vladimír Čunát>
| * 564677d3 - unix: don't use req->loop in uv__fs_copyfile() (1 year, 3 months ago) <cjihrig>
| * afc05a3a - unix: modify argv[0] when process title is set (1 year, 3 months ago) <Matthew Taylor>
| * 8a95c6b5 - unix,win: check for bad flags in uv_fs_copyfile() (1 year, 3 months ago) <cjihrig>
| * 607dc073 - zos, test: flush out the oob data in callback (1 year, 3 months ago) <John Barboza>
| * cbac5f16 - zos: improve loop_count benchmark performance (1 year, 3 months ago) <John Barboza>
| * e80921c1 - zos: fix semaphore initialization (1 year, 3 months ago) <John Barboza>
| * ce41af28 - cygwin: include uv-posix.h header (1 year, 3 months ago) <Joel Winarske>
| * 89d31932 - fs, win: add support for user symlinks (1 year, 4 months ago) <Bartosz Sosnowski>
| * c8ee8bef - Now working on version 1.14.1 (1 year, 4 months ago) <cjihrig>
| * 1f4ec027 - Add SHA to ChangeLog (1 year, 4 months ago) <cjihrig>
| * e0d31e9e - (tag: v1.14.0) 2017.08.17, Version 1.14.0 (Stable) (1 year, 4 months ago) <cjihrig>
| * 766d7e9c - unix, windows: add basic uv_fs_copyfile() (1 year, 4 months ago) <cjihrig>
| * ce56a85b - unix: make uv_poll_stop() remove fd from pollset (1 year, 4 months ago) <Ben Noordhuis>
| * 3af55129 - doc: differentiate SmartOS and SunOS support (1 year, 4 months ago) <cjihrig>
| * 6827fa34 - win: allow bound/connected socket in uv_tcp_open() (1 year, 4 months ago) <Maciej Szeptuch (Neverous)>
| * 371ca6d4 - zos: read more accurate rss info from RSM (1 year, 4 months ago) <John Barboza>
| * 095e07cd - android: fix blocking recvmsg due to netlink bug (1 year, 4 months ago) <Jacob Segal>
| * 04adefaf - zos: fix hr timer resolution (1 year, 4 months ago) <John Barboza>
| * f9823e5c - test,zos: use gid=-1 to test spawn_setgid_fails (1 year, 4 months ago) <John Barboza>
| * 5e2fbe59 - test,zos: skip chown root test (1 year, 4 months ago) <John Barboza>
| * 4646428d - doc: update supported windows version baseline (1 year, 4 months ago) <Ben Noordhuis>
| * bded0fa4 - win, test: fix double close in test runner (1 year, 4 months ago) <Bartosz Sosnowski>
| * 3c6f9e54 - unix: add missing semicolon (1 year, 4 months ago) <John Barboza>
| * 3b1e836a - doc: add Android as a tier 3 supported platform (1 year, 4 months ago) <Saúl Ibarra Corretgé>
| * 19e51ae5 - doc: document uv_async_(init|send) return values (1 year, 4 months ago) <Ben Noordhuis>
| * cbcf13af - win, process: support semicolons in PATH variable (1 year, 4 months ago) <Bartosz Sosnowski>
| * cf6d047e - doc: update instructions for building on Android (1 year, 4 months ago) <Saúl Ibarra Corretgé>
| * 27dcbd6f - android: remove no longer needed check (1 year, 4 months ago) <Saúl Ibarra Corretgé>
| * b6e6207c - android: fix detection of pthread_condattr_setclock (1 year, 4 months ago) <Saúl Ibarra Corretgé>
| * e5024c54 - win, fs: support unusual reparse points (1 year, 4 months ago) <Bartosz Sosnowski>
| * 33e6f790 - misc: add android-toolchain to .gitignore (1 year, 4 months ago) <Saúl Ibarra Corretgé>
| * 7dabd57a - android: fix compilation with new NDK versions (1 year, 4 months ago) <Saúl Ibarra Corretgé>
| * cf38297b - docs: fix guide source code example paths (1 year, 4 months ago) <Anticrisis>
| * 9e6feb69 - misc: remove reference to pthread-fixes.h from LICENSE (1 year, 4 months ago) <Saúl Ibarra Corretgé>
| * e25b5a5b - zos: remove nonexistent include from autotools build (1 year, 4 months ago) <Saúl Ibarra Corretgé>
| * fabe3d2c - github: fix link to help repo in issue template (1 year, 4 months ago) <Ben Noordhuis>
| * 01b23314 - win,build: fix building from Windows SDK or VS console (1 year, 4 months ago) <Saúl Ibarra Corretgé>
| * f1e0fc43 - unix: fix wrong MAC of uv_interface_address (1 year, 5 months ago) <XadillaX>
| * 8e76306e - unix, windows: map EREMOTEIO errno (1 year, 5 months ago) <Ben Noordhuis>
| * 810377f4 - aix: add netmask, mac address into net interfaces (1 year, 5 months ago) <Gireesh Punathil>
| * 1e6f1159 - win: include filename in dlopen error message (1 year, 5 months ago) <Ben Noordhuis>
| * 8807fd37 - win,build: fix appveyor properly (1 year, 5 months ago) <Refael Ackermann>
| * d731fd1b - poll: add support for OOB TCP and GPIO interrupts (1 year, 5 months ago) <CurlyMoo>
| * 78c17238 - unix: always copy process title into local buffer (1 year, 5 months ago) <Matthew Taylor>
| * bdc87005 - doc: add thread safety warning for process title (1 year, 5 months ago) <Matthew Taylor>
| * ad1c8288 - unix: check for NULL in uv_os_unsetenv for parameter name (1 year, 5 months ago) <André Klitzing>
* 70d61b6c - win: map ERROR_ACCESS_DENIED to UV_EACCES (1 year ago) <Nikolai Vavilov>

@vtjnash vtjnash merged commit 4e44e8a into master Dec 3, 2018
@vtjnash vtjnash deleted the jn/update-libuv2 branch December 3, 2018 14:30
@fingolfin
Copy link
Member

This now triggers build warnings for us due to uv_fs_lchown being declared twice. This issue is not present in stock libuv 1.24, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external dependencies Involves LLVM, OpenBLAS, or other linked libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants