summaryrefslogtreecommitdiff
path: root/src/tcpproxy.c
Commit message (Expand)AuthorAgeFilesLines
* updated copyright and changelogChristian Pointner2015-05-131-1/+1
* cleanup after signale fixedChristian Pointner2015-05-131-0/+1
* fix exit-code after signalChristian Pointner2015-05-131-5/+10
* whitespace cleanupsChristian Pointner2013-10-071-2/+2
* fixed build with -WallChristian Pointner2013-10-071-0/+1
* listener info output on SIG USR1Christian Pointner2010-12-141-0/+4
* re-reading the config file after sig-hupChristian Pointner2010-12-101-11/+11
* listner_ vs listeners_Christian Pointner2010-12-091-12/+12
* introduced listener statesChristian Pointner2010-12-091-0/+8
* flex/bison vs ragelChristian Pointner2010-12-081-25/+10
* cleaned parser a bitChristian Pointner2010-12-051-6/+7
* check wether config file was emptyChristian Pointner2010-12-051-0/+8
* added config file parserChristian Pointner2010-12-031-6/+26
* removed useless source address resolving type optionChristian Pointner2010-12-021-1/+1
* added new options for resolv types (IPv4 vs IPv6)Christian Pointner2010-12-021-1/+1
* buffer size can now be configuredChristian Pointner2010-11-301-1/+1
* source address to connect from can now be specifiedChristian Pointner2010-11-281-1/+1
* first minial version workingChristian Pointner2010-11-281-2/+7
* one side of cleint connections works for recvChristian Pointner2010-11-271-3/+10
* added REUSEADDR to listen socketsChristian Pointner2010-11-271-10/+13
* listening on tcp sockets works nowChristian Pointner2010-11-271-0/+19
* added tcp listener listChristian Pointner2010-11-261-2/+2
* added generic single linked listChristian Pointner2010-11-261-5/+7
* added inital version (working main lopp with signal handler)Christian Pointner2010-11-241-0/+179