summaryrefslogtreecommitdiff
path: root/src/listener.c
Commit message (Expand)AuthorAgeFilesLines
* updated copyright and changelogChristian Pointner2015-05-131-1/+1
* whitespace cleanupsChristian Pointner2013-10-071-1/+1
* fixed build with -WallChristian Pointner2013-10-071-2/+2
* listener info output on SIG USR1Christian Pointner2010-12-141-1/+1
* improved error output on bind errorChristian Pointner2010-12-101-2/+4
* re-reading the config file after sig-hupChristian Pointner2010-12-101-25/+92
* listner_ vs listeners_Christian Pointner2010-12-091-60/+65
* introduced listener statesChristian Pointner2010-12-091-49/+91
* cleaned parser a bitChristian Pointner2010-12-051-0/+4
* passive resolvon for listen sockets onlyChristian Pointner2010-12-031-3/+3
* removed useless source address resolving type optionChristian Pointner2010-12-021-2/+2
* added new options for resolv types (IPv4 vs IPv6)Christian Pointner2010-12-021-4/+4
* buffer size can now be configuredChristian Pointner2010-11-301-2/+2
* added length field to tcp_endpoint_tChristian Pointner2010-11-281-9/+14
* source address to connect from can now be specifiedChristian Pointner2010-11-281-3/+21
* one side of cleint connections works for recvChristian Pointner2010-11-271-3/+4
* added initial (not working) version of client listChristian Pointner2010-11-271-0/+2
* added REUSEADDR to listen socketsChristian Pointner2010-11-271-1/+55
* listening on tcp sockets works nowChristian Pointner2010-11-271-16/+81
* added tcp listener listChristian Pointner2010-11-261-0/+118