Skip to content

Commit bfba66d

Browse files
cjihrigMylesBorins
authored andcommittedApr 6, 2021
deps: upgrade to libuv 1.41.0
Notable changes: - The IBM i platform has been promoted to a Tier 2 platform. - libuv is now built with `-fno-strict-aliasing`, and recommends that projects using libuv do the same. - `uv_fs_mkdir()` now returns `UV_EINVAL` for invalid directory names on Windows. - `uv_uptime()` now returns the correct value on OpenVZ containers. - Windows 8 is the new minimum supported version of Windows. - Bind errors are now reported from `uv_tcp_connect()`. - The `uv_pipe()` function has been added. - The `uv_socketpair()` function has been added. - `uv_read_start()` error handling has been unified across Windows and Unix. PR-URL: #37360 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
1 parent 4486801 commit bfba66d

Some content is hidden

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

67 files changed

+1520
-576
lines changed
 

‎deps/uv/.mailmap

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Nicholas Vavilov <vvnicholas@gmail.com>
3232
Nick Logan <ugexe@cpan.org> <nlogan@gmail.com>
3333
Rasmus Christian Pedersen <zerhacken@yahoo.com>
3434
Rasmus Christian Pedersen <zerhacken@yahoo.com> <ruysch@outlook.com>
35+
Richard Lau <rlau@redhat.com> <riclau@uk.ibm.com>
3536
Robert Mustacchi <rm@joyent.com> <rm@fingolfin.org>
3637
Ryan Dahl <ryan@joyent.com> <ry@tinyclouds.org>
3738
Ryan Emery <seebees@gmail.com>
@@ -47,6 +48,7 @@ Timothy J. Fontaine <tjfontaine@gmail.com>
4748
Yasuhiro Matsumoto <mattn.jp@gmail.com>
4849
Yazhong Liu <yorkiefixer@gmail.com>
4950
Yuki Okumura <mjt@cltn.org>
51+
cjihrig <cjihrig@gmail.com>
5052
gengjiawen <technicalcute@gmail.com>
5153
jBarz <jBarz@users.noreply.github.com> <jbarboza@ca.ibm.com>
5254
jBarz <jBarz@users.noreply.github.com> <jbarz@users.noreply.github.com>

‎deps/uv/AUTHORS

+12-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ guworks <ground.up.works@gmail.com>
212212
RossBencina <rossb@audiomulch.com>
213213
Roger A. Light <roger@atchoo.org>
214214
chenttuuvv <chenttuuvv@yahoo.com>
215-
Richard Lau <riclau@uk.ibm.com>
215+
Richard Lau <rlau@redhat.com>
216216
ronkorving <rkorving@wizcorp.jp>
217217
Corbin Simpson <MostAwesomeDude@gmail.com>
218218
Zachary Hamm <zsh@imipolexg.org>
@@ -448,3 +448,14 @@ Aleksej Lebedev <root@zta.lk>
448448
Nikolay Mitev <github@hmel.org>
449449
Ulrik Strid <ulrik.strid@outlook.com>
450450
Elad Lahav <elahav@qnx.com>
451+
Elad Nachmias <eladn@pazam.net>
452+
Darshan Sen <raisinten@gmail.com>
453+
Simon Kadisch <simon.kadisch@k13-engineering.at>
454+
Momtchil Momtchev <momtchil@momtchev.com>
455+
Ethel Weston <66453757+ethelweston@users.noreply.github.com>
456+
Drew DeVault <sir@cmpwn.com>
457+
Mark Klein <klein@cscs.ch>
458+
schamberg97 <50446906+schamberg97@users.noreply.github.com>
459+
Bob Weinand <bobwei9@hotmail.com>
460+
Issam E. Maghni <issam.e.maghni@mailbox.org>
461+
Juan Pablo Canepa <jpcanepa@gmail.com>

0 commit comments

Comments
 (0)
Please sign in to comment.