log net/server_select.lua @ 4349:16fd8061964e

age author description
Sat, 20 Aug 2011 15:06:14 -0400 Matthew Wild net.server_select: Merge straight-SSL and starttls code paths, also fixes onconnect being called before handshake completion for straight-SSL
Sat, 20 Aug 2011 15:04:17 -0400 Matthew Wild net.server_select: Update error logging logic during SSL handshake (now shows correctly when a handshake exceeded max. allowed iterations)
Sat, 20 Aug 2011 15:03:16 -0400 Matthew Wild net.server_select: Small fix to SSL handshake logic, read/wrote were being checked despite it not being possible for them to be other than nil
Sat, 20 Aug 2011 14:59:31 -0400 Matthew Wild net.server_select: Do not set 'ssl' flag simply when assigning an sslctx to a handler, it doesn't mean anything
Wed, 15 Jun 2011 23:44:18 +0200 Florian Zeitz connlistener, server_select, prosody: Add support for binding to multiple addresses
Mon, 14 Feb 2011 19:12:16 +0000 Matthew Wild net.server_select: Expose step() function (thanks Ɓukasz)
Tue, 11 Jan 2011 05:04:08 +0000 Matthew Wild net.server_select, net.server_event: Silence 'error during ssl handshake' for wantread and wantwrite
Sat, 18 Dec 2010 14:46:28 +0000 Matthew Wild net/server_select.lua: Reduce select() timeout back to 1s
Thu, 02 Dec 2010 23:07:45 +0500 Waqas Hussain net.server_select: Set select() timeout to 3600 by default.
Thu, 02 Dec 2010 23:06:30 +0500 Waqas Hussain net.server_select: Made another global local.
Thu, 02 Dec 2010 22:55:42 +0500 Waqas Hussain net.server_select: Made some globals local.
Thu, 02 Dec 2010 22:40:42 +0500 Waqas Hussain net.server_select: Make changes required for sub-second timer precision.
Fri, 22 Oct 2010 06:33:30 +0100 Matthew Wild net.server_select: Restore real sendbuffer() before calling onconnect handler, in case onconnect sends data and the socket is still writeable (causing stack overflow into sendbuffer()/onconnect())
Thu, 09 Sep 2010 20:10:28 +0100 Matthew Wild net.server_select: Add server.step() to run through a single iteration of the event loop
Sun, 22 Aug 2010 21:12:22 +0100 Matthew Wild net.server_select, net.server_event: Remove set_mode() call from server.link()... it can cause the last chunk of data to be discarded if shorter than buffersize (thanks to Zash for the debugging)