aboutsummaryrefslogtreecommitdiffstats
path: root/net/server_select.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.server_select: Small indentation fixMatthew Wild2010-02-111-1/+1
|
* net.server_select: Fix traceback with no LuaSec available (thanks Nolan)Matthew Wild2010-02-111-3/+5
|
* net.server_select: Only allow starttls if luasec is available (thanks Nolan)Matthew Wild2010-02-101-55/+57
|
* net.server_select: *Major* whitespace refactoring to meet Prosody's coding ↵Matthew Wild2010-02-101-654/+655
| | | | style guidelines, we now have tabs
* net.server_select: listener.status -> listener.onstatus for consistencyMatthew Wild2010-01-311-1/+2
|
* net.server_select: Report whether a new listener uses SSL or not in the log ↵Matthew Wild2010-01-311-1/+1
| | | | message
* net.server_select: Remove startssl parameter to the client/server creation ↵Matthew Wild2010-01-311-117/+61
| | | | functions - passing a sslctx now indicates you want to use SSL from the start
* net.server_{select,event}: Fail gracefully if socket doesn't have a ↵Matthew Wild2010-01-211-1/+4
| | | | setoption method (LuaSec issue I think)
* net.server_select: Add conn:setoption() to set options on the socketMatthew Wild2010-01-121-0/+3
|
* net.server_select: Fix oops in last commitMatthew Wild2010-01-061-1/+1
|
* net.server_select: Allow setting the logger using server.setloggerMatthew Wild2010-01-061-0/+9
|
* 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