mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
ce7f3ed13c
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: https://github.com/nodejs/node/issues/28599 Fixes: https://github.com/nodejs/node/issues/28945 Fixes: https://github.com/nodejs/node/issues/29008 PR-URL: https://github.com/nodejs/node/pull/29070 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>
81 lines
892 B
Plaintext
81 lines
892 B
Plaintext
*.swp
|
|
*.[oa]
|
|
*.l[oa]
|
|
*.opensdf
|
|
*.orig
|
|
*.pyc
|
|
*.sdf
|
|
*.suo
|
|
.vs/
|
|
*.VC.db
|
|
*.VC.opendb
|
|
core
|
|
vgcore.*
|
|
.buildstamp
|
|
.dirstamp
|
|
.deps/
|
|
/.libs/
|
|
/aclocal.m4
|
|
/ar-lib
|
|
/autom4te.cache/
|
|
/compile
|
|
/config.guess
|
|
/config.log
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/libtool
|
|
/libuv.a
|
|
/libuv.dylib
|
|
/libuv.pc
|
|
/libuv.so
|
|
/ltmain.sh
|
|
/missing
|
|
/test-driver
|
|
Makefile
|
|
Makefile.in
|
|
|
|
# Generated by gyp for android
|
|
*.target.mk
|
|
/android-toolchain
|
|
|
|
/out/
|
|
/build/
|
|
|
|
/test/.libs/
|
|
/test/run-tests
|
|
/test/run-tests.exe
|
|
/test/run-tests.dSYM
|
|
/test/run-benchmarks
|
|
/test/run-benchmarks.exe
|
|
/test/run-benchmarks.dSYM
|
|
test_file_*
|
|
|
|
*.sln
|
|
*.sln.cache
|
|
*.ncb
|
|
*.vcproj
|
|
*.vcproj*.user
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vcxproj.user
|
|
_UpgradeReport_Files/
|
|
UpgradeLog*.XML
|
|
Debug
|
|
Release
|
|
ipch
|
|
|
|
# sphinx generated files
|
|
/docs/build/
|
|
|
|
# Clion / IntelliJ project files
|
|
/.idea/
|
|
|
|
*.xcodeproj
|
|
*.xcworkspace
|
|
|
|
# make dist output
|
|
libuv-*.tar.*
|