Log

net/server_event.lua @ 4554:6ceabde7af91

description author age
net.server_event: Fix :pause() to actually stop reading from the socket, rather than ignoring socket-readable events (!), and :resume() to restart the event listener Matthew Wild 2012-01-16
net.server_event, net.server_select: Fixed some global pollution. Waqas Hussain 2011-10-13
net.server_event: Don't call listener.onincoming with data=nil when listener.onconnect is missing. onincoming's arguments shall always be non-nil. Waqas Hussain 2011-09-02
net.server_select, net.server_event: Silence 'error during ssl handshake' for wantread and wantwrite Matthew Wild 2011-01-11
net.server_event: Log interface and port number when binding fails Matthew Wild 2011-01-06
net.server_event: API parity with net.server_socket Paul Aurich 2010-11-22
net.server_select, net.server_event: Remove set_mode() call from server.link()... it can cause the last chunk of data to be discarded if shorter than buffersize (thanks to Zash for the debugging) Matthew Wild 2010-08-22
net.server_event: Remove some debug messages Matthew Wild 2010-08-02
net.server_event: Fix to not call onconnect a second time after the SSL handshake for starttls connections (thanks Flo) Matthew Wild 2010-07-22
net.server_event: Remove debug logging from dummy onstatus handler Matthew Wild 2010-07-17
net.server_event: attemp to fix more spelling fail. Waqas Hussain 2010-06-11
net.server_event: Also return the socket from wrapclient, to maintain compatibility with server_select (thanks uhoreg) Matthew Wild 2010-06-02
net.server_select, net.server_event: Add server.link() to link 2 connections with an intermediate buffer of the specified size Matthew Wild 2010-05-05
net.server_select, net.server_event: Support for ondrain listener callback for when send buffer is empty Matthew Wild 2010-05-05
net.server_select, net.server_event: Rename :pattern() method to :set_mode() for select backend, and add :set_mode() to event backend Matthew Wild 2010-05-05