Skip to content

Commit

Permalink
Merge pull request #1258 from dogbert17/update-2-libuv-1.35.0
Browse files Browse the repository at this point in the history
Update to libuv 1.35.0
  • Loading branch information
lizmat committed Mar 12, 2020
2 parents 6b31c93 + 0743c5d commit 04005cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/libuv
Submodule libuv updated 59 files
+5 −0 AUTHORS
+245 −183 CMakeLists.txt
+2 −2 CONTRIBUTING.md
+102 −1 ChangeLog
+2 −0 MAINTAINERS.md
+1 −0 Makefile.am
+7 −0 README.md
+1 −1 configure.ac
+9 −0 docs/src/misc.rst
+5 −1 docs/src/pipe.rst
+ docs/src/static/diagrams.key/Data/st0-311.jpg
+ docs/src/static/diagrams.key/Data/st1-475.jpg
+5 −0 docs/src/tcp.rst
+10 −3 docs/src/udp.rst
+7 −1 include/uv.h
+2 −2 include/uv/version.h
+1 −1 include/uv/win.h
+1 −1 src/timer.c
+13 −71 src/unix/async.c
+52 −91 src/unix/core.c
+25 −0 src/unix/freebsd.c
+1 −16 src/unix/ibmi.c
+27 −4 src/unix/internal.h
+20 −47 src/unix/linux-inotify.c
+1 −190 src/unix/linux-syscalls.c
+0 −79 src/unix/linux-syscalls.h
+4 −6 src/unix/openbsd.c
+20 −11 src/unix/os390-syscalls.c
+5 −1 src/unix/pipe.c
+35 −43 src/unix/process.c
+42 −23 src/unix/proctitle.c
+1 −22 src/unix/signal.c
+10 −2 src/unix/tcp.c
+207 −9 src/unix/udp.c
+80 −71 src/win/pipe.c
+12 −11 src/win/tcp.c
+220 −117 src/win/tty.c
+1 −0 test/benchmark-list.h
+6 −2 test/benchmark-multi-accept.c
+163 −0 test/benchmark-ping-udp.c
+40 −15 test/echo-server.c
+11 −0 test/run-tests.c
+18 −1 test/runner.c
+3 −0 test/test-fs-copyfile.c
+9 −1 test/test-fs-event.c
+11 −0 test/test-fs.c
+5 −6 test/test-get-memory.c
+2 −0 test/test-get-passwd.c
+38 −2 test/test-list.h
+27 −10 test/test-poll.c
+59 −0 test/test-process-title.c
+26 −1 test/test-signal-pending-on-close.c
+19 −3 test/test-spawn.c
+89 −46 test/test-stdio-over-pipes.c
+1,621 −0 test/test-tty-escape-sequence-processing.c
+4 −0 test/test-udp-connect.c
+55 −4 test/test-udp-ipv6.c
+2 −1 test/test-watcher-cross-stop.c
+2 −0 test/test.gyp

0 comments on commit 04005cf

Please sign in to comment.