log net/server_select.lua @ 6112:819e00a86239

age author description
Mon, 16 Dec 2013 23:32:11 +0000 Matthew Wild Merge 0.9->0.10
Mon, 16 Dec 2013 23:31:43 +0000 Matthew Wild net.server_select: Don't remove the socket from sendlist when we might have data in the buffer (we'll now let sendbuffer() take care of that) (thanks daurnimator)
Sat, 28 Sep 2013 18:40:48 +0100 Matthew Wild server_select: fix onreadtimeout support so that listeners can override the default (disconnect) behaviour
Fri, 06 Sep 2013 10:53:04 +0200 Kim Alvefur net.server_select: Return handler from addclient
Fri, 06 Sep 2013 10:52:37 +0200 Kim Alvefur net.server_select: Pass on all arguments to addclient on to wrapclient
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Sun, 09 Jun 2013 17:03:15 +0200 Kim Alvefur Merge 0.9->trunk
Sun, 09 Jun 2013 17:00:26 +0200 Kim Alvefur net.server_select: Make sure there is a server to pause when hitting maxfd (Thanks elghinn)
Wed, 05 Jun 2013 21:36:29 +0100 Matthew Wild Merge 0.9->trunk
Sun, 02 Jun 2013 16:23:19 -0400 Waqas Hussain net.server_select: Ensure _maxfd = math.huge on Windows, always.
Fri, 24 May 2013 18:33:16 +0100 Matthew Wild net.server_select: Default checkinterval to 30s, so that read timeouts are actually detected
Fri, 24 May 2013 18:14:09 +0100 Matthew Wild net.server_select: Support for listener.onreadtimeout() [see also e67891ad18d6]
Mon, 29 Apr 2013 20:26:48 +0500 Waqas Hussain net.server_select: Don't limit max file descriptor number on Windows.
Sat, 27 Apr 2013 22:46:01 +0200 Kim Alvefur net.server*: Allow the TCP backlog parameter to be set in the config