-
Notifications
You must be signed in to change notification settings - Fork 30k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notable changes: - `uv_ip_name()` has been added. - On Windows, `uv_fs_read()` and `uv_fs_write()` now return `UV_EBADF` instead of `UV_EPERM` when the file descriptor was opened with incorrect flags. This matches the behavior on other platforms. - Streams can be reset and attempted to read from after EOF is read. - The main thread now has a valid ID instead of `NULL`. - `uv_cpu_info()` now supports `aarch64`. - Several minor issues related to mingw32 have been fixed. PR-URL: #41398 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
- Loading branch information
Showing
58 changed files
with
985 additions
and
608 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
A. Hauptmann <[email protected]> | ||
AJ Heller <[email protected]> <[email protected]> | ||
Aaron Bieber <[email protected]> <[email protected]> | ||
Alan Gutierrez <[email protected]> <[email protected]> | ||
Andrius Bentkus <[email protected]> <[email protected]> | ||
|
@@ -12,6 +13,7 @@ Brian White <[email protected]> <[email protected]> | |
Caleb James DeLisle <[email protected]> <[email protected]> | ||
Christoph Iserlohn <[email protected]> | ||
Darshan Sen <[email protected]> | ||
Darshan Sen <[email protected]> <[email protected]> | ||
David Carlier <[email protected]> | ||
Devchandra Meetei Leishangthem <[email protected]> | ||
Fedor Indutny <[email protected]> <[email protected]> | ||
|
@@ -21,6 +23,7 @@ Isaac Z. Schlueter <[email protected]> | |
Jason Williams <[email protected]> | ||
Jesse Gorzinski <[email protected]> | ||
Jesse Gorzinski <[email protected]> <[email protected]> | ||
Juan José Arboleda <[email protected]> | ||
Justin Venus <[email protected]> <[email protected]> | ||
Keno Fischer <[email protected]> <[email protected]> | ||
Keno Fischer <[email protected]> <[email protected]> | ||
|
@@ -46,6 +49,7 @@ Santiago Gimeno <[email protected]> <[email protected]> | |
Saúl Ibarra Corretgé <[email protected]> | ||
Saúl Ibarra Corretgé <[email protected]> <[email protected]> | ||
Shigeki Ohtsu <[email protected]> <[email protected]> | ||
Shuowang (Wayne) Zhang <[email protected]> | ||
TK-one <[email protected]> | ||
Timothy J. Fontaine <[email protected]> | ||
Yasuhiro Matsumoto <[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 |
---|---|---|
|
@@ -479,3 +479,20 @@ Joshua M. Clulow <[email protected]> | |
Guilherme Íscaro <[email protected]> | ||
Martin Storsjö <[email protected]> | ||
Claes Nästén <[email protected]> | ||
Mohamed Edrah <[email protected]> | ||
Supragya Raj <[email protected]> | ||
Ikko Ashimine <[email protected]> | ||
Sylvain Corlay <[email protected]> | ||
earnal <[email protected]> | ||
YAKSH BARIYA <[email protected]> | ||
Ofek Lev <[email protected]> | ||
~locpyl-tidnyd <[email protected]> | ||
Evan Miller <[email protected]> | ||
Petr Menšík <[email protected]> | ||
Nicolas Noble <[email protected]> | ||
AJ Heller <[email protected]> | ||
Stacey Marshall <[email protected]> | ||
Jesper Storm Bache <[email protected]> | ||
Campbell He <[email protected]> | ||
Andrey Hohutkin <[email protected]> | ||
deal <[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
Oops, something went wrong.