Skip to content

Commit 794abbc

Browse files
cjihrigBethGriggs
authored andcommittedMar 2, 2020
deps: upgrade to libuv 1.31.0
Notable changes: - UV_FS_O_FILEMAP has been added for faster access to memory mapped files on Windows. - uv_fs_mkdir() now returns UV_EINVAL for invalid filenames on Windows. It previously returned UV_ENOENT. - The uv_fs_statfs() API has been added. - The uv_os_environ() and uv_os_free_environ() APIs have been added. Fixes: #28599 Fixes: #28945 Fixes: #29008 PR-URL: #29070 Backport-PR-URL: #31969 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent ed71f55 commit 794abbc

Some content is hidden

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

42 files changed

+2136
-150
lines changed
 

‎deps/uv/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Makefile.in
5151
/test/run-benchmarks
5252
/test/run-benchmarks.exe
5353
/test/run-benchmarks.dSYM
54+
test_file_*
5455

5556
*.sln
5657
*.sln.cache

‎deps/uv/.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Sam Roberts <vieuxtech@gmail.com> <sam@strongloop.com>
3838
San-Tai Hsu <vanilla@fatpipi.com>
3939
Santiago Gimeno <santiago.gimeno@quantion.es> <santiago.gimeno@gmail.com>
4040
Saúl Ibarra Corretgé <saghul@gmail.com>
41+
Saúl Ibarra Corretgé <saghul@gmail.com> <s@saghul.net>
4142
Shigeki Ohtsu <ohtsu@iij.ad.jp> <ohtsu@ohtsu.org>
4243
Timothy J. Fontaine <tjfontaine@gmail.com>
4344
Yasuhiro Matsumoto <mattn.jp@gmail.com>

0 commit comments

Comments
 (0)
Please sign in to comment.