log net/server.lua @ 2105:fecf33cb2913

age author description
Sat, 21 Nov 2009 17:13:21 +0000 Matthew Wild net.server: Small fix for addtimer() compatibility code
Sat, 21 Nov 2009 02:39:08 +0000 Matthew Wild net.server: New net.server to choose the appropriate library from server_select/server_event based on the availability of luaevent and the use_libevent config option
Mon, 26 Oct 2009 23:35:48 +0000 Matthew Wild server.lua: Standardise on 'client' variable to refer to the socket, makes the code a bit cleaner
Mon, 26 Oct 2009 23:29:04 +0000 Matthew Wild server.lua: Add addsocket(), refactor all code to use it, fixes nasty socket object leak - moral of the story is to not duplicate code, and not prematurely optimise. But you knew that already didn't you?
Sat, 17 Oct 2009 16:21:27 +0100 Matthew Wild net.server: Allow changing the sslctx of a connection after it has been established
Wed, 14 Oct 2009 14:12:14 +0100 Matthew Wild Merge with 0.5
Wed, 14 Oct 2009 14:09:51 +0100 Matthew Wild net.server: Better handling of closing sockets during send
Sun, 04 Oct 2009 16:05:11 +0100 Matthew Wild net.server: Small logging improvements
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