log net/server_select.lua @ 3398:abc4a52aef02

age author description
Thu, 22 Jul 2010 13:19:37 +0100 Matthew Wild net.server_select: Remove 'now' parameter from starttls(), and base it on whether the sendbuffer is empty instead
Fri, 16 Jul 2010 22:28:50 +0100 Matthew Wild net.server_select: Ensure that onconnect is called for server sockets as well as clients, rather than onincoming. Fixes mod_console traceback, issue #197
Fri, 02 Jul 2010 17:44:14 +0100 Matthew Wild Merge 0.7->trunk
Fri, 02 Jul 2010 17:24:40 +0100 Matthew Wild net.server_select: Clean up buffer and fire drained callback on successful write before we try and start TLS negotiation (if negotiation fails instantly then we can be left without a handler to use for cleanup) (thanks dersd)
Fri, 02 Jul 2010 17:23:17 +0100 Matthew Wild net.server_select: Fix a snippet of code that was living at the wrong indentation level
Thu, 06 May 2010 23:16:50 +0500 Waqas Hussain net.server_select: Remove some debugging code.
Wed, 05 May 2010 17:22:43 +0100 Matthew Wild Merge 0.7->trunk