Log

core/portmanager.lua @ 6218:bf11910bad5a

description author age
Remove all trailing whitespace Florian Zeitz 2013-08-09
portmanager: Also include the interface the service is listening on Kim Alvefur 2013-04-29
portmanager: Include port numbers the service is listening on in the info logs. Waqas Hussain 2013-04-29
portmanager: import pairs() (thanks Maranda) Matthew Wild 2013-04-05
portmanager: add logic to allow specification of service default values for ssl config and / or overrides. Marco Cirillo 2013-04-04
portmanager: Log error and fail to bind when port is invalid (not a number) Matthew Wild 2013-03-31
portmanager: Add use_ipv4 option, default to true. Kim Alvefur 2013-03-27
portmanager: use_ipv6 defaults to true if luasocket has ipv6 support Kim Alvefur 2013-03-27
portmanager: Make sure foo_ports is a table Kim Alvefur 2013-01-31
portmanager: Return first service with the specified name from get_service() (instead of the array of possible services) (thanks xnyhps) Matthew Wild 2012-12-04
portmanager: Support 'local_interfaces' config option (default for private listeners like components, telnet, etc.) (thanks mva) Matthew Wild 2012-08-10
portmanager: Remove unused import of 'pairs' Matthew Wild 2012-07-29
portmanager: Show a friendly error message when initializing SSL fails (thanks MattJ for the entire patch that I fixed one line in) Kim Alvefur 2012-07-25
portmanager: Match service against service_info (:iter() doesn't match values) Matthew Wild 2012-05-22
portmanager: Fix to deactivate services when they are unregistered (metatable:iter() wins) Matthew Wild 2012-05-19