aboutsummaryrefslogtreecommitdiff
path: root/src/luasocket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Issue error when select is called with invalid parameters.Diego Nehab2001-06-081-10/+11
* Select was also crashing on non-table parameters.Diego Nehab2001-06-041-14/+26
* Added support to UDP socket options.Diego Nehab2001-04-231-77/+139
* Some internal functions were not static.Diego Nehab2001-04-161-32/+37
* 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
* Added support for the CYGWIN gcc compiler.Diego Nehab2001-01-281-3/+9
* 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
* All input from sockets is now buffered. This has drasticallyDiego Nehab2001-01-131-315/+267
* 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