Skip to content

Commit 402aa1b

Browse files
cjihrigcodebytere
authored andcommittedJun 9, 2020
deps: upgrade to libuv 1.38.0
Notable changes: - `uv_library_shutdown()` has been added. - `uv_udp_init_ex()` now accepts `UV_UDP_RECVMMSG`, although it is a no-op. - Obsolete `MAX_PATH` restrictions have been removed on Windows, and Windows is now long path aware. - Windows environment variables longer than 32,767 characters are now supported. - Linux `cpu_times` are now reported as milliseconds to match other platforms. - A memory leak resulting from `uv_loop_init()` failures has been fixed. PR-URL: #33446 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent a48aeb3 commit 402aa1b

Some content is hidden

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

60 files changed

+1068
-416
lines changed
 

‎deps/uv/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ ipch
6767

6868
# Clion / IntelliJ project files
6969
/.idea/
70+
cmake-build-debug/
7071

7172
*.xcodeproj
7273
*.xcworkspace

‎deps/uv/AUTHORS

+7
Original file line numberDiff line numberDiff line change
@@ -425,3 +425,10 @@ Sk Sajidul Kadir <sheikh.sajid522@gmail.com>
425425
twosee <twose@qq.com>
426426
Rikard Falkeborn <rikard.falkeborn@gmail.com>
427427
Yash Ladha <yashladhapankajladha123@gmail.com>
428+
James Ross <git@james-ross.co.uk>
429+
Colin Finck <colin@reactos.org>
430+
Shohei YOSHIDA <syohex@gmail.com>
431+
Philip Chimento <philip.chimento@gmail.com>
432+
Michal Artazov <michal@artazov.cz>
433+
Jeroen Roovers <jer@gentoo.org>
434+
MasterDuke17 <MasterDuke17@users.noreply.github.com>

0 commit comments

Comments
 (0)
Please sign in to comment.