summaryrefslogtreecommitdiff
path: root/src/tcpproxy.c
Commit message (Expand)AuthorAgeFilesLines
* 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