aboutsummaryrefslogtreecommitdiffstats
path: root/net/server_event.lua
Commit message (Expand)AuthorAgeFilesLines
* net.server_select, net.server_event: Add server.link() to link 2 connections ...Matthew Wild2010-05-051-0/+21
* net.server_select, net.server_event: Support for ondrain listener callback fo...Matthew Wild2010-05-051-0/+3
* net.server_select, net.server_event: Rename :pattern() method to :set_mode() ...Matthew Wild2010-05-051-1/+8
* net.server_select, net.server_event: Support for :pause() and :resume() on co...Matthew Wild2010-05-051-1/+14
* net.server_event: Be sure to fire onincoming for backwards-compatibility with...Matthew Wild2010-05-051-1/+2
* net.server_event: Call listener.onconnect if it exists, otherwise stick to li...Matthew Wild2010-04-111-2/+2
* net.server_event: Fixed spelling fail.Waqas Hussain2010-03-261-4/+4
* net.server_event: Don't re-try a write if the connection closed (thanks Flo)Matthew Wild2010-03-251-1/+1
* net.server_event: Bump timeout values up somewhatMatthew Wild2010-03-241-3/+3
* net.server_event: Fix some global accessesMatthew Wild2010-03-011-2/+2
* net.server_event: Improve and fix potential traceback in logging of new incom...Matthew Wild2010-03-011-3/+3
* net.server_event: Add lock_read() method to connectionsMatthew Wild2010-02-251-0/+4
* net.server_event: Pass false as connection error to disconnect handler if clo...Matthew Wild2010-02-181-1/+1
* net.server_event: Increase SSL handshake timeout to 30s, make handshake round...Matthew Wild2010-02-171-4/+4
* net.server_event: Fire onincoming() callback for new connections as opposed t...Matthew Wild2010-02-141-1/+2
* net.server_event: Fix another instance of creating an SSL context - certmanag...Matthew Wild2010-02-141-1/+1
* net.server_event: Fix traceback in creating SSL contextMatthew Wild2010-02-141-1/+1
* net.server_event: Fixes for traceback with no LuaSecMatthew Wild2010-02-111-3/+4
* net.server_event: Update for compatibility with new server APIMatthew Wild2010-01-311-12/+13
* net.server_event: Trailing whitespaceMatthew Wild2010-01-291-23/+23
* net.server_event: Support :setlistener() method on connections to work with p...Matthew Wild2010-01-291-0/+5
* net.server_{select,event}: Fail gracefully if socket doesn't have a setoption...Matthew Wild2010-01-211-1/+4
* net.server_event: Replace all calls to _start_ssl() to its bigger brother sta...Matthew Wild2010-01-211-2/+2
* net.server_event: Remove access to starttls method when starttls is negotiate...Matthew Wild2010-01-181-0/+1
* net.server_event: Add conn:setoption() to set options on the socketMatthew Wild2010-01-121-0/+4
* net.server_event: Add server.hook_signal(signal_num, handler) to wrap libeven...Matthew Wild2010-01-101-1/+17
* net.server_event: Add properties like _ip and _port to server objects tooMatthew Wild2009-12-171-0/+3
* net.server_event: Add :serverport() method to be compatible with old APIMatthew Wild2009-12-171-0/+5
* net.server_event: Load ssl/socket libraries if not already availableMatthew Wild2009-12-171-2/+2
* net.server_event: Add get_backend() methodMatthew Wild2009-12-081-0/+5
* Rename closeallservers to closeall in the public API (same as net.server_sele...Matthew Wild2009-12-071-1/+2
* net.server_event: Add setquitting() function to be compatible with net.server...Matthew Wild2009-12-071-0/+8
* net.server_event: Fix closeallservers() to work correctly after the giant ref...Matthew Wild2009-12-071-2/+2
* net.server_event: Return "quitting" on loop exit to be compatible with net.se...Matthew Wild2009-12-071-1/+2
* net.server_select, net.server_event: Convert to unix line endings from WindowsMatthew Wild2009-12-041-786/+786
* net.server_event: Port fix in 2dc9bbf25447 to libevent-based backendMatthew Wild2009-12-031-1/+1
* net.server_event: Add addclient/wrapclient compatible with server_select, DNS...Matthew Wild2009-11-261-23/+25
* net.server_event: tostring() some debug logging parametersMatthew Wild2009-11-261-3/+3
* net.server_event: Add set_send() for compatibility with server_selectMatthew Wild2009-11-261-0/+3
* net.server_event: Hide starttls function when the connection is not SSL-enabledMatthew Wild2009-11-261-0/+9
* net.server_event: Count the number of client connections *upwards* :)Matthew Wild2009-11-261-2/+2
* net.server_handler: Add stub handlers as fallbacks for those listeners don't ...Matthew Wild2009-11-261-1/+8
* net.server_event: Fix to make ontimeout() listener callback workMatthew Wild2009-11-261-1/+2
* net.server_event: Comment accidentally uncommented vdebug()Matthew Wild2009-11-221-1/+1
* net.server_event: Handle and ignore 'wantread' error from receive(), treat as...Matthew Wild2009-11-221-1/+1
* net.server_event: Remove premature non-optimisationMatthew Wild2009-11-221-2/+2
* net.server_event: Fix moved line caused by Mercurial's crecord and my selecti...Matthew Wild2009-11-221-1/+1
* net.server_event: Obey nowriting/nointerface for locks in interface methodsMatthew Wild2009-11-221-0/+2
* net.server_event: Use conn property for send/receive instead of caching, fixe...Matthew Wild2009-11-221-2/+2
* net.server_event: Set startsslcallback property to nil when we're done handsh...Matthew Wild2009-11-221-0/+1