-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update libuv to verstion 1.49.2
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libuv
updated
26 files
+1 −0 | .mailmap | |
+5 −0 | AUTHORS | |
+50 −1 | ChangeLog | |
+1 −0 | Makefile.am | |
+0 −4 | README.md | |
+1 −1 | configure.ac | |
+1 −1 | include/uv/version.h | |
+16 −116 | src/unix/async.c | |
+3 −3 | src/unix/core.c | |
+8 −0 | src/unix/fs.c | |
+3 −23 | src/unix/internal.h | |
+0 −11 | src/unix/kqueue.c | |
+40 −25 | src/unix/linux.c | |
+0 −2 | src/uv-common.h | |
+11 −2 | src/win/error.c | |
+17 −15 | src/win/fs.c | |
+3 −2 | src/win/getaddrinfo.c | |
+2 −0 | src/win/internal.h | |
+4 −8 | src/win/pipe.c | |
+2 −2 | src/win/stream.c | |
+1 −1 | src/win/winapi.c | |
+10 −0 | src/win/winapi.h | |
+1 −1 | test/test-error.c | |
+86 −0 | test/test-fs-readdir.c | |
+9 −4 | test/test-fs.c | |
+6 −0 | test/test-list.h |