aboutsummaryrefslogtreecommitdiff
path: root/FIX (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-01Test server exits gracefully at command of test clientDiego Nehab1-0/+7
2012-04-29Update method list in testsFlorian Zeitz1-1/+4
2012-04-29Select loadstring or load for Lua 5.1/5.2 respectivelyFlorian Zeitz1-1/+1
2012-04-29Test method registration for IPv6 socketsFlorian Zeitz1-4/+9
2012-04-26:shutdown() errors on all invalid argument stringsSam Roberts2-37/+9
2012-04-27Added Sam's suggestion to TODODiego Nehab1-1/+2
2012-04-24Fixed getpeername/getsockname situationDiego Nehab8-62/+107
2012-04-23socket.bind also tries all addresses returned by getaddrinfo.Diego Nehab2-14/+25
2012-04-23socket.connect() loops over addresses returned by getaddrinfoDiego Nehab1-13/+23
2012-04-23Making progress toward a releaseDiego Nehab53-108/+236
2012-04-17First stab at documenationDiego Nehab12-197/+367
2012-04-16merged lua_typerrror.{c,h} into auxiliar.{c,h}Diego Nehab7-30/+58
2012-04-11On failure, exit with a message instead of blocking indefinitely.Sam Roberts1-2/+4
2012-04-11Add Wurldtech note to README.Sam Roberts1-0/+3
2012-04-11Correct luasocket version in v2.0.2 readme.Sam Roberts1-1/+1
2012-04-11Support getoption method for tcp objects.Sam Roberts6-1/+170
2012-04-11Bounds check the argument to FD_SETSam Roberts1-0/+1
2012-04-11socket_strerror() sometimes maps errno, instead of its argumentSam Roberts1-2/+2
2012-04-11Fix links to home.html, they should be to index.html.Sam Roberts14-55/+55
2012-04-11mime: Remove io dependencyroot1-1/+0
2012-04-11Document dirty, getfd, and setfd for select and tcp.Sam Roberts3-0/+67
2012-04-11Reference index was missing documented APIs, and only partially alphabetized.Sam Roberts1-5/+8
2012-04-11Add support for serial devices as socket streams on unix.Sam Roberts6-1/+265
2012-04-11testsrvr asserts when test finishes successfully.Sam Roberts1-1/+6