Skip to content

Commit

Permalink
uv, feat: update to v1.44.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Jan 23, 2023
1 parent c86a015 commit 09736b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vender
Submodule vender updated 57 files
+1 −3 uv/CMakeLists.txt
+0 −70 uv/LICENSE
+0 −396 uv/LICENSE-docs
+3 −2 uv/include/uv.h
+0 −54 uv/include/uv/android-ifaddrs.h
+2 −2 uv/include/uv/version.h
+15 −16 uv/include/uv/win.h
+1 −1 uv/src/fs-poll.c
+6 −5 uv/src/idna.c
+1 −1 uv/src/strscpy.h
+52 −0 uv/src/strtok.c
+27 −0 uv/src/strtok.h
+0 −713 uv/src/unix/android-ifaddrs.c
+8 −7 uv/src/unix/atomic-ops.h
+4 −4 uv/src/unix/bsd-ifaddrs.c
+1 −0 uv/src/unix/bsd-proctitle.c
+146 −102 uv/src/unix/core.c
+15 −0 uv/src/unix/freebsd.c
+16 −2 uv/src/unix/fs.c
+167 −0 uv/src/unix/hurd.c
+17 −8 uv/src/unix/internal.h
+22 −1 uv/src/unix/kqueue.c
+8 −31 uv/src/unix/linux-core.c
+19 −17 uv/src/unix/os390-syscalls.c
+232 −57 uv/src/unix/os390.c
+5 −3 uv/src/unix/pipe.c
+661 −125 uv/src/unix/process.c
+44 −89 uv/src/unix/stream.c
+29 −7 uv/src/unix/sunos.c
+14 −5 uv/src/unix/tcp.c
+53 −33 uv/src/unix/thread.c
+62 −16 uv/src/unix/tty.c
+20 −8 uv/src/unix/udp.c
+3 −1 uv/src/uv-common.c
+4 −1 uv/src/uv-common.h
+5 −5 uv/src/win/async.c
+47 −43 uv/src/win/core.c
+18 −18 uv/src/win/fs-event.c
+12 −12 uv/src/win/fs.c
+13 −13 uv/src/win/handle-inl.h
+13 −13 uv/src/win/handle.c
+72 −73 uv/src/win/internal.h
+2 −2 uv/src/win/loop-watcher.c
+304 −252 uv/src/win/pipe.c
+19 −17 uv/src/win/poll.c
+10 −10 uv/src/win/process.c
+18 −25 uv/src/win/req-inl.h
+6 −6 uv/src/win/signal.c
+4 −4 uv/src/win/stream-inl.h
+19 −12 uv/src/win/stream.c
+129 −126 uv/src/win/tcp.c
+21 −73 uv/src/win/thread.c
+112 −109 uv/src/win/tty.c
+53 −52 uv/src/win/udp.c
+14 −92 uv/src/win/util.c
+4 −4 uv/src/win/winapi.c
+14 −14 uv/src/win/winsock.c

0 comments on commit 09736b8

Please sign in to comment.