-
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: - Build regression fixes for various platform updates (libuv/libuv#3428, libuv/libuv#3419, libuv/libuv#3423, libuv/libuv#3413, libuv/libuv#3431) - Support for GNU/Hurd (libuv/libuv#3450) - Release tool improvements (libuv/libuv-release-tool#13) - Better performing rw locks on Win32 (libuv/libuv#3383) - Support for posix_spawn API (libuv/libuv#3257) - Fix regression on OpenBSD (libuv/libuv#3506) - Add uv_available_parallelism() (libuv/libuv#3499) - Don't use thread-unsafe strtok() (libuv/libuv#3524) - Fix hang after NOTE_EXIT (libuv/libuv#3521) - Better align order-of-events behavior between platforms (libuv/libuv#3598) - Fix fs event not fired if the watched file is moved/removed/recreated (libuv/libuv#3540) - Fix pipe resource leak if closed during connect (and other bugs) (libuv/libuv#3611) - Don't error when killing a zombie process (libuv/libuv#3625) - Avoid posix_spawnp() cwd bug (libuv/libuv#3597) - Skip EVFILT_PROC events when invalidating events for an fd (libuv/libuv#3629) Fixes: #42290 PR-URL: #42340 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
- Loading branch information
Showing
97 changed files
with
3,822 additions
and
2,696 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 |
---|---|---|
|
@@ -496,3 +496,24 @@ Jesper Storm Bache <[email protected]> | |
Campbell He <[email protected]> | ||
Andrey Hohutkin <[email protected]> | ||
deal <[email protected]> | ||
David Machaj <[email protected]> | ||
Jessica Clarke <[email protected]> | ||
Jeremy Rose <[email protected]> | ||
woclass <[email protected]> | ||
Luca Adrian L <[email protected]> | ||
WenTao Ou <[email protected]> | ||
jonilaitinen <[email protected]> | ||
UMU <[email protected]> | ||
Paul Evans <[email protected]> | ||
wyckster <[email protected]> | ||
Vittore F. Scolari <[email protected]> | ||
roflcopter4 <[email protected]> | ||
V-for-Vasili <[email protected]> | ||
Denny C. Dai <[email protected]> | ||
Hannah Shi <[email protected]> | ||
tuftedocelot <[email protected]> | ||
blogdaren <[email protected]> | ||
chucksilvers <[email protected]> | ||
Sergey Fedorov <[email protected]> | ||
theanarkh <[email protected]> | ||
Samuel Cabrero <[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
Oops, something went wrong.