aboutsummaryrefslogtreecommitdiffstats
path: root/net/server.lua
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.9->0.10Kim Alvefur2016-01-221-1/+1
|\
| * server_select: Retry accepting clients from full servers after 10s (matches l...Kim Alvefur2016-01-221-1/+1
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
|/
* net.server*: Allow the TCP backlog parameter to be set in the configKim Alvefur2013-04-271-0/+1
* net.server, _select: Reorganise configuration of server_select to be more lik...Kim Alvefur2013-03-231-3/+11
* net.server: No sections in config anymoreKim Alvefur2013-03-231-2/+2
* net.server: Don't return anything from config-reloaded hook, fixes logrotate ...Kim Alvefur2012-12-291-2/+1
* net.server: Fix when no network_settings set and using libeventKim Alvefur2012-11-231-1/+1
* net.server: Make server_* configurable in the config file.Kim Alvefur2012-11-231-0/+32
* net.server: server_select != server_event (thanks Nulani, Florob)Matthew Wild2012-05-031-1/+1
* net.server, net.timer, net.server_select: Rearrange dependencies between thes...Matthew Wild2012-05-031-14/+2
* net.server: Don't load configmanager if not running inside Prosody, assume se...Matthew Wild2010-08-231-1/+1
* Merge 0.6->0.7Matthew Wild2010-03-221-0/+7
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-1/+1
| * net.server_select: Restore checks for wantread/timeout errors on receiveMatthew Wild2009-12-031-1/+1
| * net.server_select: Make bufferlen() method return, of all things, the buffer ...Matthew Wild2009-12-031-1/+1
| * net.server_select: Fix possibility of losing data sent from a socket just bef...Matthew Wild2009-12-031-1/+1
* | net.server: Remove redundant commented code and some trailing whitespaceMatthew Wild2010-02-151-2/+1
* | net.server: When libevent backend is in use, override signal.signal to use se...Matthew Wild2010-01-101-0/+17
* | net.server: Log an error when libevent is requested, but luaevent is unavaila...Waqas Hussain2009-11-241-2/+9
* | net.server: Add some comments to explain to waqas how it all works :)Matthew Wild2009-11-221-1/+6
* | net.server: Small fix for addtimer() compatibility codeMatthew Wild2009-11-211-1/+1
* | net.server: New net.server to choose the appropriate library from server_sele...Matthew Wild2009-11-211-0/+21
* | net.server: Rename to net.server_selectMatthew Wild2009-11-211-914/+0
|/
* server.lua: Standardise on 'client' variable to refer to the socket, makes th...Matthew Wild2009-10-261-3/+3
* server.lua: Add addsocket(), refactor all code to use it, fixes nasty socket ...Matthew Wild2009-10-261-21/+18
* net.server: Allow changing the sslctx of a connection after it has been estab...Matthew Wild2009-10-171-16/+22
* Merge with 0.5Matthew Wild2009-10-141-7/+9
|\
| * net.server: Better handling of closing sockets during sendMatthew Wild2009-10-141-6/+9
* | net.server: Small logging improvementsMatthew Wild2009-10-041-3/+3
* | net.server: Pass current time to timer callbacksMatthew Wild2009-10-041-1/+1
* | net.server: Increase SSL handshake round-trip limit, and make it configurableMatthew Wild2009-10-041-2/+4
* | net.server: Call handler's status() to notify it of ssl handshake successMatthew Wild2009-10-041-1/+2
* | net.server: Provide a way to get sslctx of a client connectionMatthew Wild2009-10-041-0/+3
* | net.server: Provide a way to get sslctx of a serverMatthew Wild2009-10-041-0/+3
* | Merge with 0.5Matthew Wild2009-10-021-1/+1
|\|
| * net.server: Fix missing concatenation operator in error messageMatthew Wild2009-10-021-1/+1
* | Merge with 0.5Matthew Wild2009-09-211-0/+1
|\|
| * net.server: Fix traceback when closing connections with buffered data get clo...Matthew Wild2009-09-211-0/+1
| * net.server: Add checking for nil sockets to prevent tracebackMatthew Wild2009-08-181-7/+13
* | net.server: Add checking for nil sockets to prevent tracebackMatthew Wild2009-08-181-7/+13
* | net.server: Comment all calls to mem_free/collectgarbage... not really suitab...Matthew Wild2009-08-161-5/+5
|/
* net.server: Much improve SSL/TLS error reporting, do our best to understand a...Matthew Wild2009-07-281-6/+27
* net.server: Fail to open port if legacy SSL requested, but SSL not availableMatthias Diene2009-07-231-1/+6
* net.server: Remove listener from listeners table when calling removeserverMatthew Wild2009-07-231-0/+1
* net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting ...Matthew Wild2009-07-231-0/+1
* net.server: Continue to initialise port listener even when SSL errors occurMatthias Diener2009-07-231-6/+8
* net.server: Initiate the handshake when we should, the more correcter fix for...Matthew Wild2009-07-131-1/+2
* net.server: Fix copyright header line endings and textMatthew Wild2009-07-121-16/+6
* net.server: Correct fix for SSL traceback earlierMatthew Wild2009-07-121-1/+1