forked from mitchellh/zig-libuv
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from optimism-java/upgrade_libuv
deps: pin libuv to v1.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
35 files
+66 −69 | .github/workflows/CI-unix.yml | |
+1 −1 | .github/workflows/sanitizer.yml | |
+2 −3 | CMakeLists.txt | |
+1 −1 | ChangeLog | |
+0 −1 | LINKS.md | |
+3 −3 | MAINTAINERS.md | |
+1 −2 | Makefile.am | |
+1 −1 | SUPPORTED_PLATFORMS.md | |
+1 −1 | configure.ac | |
+0 −25 | docs/src/threading.rst | |
+0 −5 | include/uv.h | |
+0 −6 | include/uv/errno.h | |
+3 −3 | include/uv/version.h | |
+1 −1 | include/uv/win.h | |
+0 −3 | src/fs-poll.c | |
+1 −1 | src/idna.c | |
+0 −83 | src/unix/async.c | |
+1 −1 | src/unix/core.c | |
+18 −2 | src/unix/darwin-proctitle.c | |
+0 −24 | src/unix/internal.h | |
+12 −17 | src/unix/kqueue.c | |
+21 −9 | src/unix/pipe.c | |
+0 −98 | src/unix/thread.c | |
+0 −3 | src/uv-common.c | |
+0 −14 | src/uv-common.h | |
+3 −9 | src/win/pipe.c | |
+0 −82 | src/win/thread.c | |
+2 −2 | src/win/util.c | |
+1 −1 | test/test-fs-event.c | |
+7 −19 | test/test-idna.c | |
+0 −6 | test/test-list.h | |
+0 −9 | test/test-pipe-getsockname.c | |
+0 −143 | test/test-thread-name.c | |
+0 −10 | test/test-thread.c | |
+2 −17 | test/test-udp-multicast-join.c |