aboutsummaryrefslogtreecommitdiffstats
path: root/net/server_select.lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* net.server_select: Fix possibility of losing data sent from a socket just bef...Matthew Wild2009-12-031-1/+1
* 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 st...Matthew Wild2009-11-211-2/+2
* net.server: Rename to net.server_selectMatthew Wild2009-11-211-0/+914