Skip to content

Commit

Permalink
update submodule luv to 1.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Jan 23, 2020
1 parent f14cc3c commit 60b226e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/luv
Submodule luv updated 65 files
+58 −0 .ci/bindcov.sh
+10 −5 .ci/install.bat
+1 −0 .ci/lsan_build.supp
+1 −1 .ci/make_rockspec.sh
+15 −7 .ci/set_compiler_env.bat
+52 −9 .travis.yml
+2 −2 CMakeLists.txt
+14 −10 Makefile
+3 −2 README.md
+48 −19 appveyor.yml
+1 −1 deps/libuv
+1 −1 deps/lua
+1 −1 deps/luajit
+8 −4 deps/luajit.cmake
+1,564 −357 docs.md
+4 −1 examples/talking-to-children.lua
+3 −3 lgtm.yml
+3 −1 lib/tap.lua
+8 −0 lib/utils.lua
+16 −7 msvcbuild.bat
+1 −1 rockspecs/luv-scm-0.rockspec
+1 −3 src/async.c
+2 −6 src/check.c
+1 −1 src/dns.c
+152 −70 src/fs.c
+2 −6 src/fs_event.c
+2 −6 src/fs_poll.c
+18 −20 src/handle.c
+2 −6 src/idle.c
+0 −26 src/lhandle.c
+1 −6 src/lhandle.h
+5 −2 src/loop.c
+8 −2 src/lreq.c
+3 −0 src/lreq.h
+1 −0 src/lthreadpool.h
+63 −6 src/luv.c
+9 −2 src/luv.h
+198 −10 src/misc.c
+3 −8 src/pipe.c
+2 −6 src/poll.c
+2 −6 src/prepare.c
+6 −6 src/process.c
+1 −3 src/req.c
+19 −25 src/signal.c
+27 −82 src/stream.c
+43 −17 src/tcp.c
+5 −19 src/thread.c
+3 −9 src/timer.c
+36 −6 src/tty.c
+38 −50 src/udp.c
+42 −0 src/util.c
+15 −1 src/util.h
+63 −45 src/work.c
+4 −0 tests/manual-test-leaks.lua
+0 −10 tests/run.lua
+55 −0 tests/test-callbacks.lua
+3 −1 tests/test-dns.lua
+183 −0 tests/test-fs.lua
+53 −0 tests/test-misc.lua
+44 −16 tests/test-process.lua
+2 −0 tests/test-sigchld-after-lua_close.sh
+13 −5 tests/test-signal.lua
+181 −0 tests/test-tcp.lua
+27 −2 tests/test-udp.lua
+2 −0 tests/test-work.lua

0 comments on commit 60b226e

Please sign in to comment.