aboutsummaryrefslogtreecommitdiffstats
path: root/net/server_event.lua
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* net.server_event: Add set_sslctx() method to connectionsMatthew Wild2009-11-221-1/+3
* net.server_event: conn.usingssl -> conn._usingsslMatthew Wild2009-11-221-4/+4
* net.server_event: Use correct listener callbacksMatthew Wild2009-11-221-2/+2
* net.server_event: Small whitespace fixesMatthew Wild2009-11-221-1/+2
* net.server_event: Correct a few instances of .sslctx to ._sslctxMatthew Wild2009-11-221-2/+2
* net.server_event: Call connection's onconnect, no need to pass closures aroun...Matthew Wild2009-11-221-1/+1
* net.server_event: Use connection id in all relevant loggingMatthew Wild2009-11-221-11/+11
* net.server_event: Define id property for connection objects, to aid loggingMatthew Wild2009-11-221-0/+2
* net.server_event: Define vdebug function for convenienceMatthew Wild2009-11-221-0/+1
* net.server_event: Change to new standard addserver() syntaxMatthew Wild2009-11-211-2/+2
* net.server_event: Export base as event_baseMatthew Wild2009-11-211-0/+1
* net.server_event: Comment overly verbose log messageMatthew Wild2009-11-211-1/+1
* net.server_event: Remove redundant getid() functionMatthew Wild2009-11-201-5/+0
* net.server_event: Initial commit of server_event.lua. Don't get too excited, ...Matthew Wild2009-11-201-0/+759