aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2001-03-12Corrected command line parameter bug...Diego Nehab1-0/+1
2001-03-12Set timeout on data socket, to avoid hangs due to no keepalive packets.Diego Nehab1-0/+2
2001-03-07Updated for release 1.2.1.Diego Nehab2-34/+48
2001-03-06Updated to remove use of global methods. Conforming toDiego Nehab2-44/+44
2001-03-06Uptated for LuaSocket 1.2. The version released was incompatible...Diego Nehab1-2/+3
2001-03-06Updated to remove use of global methods. Conforming toDiego Nehab3-15/+15
2001-03-06Updated to remove use of global methods. Conforming toDiego Nehab1-2/+2
2001-03-06Removed global version of table methods.Diego Nehab1-329/+201
2001-03-06Updated for release 1.2.1Diego Nehab1-2/+16
2001-01-28Relaxed timeout tests.Diego Nehab1-14/+15
2001-01-28Added support for the CYGWIN gcc compiler.Diego Nehab1-3/+9
2001-01-25Data connection is now passive. Even minimum FTP servers are usable.Diego Nehab1-62/+73
2001-01-25Updated for LuaSocket 1.2Diego Nehab1-9/+8
2001-01-25HTTP is now generic, with function http_request.Diego Nehab1-167/+258
2001-01-25Updated for LuaSocket 1.2.Diego Nehab1-90/+104
2001-01-25Updated for LuaSocket 1.2.Diego Nehab1-359/+428
2001-01-25Initial revisionDiego Nehab6-0/+191
2001-01-25Parameter passing updated.Diego Nehab2-4/+4
2001-01-25Updated for LuaSocket 1.2Diego Nehab1-22/+25
2001-01-25UDP code implemented.Diego Nehab1-797/+1466
2001-01-25It just creates the distribution now.Diego Nehab1-60/+10
2001-01-17Modified beause of name changes in examples.Diego Nehab1-20/+20
2001-01-15The actuall bind to the Lua language has been rewritten withDiego Nehab1-457/+442
2001-01-13Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines.Diego Nehab1-6/+3
2001-01-13All input from sockets is now buffered. This has drasticallyDiego Nehab1-315/+267
2000-12-29Initial revisionDiego Nehab12-0/+1777
2000-12-29Simplified SIGPIPE treatment.Diego Nehab1-16/+6
2000-12-27Added new receive pattern "*a"Diego Nehab1-202/+386