-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule luv
updated
23 files
+1 −0 | .ci/install.bat | |
+4 −0 | .ci/set_compiler_env.bat | |
+6 −6 | .ci/setup_lua.sh | |
+5 −7 | .github/workflows/ci.yml | |
+7 −12 | CMakeLists.txt | |
+7 −23 | appveyor.yml | |
+1 −1 | deps/libuv | |
+1 −1 | deps/luajit | |
+17 −5 | docs.md | |
+7 −1 | luv-scm-0.rockspec | |
+2 −1 | msvcbuild.bat | |
+6 −0 | rockspecs/luv-scm-0.rockspec | |
+53 −33 | src/fs.c | |
+9 −0 | src/handle.c | |
+6 −2 | src/lreq.c | |
+14 −0 | src/luv.c | |
+16 −8 | src/misc.c | |
+1 −0 | src/private.h | |
+4 −1 | src/req.c | |
+9 −0 | src/stream.c | |
+14 −22 | src/thread.c | |
+57 −0 | tests/test-fs.lua | |
+5 −0 | tests/test-misc.lua |