aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added support to UDP socket options.Diego Nehab2001-04-231-77/+139
* Some internal functions were not static.Diego Nehab2001-04-161-32/+37
* BUG: multi-line replies were not supported.Diego Nehab2001-03-271-338/+315
* Found a new way to define global version of table methods using only ~15Diego Nehab2001-03-121-144/+222
* Removed global version of table methods.Diego Nehab2001-03-061-329/+201
* Updated for release 1.2.1Diego Nehab2001-03-061-2/+16
* Added support for the CYGWIN gcc compiler.Diego Nehab2001-01-281-3/+9
* Data connection is now passive. Even minimum FTP servers are usable.Diego Nehab2001-01-251-62/+73
* HTTP is now generic, with function http_request.Diego Nehab2001-01-251-167/+258
* UDP code implemented.Diego Nehab2001-01-251-797/+1466
* The actuall bind to the Lua language has been rewritten withDiego Nehab2001-01-151-457/+442
* Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines.Diego Nehab2001-01-131-6/+3
* All input from sockets is now buffered. This has drasticallyDiego Nehab2001-01-131-315/+267
* Initial revisionDiego Nehab2000-12-294-0/+1105
* Simplified SIGPIPE treatment.Diego Nehab2000-12-291-16/+6
* Added new receive pattern "*a"Diego Nehab2000-12-271-202/+386
* Initial revisionDiego Nehab2000-06-021-0/+1357