net/server.lua
Sun, 04 Oct 2009 16:04:33 +0100 Matthew Wild net.server: Pass current time to timer callbacks
Sun, 04 Oct 2009 16:03:53 +0100 Matthew Wild net.server: Increase SSL handshake round-trip limit, and make it configurable
Sun, 04 Oct 2009 15:58:21 +0100 Matthew Wild net.server: Call handler's status() to notify it of ssl handshake success
Sun, 04 Oct 2009 15:56:55 +0100 Matthew Wild net.server: Provide a way to get sslctx of a client connection
Sun, 04 Oct 2009 15:56:27 +0100 Matthew Wild net.server: Provide a way to get sslctx of a server
Fri, 02 Oct 2009 21:24:16 +0100 Matthew Wild Merge with 0.5
Fri, 02 Oct 2009 21:20:53 +0100 Matthew Wild net.server: Fix missing concatenation operator in error message
Mon, 21 Sep 2009 14:42:29 +0100 Matthew Wild Merge with 0.5
Mon, 21 Sep 2009 13:53:59 +0100 Matthew Wild net.server: Fix traceback when closing connections with buffered data get closed during send
Fri, 18 Sep 2009 02:48:52 +0100 Matthew Wild Merge with 0.5
Tue, 18 Aug 2009 15:58:44 +0100 Matthew Wild net.server: Add checking for nil sockets to prevent traceback
Tue, 18 Aug 2009 15:58:44 +0100 Matthew Wild net.server: Add checking for nil sockets to prevent traceback
Sun, 16 Aug 2009 21:32:10 +0100 Matthew Wild net.server: Comment all calls to mem_free/collectgarbage... not really suitable for a realtime server, let's trust Lua's GC - it's good.
Tue, 28 Jul 2009 14:48:37 +0100 Matthew Wild net.server: Much improve SSL/TLS error reporting, do our best to understand and hide OpenSSL's ridiculously unfriendly error messages
Thu, 23 Jul 2009 12:01:00 +0100 Matthias Diene net.server: Fail to open port if legacy SSL requested, but SSL not available
Thu, 23 Jul 2009 03:06:49 +0100 Matthew Wild net.server: Remove listener from listeners table when calling removeserver
Thu, 23 Jul 2009 01:57:09 +0100 Matthew Wild net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting to wrap clients with a broken context
Thu, 23 Jul 2009 01:29:41 +0100 Matthias Diener net.server: Continue to initialise port listener even when SSL errors occur
Mon, 13 Jul 2009 21:17:51 +0100 Matthew Wild net.server: Initiate the handshake when we should, the more correcter fix for the previous correct fix
Sun, 12 Jul 2009 20:32:38 +0100 Matthew Wild net.server: Fix copyright header line endings and text
Sun, 12 Jul 2009 20:25:02 +0100 Matthew Wild net.server: Correct fix for SSL traceback earlier
Sun, 12 Jul 2009 15:18:53 +0100 Matthew Wild net.server: Don't continue with socket initialisation if SSL handshake failed, fixes nil socket traceback
Sun, 12 Jul 2009 14:29:42 +0100 Matthew Wild net.server: Don't close handler if it is already nil when SSL handshake fails
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Thu, 04 Jun 2009 15:22:04 +0100 Matthew Wild net.server: Display server port in error messages
Fri, 29 May 2009 14:30:40 +0100 Matthew Wild net.server: A connection is not secure if we delay the TLS handshake
Sun, 03 May 2009 01:11:21 +0100 Matthew Wild Merge with 0.4
Sun, 03 May 2009 01:09:57 +0100 Matthew Wild net.server: Add getserver() method to find the server listening on the specified port
Wed, 22 Apr 2009 20:33:24 +0100 Matthew Wild net.server: Fix global access/incorrect parameter
Wed, 22 Apr 2009 20:19:33 +0100 Matthew Wild net.server: Fix incorrect parameter passing
less more (0) -50 -30 tip