aboutsummaryrefslogtreecommitdiffstats
path: root/net/server_select.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.server_select: Add get_backend() methodMatthew Wild2009-12-081-0/+5
|
* net.server_select, net.server_event: Convert to unix line endings from WindowsMatthew Wild2009-12-041-921/+921
|
* net.server_select: Restore checks for wantread/timeout errors on receiveMatthew Wild2009-12-031-1/+1
|
* net.server_select: Add a function to just lock a stream for readingSjoerd Simons2009-12-031-10/+17
|
* net.server_select: Make bufferlen() method return, of all things, the buffer ↵Matthew Wild2009-12-031-1/+1
| | | | length
* net.server_select: Fix possibility of losing data sent from a socket just ↵Matthew Wild2009-12-031-1/+1
| | | | before it closes (thanks Sjoerd Simons)
* net.server_select: Update conn.close() to use new connection method conventionMatthew Wild2009-11-281-1/+1
|
* net.server_select: Rename server.setsend() to server.set_send() for consistencyMatthew Wild2009-11-261-1/+1
|
* net.server_select: Bring up to date to new common connection APIMatthew Wild2009-11-221-24/+24
|
* net.server_select: Change addserver() parameters to be compatible with new ↵Matthew Wild2009-11-211-2/+2
| | | | standard syntax
* net.server: Rename to net.server_selectMatthew Wild2009-11-211-0/+914