mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 22:38:21 +01:00
4b671f4551
Conflicts in options.c were just due to independent small functions being close to each other. unix.c in mwild was broken, it wasn't using LUASOCKET_API. serial.c needed luaL_reg renamed, and to use LUASOCKET_API. makefile didn't respect standard DESTDIR and prefix makefile variables, and didn't allow LUAV variable to select lua version to build against. I've tested the top-level install-both target builds and installs against both lua5.1 and lua5.2, but not done further testing. Conflicts: README config gem/ltn012.tex makefile src/makefile src/options.c src/options.h src/tcp.c src/usocket.c |
||
---|---|---|
.. | ||
auth | ||
cgi | ||
dicttest.lua | ||
excepttest.lua | ||
find-connect-limit | ||
ftptest.lua | ||
hello.lua | ||
httptest.lua | ||
index.html | ||
ltn12test.lua | ||
luasocket.png | ||
mimetest.lua | ||
README | ||
smtptest.lua | ||
stufftest.lua | ||
tcp-getoptions | ||
testclnt.lua | ||
testmesg.lua | ||
testsrvr.lua | ||
testsupport.lua | ||
tftptest.lua | ||
udp-zero-length-send | ||
udp-zero-length-send-recv | ||
unixclnt.lua | ||
unixsrvr.lua | ||
upload.html | ||
urltest.lua | ||
utestclnt.lua | ||
utestsrvr.lua |
This provides the automated test scripts used to make sure the library is working properly. The files provided are: testsrvr.lua -- test server testclnt.lua -- test client To run these tests, just run lua on the server and then on the client. hello.lua -- run to verify if installation worked Good luck, Diego.