aboutsummaryrefslogtreecommitdiffstats
path: root/core/portmanager.lua
Commit message (Expand)AuthorAgeFilesLines
* core.portmanager: Log debug message for each kind of TLS context createdKim Alvefur2019-04-231-0/+1
* vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
* core: Split some very long lines [luacheck]Kim Alvefur2017-03-041-4/+8
* portmanager: Set default read size back to 4KKim Alvefur2016-05-041-1/+1
* Merge 0.9->0.10Kim Alvefur2016-01-111-1/+1
|\
| * core: Increase default read size to "all of it", in practice 8K (size of LuaS...Kim Alvefur2016-01-101-1/+1
* | portmanager: Lower the priority of module-supplied TLS optionsKim Alvefur2015-12-081-1/+1
* | portmanager: Add forward declarationsKim Alvefur2015-04-081-2/+6
* | core.*: Remove use of module() functionKim Alvefur2015-02-211-20/+32
* | portmanager: Remove unused argument from function [luacheck]Matthew Wild2015-05-131-1/+1
* | portmanager: Rename variable to avoid name conflict [luacheck]Matthew Wild2015-05-131-2/+2
* | portmanager: Add luacheck annotationsMatthew Wild2015-05-131-1/+1
* | portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, userm...Matthew Wild2015-05-061-1/+1
* | portmanager: Remove unused import of pairs()Matthew Wild2015-01-201-1/+1
* | core.portmanager: Simplify and take advantage of new ssl config merging in ce...Kim Alvefur2014-07-031-28/+9
* | Merge 0.9->0.10Matthew Wild2014-04-021-4/+4
|\ \ | |/ |/|
| * Remove all trailing whitespaceFlorian Zeitz2013-08-091-4/+4
* | portmanager: Make maximum read size configurable, and default to 4KBMatthew Wild2014-03-301-1/+3
|/
* portmanager: Also include the interface the service is listening onKim Alvefur2013-04-291-1/+1
* portmanager: Include port numbers the service is listening on in the info logs.Waqas Hussain2013-04-291-1/+3
* portmanager: import pairs() (thanks Maranda)Matthew Wild2013-04-051-1/+1
* portmanager: add logic to allow specification of service default values for s...Marco Cirillo2013-04-041-3/+28
* portmanager: Log error and fail to bind when port is invalid (not a number)Matthew Wild2013-03-311-9/+11
* portmanager: Add use_ipv4 option, default to true.Kim Alvefur2013-03-271-2/+6
* portmanager: use_ipv6 defaults to true if luasocket has ipv6 supportKim Alvefur2013-03-271-1/+2
* portmanager: Make sure foo_ports is a tableKim Alvefur2013-01-311-2/+3
* portmanager: Return first service with the specified name from get_service() ...Matthew Wild2012-12-041-1/+1
* portmanager: Support 'local_interfaces' config option (default for private li...Matthew Wild2012-08-101-1/+1
* portmanager: Remove unused import of 'pairs'Matthew Wild2012-07-291-1/+1
* portmanager: Show a friendly error message when initializing SSL fails (thank...Kim Alvefur2012-07-251-18/+17
* portmanager: Match service against service_info (:iter() doesn't match values)Matthew Wild2012-05-221-2/+5
* portmanager: Fix to deactivate services when they are unregistered (metatable...Matthew Wild2012-05-191-13/+8
* portmanager: Fix missing variable declarationMatthew Wild2012-05-111-1/+1
* portmanager: Remove unused import of 'package'Matthew Wild2012-05-111-1/+1
* portmanager: Support for per-port SSL certificatesMatthew Wild2012-05-111-7/+8
* portmanager: Import pairsKim Alvefur2012-05-031-1/+1
* portmanager: Import ipairs (thanks Maranda)Matthew Wild2012-04-291-1/+1
* portmanager: Import tonumber (thanks Zash)Matthew Wild2012-04-281-1/+1
* portmanager: Ensure port is always a number (thanks Zash)Matthew Wild2012-04-281-0/+1
* portmanager: Fix breakage (import ALL the functions)Matthew Wild2012-04-281-2/+4
* portmanager: Rename activate_service() to activate() (to match deactivate())Matthew Wild2012-04-281-2/+2
* portmanager: Add module() definitionMatthew Wild2012-04-281-0/+2
* portmanager: Explicitly import some librariesMatthew Wild2012-04-281-0/+6
* portmanager: Fix selecting bind_interfaces from pre-0.9 config options.Kim Alvefur2012-04-251-2/+3
* portmanager: Add get_service_at(interface, port) and close(interface, port)Matthew Wild2012-04-241-3/+17
* portmanager: Support 'default_port' in service optionsMatthew Wild2012-03-151-1/+3
* portmanager: Add get_registered_services() to the public APIMatthew Wild2012-03-151-0/+4
* portmanager: Remove check for service_info.multiplex (now implemented in mod_...Matthew Wild2012-03-151-1/+1
* portmanager: Fix pre-0.9 compatibility by taking default_interface and defaul...Matthew Wild2012-03-151-4/+5
* portmanager: Allow services to specify their config option prefixMatthew Wild2012-03-151-4/+8