Skip to content

Commit b38190e

Browse files
cjihrigMylesBorins
authored andcommittedNov 11, 2018
deps: upgrade to libuv 1.23.1
Backport-PR-URL: #24103 PR-URL: #22997 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent d9d541c commit b38190e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+587
-366
lines changed
 

‎deps/uv/AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -346,3 +346,8 @@ Paolo Greppi <paolo.greppi@libpf.com>
346346
Shelley Vohr <shelley.vohr@gmail.com>
347347
Ujjwal Sharma <usharma1998@gmail.com>
348348
Michał Kozakiewicz <michalkozakiewicz3@gmail.com>
349+
Emil Bay <github@tixz.dk>
350+
Jeremiah Senkpiel <fishrock123@rocketmail.com>
351+
Andy Zhang <zhangyong232@gmail.com>
352+
dmabupt <dmabupt@gmail.com>
353+
Ryan Liptak <squeek502@hotmail.com>

‎deps/uv/ChangeLog

+46
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
2018.09.22, Version 1.23.1 (Stable), d2282b3d67821dc53c907c2155fa8c5c6ce25180
2+
3+
Changes since version 1.23.0:
4+
5+
* unix,win: limit concurrent DNS calls to nthreads/2 (Anna Henningsen)
6+
7+
* doc: add addaleax to maintainers (Anna Henningsen)
8+
9+
* doc: add missing slash in stream.rst (Emil Bay)
10+
11+
* unix,fs: use utimes & friends for uv_fs_utime (Jeremiah Senkpiel)
12+
13+
* unix,fs: remove linux fallback from utimesat() (Jeremiah Senkpiel)
14+
15+
* unix,fs: remove uv__utimesat() syscall fallback (Jeremiah Senkpiel)
16+
17+
* doc: fix argument name in tcp.rts (Emil Bay)
18+
19+
* doc: notes on running tests, benchmarks, tools (Jamie Davis)
20+
21+
* linux: remove epoll syscall wrappers (Ben Noordhuis)
22+
23+
* linux: drop code path for epoll_pwait-less kernels (Ben Noordhuis)
24+
25+
* Partially revert "win,code: remove GetQueuedCompletionStatus-based poller"
26+
(Jameson Nash)
27+
28+
* build: add compile for android arm64/x86/x86-64 (Andy Zhang)
29+
30+
* doc: clarify that some remarks apply to windows (Bert Belder)
31+
32+
* test: fix compiler warnings (Jamie Davis)
33+
34+
* ibmi: return 0 from uv_resident_set_memory() (dmabupt)
35+
36+
* win: fix uv_udp_recv_start() error translation (Ryan Liptak)
37+
38+
* win,doc: improve uv_os_setpriority() documentation (Bartosz Sosnowski)
39+
40+
* test: increase upper bound in condvar_5 (Jamie Davis)
41+
42+
* win,tty: remove deadcode (Jameson Nash)
43+
44+
* stream: autodetect direction (Jameson Nash)
45+
46+
147
2018.08.18, Version 1.23.0 (Stable), 7ebb26225f2eaae6db22f4ef34ce76fa16ff89ec
248

349
Changes since version 1.22.0:

0 commit comments

Comments
 (0)
Please sign in to comment.