Jef 20d28e80a5 Initial community commit 1 rok pred
..
auth 20d28e80a5 Initial community commit 1 rok pred
cgi 20d28e80a5 Initial community commit 1 rok pred
README 20d28e80a5 Initial community commit 1 rok pred
dicttest.lua 20d28e80a5 Initial community commit 1 rok pred
excepttest.lua 20d28e80a5 Initial community commit 1 rok pred
find-connect-limit 20d28e80a5 Initial community commit 1 rok pred
ftptest.lua 20d28e80a5 Initial community commit 1 rok pred
hello.lua 20d28e80a5 Initial community commit 1 rok pred
httptest.lua 20d28e80a5 Initial community commit 1 rok pred
index.html 20d28e80a5 Initial community commit 1 rok pred
ltn12test.lua 20d28e80a5 Initial community commit 1 rok pred
luasocket.png 20d28e80a5 Initial community commit 1 rok pred
mimetest.lua 20d28e80a5 Initial community commit 1 rok pred
smtptest.lua 20d28e80a5 Initial community commit 1 rok pred
stufftest.lua 20d28e80a5 Initial community commit 1 rok pred
tcp-getoptions 20d28e80a5 Initial community commit 1 rok pred
test_bind.lua 20d28e80a5 Initial community commit 1 rok pred
test_getaddrinfo.lua 20d28e80a5 Initial community commit 1 rok pred
test_socket_error.lua 20d28e80a5 Initial community commit 1 rok pred
testclnt.lua 20d28e80a5 Initial community commit 1 rok pred
testmesg.lua 20d28e80a5 Initial community commit 1 rok pred
testsrvr.lua 20d28e80a5 Initial community commit 1 rok pred
testsupport.lua 20d28e80a5 Initial community commit 1 rok pred
tftptest.lua 20d28e80a5 Initial community commit 1 rok pred
udp-zero-length-send 20d28e80a5 Initial community commit 1 rok pred
udp-zero-length-send-recv 20d28e80a5 Initial community commit 1 rok pred
udpconnectclnt.lua 20d28e80a5 Initial community commit 1 rok pred
udpconnectsrvr.lua 20d28e80a5 Initial community commit 1 rok pred
unixdgramclnt.lua 20d28e80a5 Initial community commit 1 rok pred
unixdgramsrvr.lua 20d28e80a5 Initial community commit 1 rok pred
unixstreamclnt.lua 20d28e80a5 Initial community commit 1 rok pred
unixstreamsrvr.lua 20d28e80a5 Initial community commit 1 rok pred
upload.html 20d28e80a5 Initial community commit 1 rok pred
urltest.lua 20d28e80a5 Initial community commit 1 rok pred
utestclnt.lua 20d28e80a5 Initial community commit 1 rok pred
utestsrvr.lua 20d28e80a5 Initial community commit 1 rok pred

README

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.