Skip to content

Commit 9b53b4d

Browse files
cjihrigaddaleax
authored andcommittedSep 22, 2020
deps: upgrade to libuv 1.39.0
Notable changes: - uv_metrics_idle_time() and UV_METRICS_IDLE_TIME have been added for measuring the amount of time the event loop spends idle. - uv_udp_using_recvmmsg() has been added to determine if a buffer is large enough for multiple datagrams should be allocated in the allocation callback of uv_udp_recvstart(). - On MinGW, the installation location has been updated to match Unix systems rather than Windows. - uv_fs_copyfile() now tries to use copy_file_range() when possible. - The test suite is now reported to pass on Darwin ARM64 (Apple Silicon). - uv_{get,set}_process_title() now returns an error on platforms where uv_setup_args() is required, but has not yet been called. - The _POSIX_PATH_MAX constant is no longer used, which could lead to buffer overflows in uv_fs_readlink() and uv_fs_realpath(). PR-URL: #34915 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
1 parent 961844d commit 9b53b4d

Some content is hidden

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

76 files changed

+2152
-414
lines changed
 

‎deps/uv/.mailmap

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Maciej Małecki <maciej.malecki@notimplemented.org> <me@mmalecki.com>
2727
Marc Schlaich <marc.schlaich@googlemail.com> <marc.schlaich@gmail.com>
2828
Michael <michael_dawson@ca.ibm.com>
2929
Michael Neumann <mneumann@think.localnet> <mneumann@ntecs.de>
30+
Michael Penick <michael.penick@datastax.com> <mpenick@users.noreply.github.com>
3031
Nicholas Vavilov <vvnicholas@gmail.com>
3132
Nick Logan <ugexe@cpan.org> <nlogan@gmail.com>
3233
Rasmus Christian Pedersen <zerhacken@yahoo.com>
@@ -41,10 +42,12 @@ Santiago Gimeno <santiago.gimeno@quantion.es> <santiago.gimeno@gmail.com>
4142
Saúl Ibarra Corretgé <saghul@gmail.com>
4243
Saúl Ibarra Corretgé <saghul@gmail.com> <s@saghul.net>
4344
Shigeki Ohtsu <ohtsu@iij.ad.jp> <ohtsu@ohtsu.org>
45+
TK-one <tk5641@naver.com>
4446
Timothy J. Fontaine <tjfontaine@gmail.com>
4547
Yasuhiro Matsumoto <mattn.jp@gmail.com>
4648
Yazhong Liu <yorkiefixer@gmail.com>
4749
Yuki Okumura <mjt@cltn.org>
50+
gengjiawen <technicalcute@gmail.com>
4851
jBarz <jBarz@users.noreply.github.com> <jbarboza@ca.ibm.com>
4952
jBarz <jBarz@users.noreply.github.com> <jbarz@users.noreply.github.com>
5053
ptlomholt <pt@lomholt.com>

‎deps/uv/AUTHORS

+8
Original file line numberDiff line numberDiff line change
@@ -435,3 +435,11 @@ MasterDuke17 <MasterDuke17@users.noreply.github.com>
435435
Alexander Tokmakov <avtokmakov@yandex-team.ru>
436436
Arenoros <arenoros@gmail.com>
437437
lander0s <dh.landeros08@gmail.com>
438+
Turbinya <wownucleos@gmail.com>
439+
OleksandrKvl <oleksandrdvl@gmail.com>
440+
Carter Li <carter.li@eoitek.com>
441+
Juan Sebastian velez Posada <jvelezpo@users.noreply.github.com>
442+
escherstair <ernestviga@gmail.com>
443+
Evan Lucas <evanlucas@me.com>
444+
tjarlama <59913901+tjarlama@users.noreply.github.com>
445+
司徒玟琅 <sanjusss@qq.com>

0 commit comments

Comments
 (0)
Please sign in to comment.