mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
f960b3872a
Documented headers.lua Update copyright date everywhere Remove RCSID from files Move version back to 2.1 rather than 2.1.1 Fixed url package to support ipv6 hosts Changed "domain" to "family" in tcp and udp structures Implemented getfamily methods |
||
---|---|---|
.. | ||
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.