forked from luvit/luvi
-
Notifications
You must be signed in to change notification settings - Fork 0
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 luvit#199 from zhaozg/master
bump version v2.9.2
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule lua-openssl
updated
22 files
+4 −4 | .travis.yml | |
+2 −3 | Makefile | |
+2 −2 | openssl-scm-7.rockspec | |
+3 −3 | src/asn1.c | |
+10 −6 | src/bio.c | |
+1 −1 | src/cms.c | |
+15 −0 | src/compat.c | |
+7 −7 | src/crl.c | |
+1 −1 | src/lhash.c | |
+18 −6 | src/openssl.c | |
+3 −2 | src/openssl.h | |
+1 −1 | src/pkey.c | |
+4 −1 | src/private.h | |
+17 −6 | src/ssl.c | |
+17 −20 | src/th-lock.c | |
+1 −1 | src/xattrs.c | |
+2 −2 | src/xname.c | |
+1 −1 | test/0.tcp.lua | |
+4 −4 | test/8.ssl.lua | |
+1 −1 | test/8.ssl_options.lua | |
+4 −3 | test/sslctx.lua | |
+3 −1 | test/test.lua |
Submodule luv
updated
6 files
+1 −1 | CMakeLists.txt | |
+13 −0 | README.md | |
+1 −1 | deps/libuv | |
+8 −0 | src/luv.c | |
+74 −19 | src/udp.c | |
+159 −0 | tests/test-udp.lua |