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

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.