log net/server.lua @ 989:ec239c044f31

age author description
Sun, 12 Apr 2009 02:54:45 +0100 Matthew Wild net.server: Add server.setquitting() to gracefully quit the socket loop
Wed, 08 Apr 2009 11:22:03 +0100 Matthew Wild net.server: Ensure some logging parameters are strings
Sat, 07 Mar 2009 19:56:53 +0000 Matthew Wild net.server: Allow replacement of send function on an open socket
Wed, 04 Mar 2009 12:44:07 +0000 Matthew Wild net.server: Don't call shutdown method on socket if it doesn't have one, eg. for UDP
Tue, 03 Mar 2009 20:12:31 +0000 Matthew Wild net.server: Check for potential nil handler on close
Mon, 02 Mar 2009 19:49:09 +0000 Matthew Wild net.server: Fix to make sure we send a string to logging function
Sun, 01 Mar 2009 23:33:41 +0000 Matthew Wild net.server: Don't retry if client closes socket during SSL handshaking
Fri, 27 Feb 2009 18:40:17 +0000 Matthew Wild net.server: Some fixes for SSL/TLS handshake handling