deps: upgrade libuv to 1.14.1 · nodejs/node@08d6830
1+2017.09.07, Version 1.14.1 (Stable), b0f9fb2a07a5e638b1580fe9a42a356c3ab35f37
2+3+Changes since version 1.14.0:
4+5+* fs, win: add support for user symlinks (Bartosz Sosnowski)
6+7+* cygwin: include uv-posix.h header (Joel Winarske)
8+9+* zos: fix semaphore initialization (jBarz)
10+11+* zos: improve loop_count benchmark performance (jBarz)
12+13+* zos, test: flush out the oob data in callback (jBarz)
14+15+* unix,win: check for bad flags in uv_fs_copyfile() (cjihrig)
16+17+* unix: modify argv[0] when process title is set (Matthew Taylor)
18+19+* unix: don't use req->loop in uv__fs_copyfile() (cjihrig)
20+21+* doc: fix a trivial typo (Vladimír Čunát)
22+23+* android: fix uv_cond_timedwait on API level < 21 (Gergely Nagy)
24+25+* win: add uv__once_init() calls (Bartosz Sosnowski)
26+27+* unix,windows: init all requests in fs calls (cjihrig)
28+29+* unix,windows: return UV_EINVAL on NULL fs reqs (cjihrig)
30+31+* windows: add POST macro to fs functions (cjihrig)
32+33+* unix: handle partial sends in uv_fs_copyfile() (A. Hauptmann)
34+35+* Revert "win, test: fix double close in test runner" (Bartosz Sosnowski)
36+37+* win, test: remove surplus CloseHandle (Bartosz Sosnowski)
38+39+40+2017.08.17, Version 1.14.0 (Stable), e0d31e9e21870f88277746b6d59cf07b977cdfea
41+42+Changes since version 1.13.1:
43+44+* unix: check for NULL in uv_os_unsetenv for parameter name (André Klitzing)
45+46+* doc: add thread safety warning for process title (Matthew Taylor)
47+48+* unix: always copy process title into local buffer (Matthew Taylor)
49+50+* poll: add support for OOB TCP and GPIO interrupts (CurlyMoo)
51+52+* win,build: fix appveyor properly (Refael Ackermann)
53+54+* win: include filename in dlopen error message (Ben Noordhuis)
55+56+* aix: add netmask, mac address into net interfaces (Gireesh Punathil)
57+58+* unix, windows: map EREMOTEIO errno (Ben Noordhuis)
59+60+* unix: fix wrong MAC of uv_interface_address (XadillaX)
61+62+* win,build: fix building from Windows SDK or VS console (Saúl Ibarra Corretgé)
63+64+* github: fix link to help repo in issue template (Ben Noordhuis)
65+66+* zos: remove nonexistent include from autotools build (Saúl Ibarra Corretgé)
67+68+* misc: remove reference to pthread-fixes.h from LICENSE (Saúl Ibarra Corretgé)
69+70+* docs: fix guide source code example paths (Anticrisis)
71+72+* android: fix compilation with new NDK versions (Saúl Ibarra Corretgé)
73+74+* misc: add android-toolchain to .gitignore (Saúl Ibarra Corretgé)
75+76+* win, fs: support unusual reparse points (Bartosz Sosnowski)
77+78+* android: fix detection of pthread_condattr_setclock (Saúl Ibarra Corretgé)
79+80+* android: remove no longer needed check (Saúl Ibarra Corretgé)
81+82+* doc: update instructions for building on Android (Saúl Ibarra Corretgé)
83+84+* win, process: support semicolons in PATH variable (Bartosz Sosnowski)
85+86+* doc: document uv_async_(init|send) return values (Ben Noordhuis)
87+88+* doc: add Android as a tier 3 supported platform (Saúl Ibarra Corretgé)
89+90+* unix: add missing semicolon (jBarz)
91+92+* win, test: fix double close in test runner (Bartosz Sosnowski)
93+94+* doc: update supported windows version baseline (Ben Noordhuis)
95+96+* test,zos: skip chown root test (jBarz)
97+98+* test,zos: use gid=-1 to test spawn_setgid_fails (jBarz)
99+100+* zos: fix hr timer resolution (jBarz)
101+102+* android: fix blocking recvmsg due to netlink bug (Jacob Segal)
103+104+* zos: read more accurate rss info from RSM (jBarz)
105+106+* win: allow bound/connected socket in uv_tcp_open() (Maciej Szeptuch
107+ (Neverous))
108+109+* doc: differentiate SmartOS and SunOS support (cjihrig)
110+111+* unix: make uv_poll_stop() remove fd from pollset (Ben Noordhuis)
112+113+* unix, windows: add basic uv_fs_copyfile() (cjihrig)
114+115+11162017.07.07, Version 1.13.1 (Stable), 2bb4b68758f07cd8617838e68c44c125bc567ba6
21173118Changes since version 1.13.0: