aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | improved line I/O. The code is much simpler now, too. All timeout management has been rewritten.
* Initial revisionDiego Nehab2000-12-2912-0/+1777
|
* Simplified SIGPIPE treatment.Diego Nehab2000-12-291-16/+6
| | | | Changed some ints to size_ts.
* Added new receive pattern "*a"Diego Nehab2000-12-271-202/+386
| | | | | Added new bind pattern "*" that binds to INADDR_ANY bind now also returns the ip and port bound to.
* Initial revisionDiego Nehab2000-06-021-0/+1357