-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
- Loading branch information
1 parent
4486801
commit bfba66d
Showing
67 changed files
with
1,520 additions
and
576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ Nicholas Vavilov <[email protected]> | |
Nick Logan <[email protected]> <[email protected]> | ||
Rasmus Christian Pedersen <[email protected]> | ||
Rasmus Christian Pedersen <[email protected]> <[email protected]> | ||
Richard Lau <[email protected]> <[email protected]> | ||
Robert Mustacchi <[email protected]> <[email protected]> | ||
Ryan Dahl <[email protected]> <[email protected]> | ||
Ryan Emery <[email protected]> | ||
|
@@ -47,6 +48,7 @@ Timothy J. Fontaine <[email protected]> | |
Yasuhiro Matsumoto <[email protected]> | ||
Yazhong Liu <[email protected]> | ||
Yuki Okumura <[email protected]> | ||
cjihrig <[email protected]> | ||
gengjiawen <[email protected]> | ||
jBarz <[email protected]> <[email protected]> | ||
jBarz <[email protected]> <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -212,7 +212,7 @@ guworks <[email protected]> | |
RossBencina <[email protected]> | ||
Roger A. Light <[email protected]> | ||
chenttuuvv <[email protected]> | ||
Richard Lau <[email protected].com> | ||
Richard Lau <rlau@redhat.com> | ||
ronkorving <[email protected]> | ||
Corbin Simpson <[email protected]> | ||
Zachary Hamm <[email protected]> | ||
|
@@ -448,3 +448,14 @@ Aleksej Lebedev <[email protected]> | |
Nikolay Mitev <[email protected]> | ||
Ulrik Strid <[email protected]> | ||
Elad Lahav <[email protected]> | ||
Elad Nachmias <[email protected]> | ||
Darshan Sen <[email protected]> | ||
Simon Kadisch <[email protected]> | ||
Momtchil Momtchev <[email protected]> | ||
Ethel Weston <[email protected]> | ||
Drew DeVault <[email protected]> | ||
Mark Klein <[email protected]> | ||
schamberg97 <[email protected]> | ||
Bob Weinand <[email protected]> | ||
Issam E. Maghni <[email protected]> | ||
Juan Pablo Canepa <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.