summaryrefslogtreecommitdiff
path: root/src/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* updated copyright and changelogChristian Pointner2015-05-131-1/+1
* whitespace cleanupsChristian Pointner2013-10-071-8/+8
* fixed build with -WallChristian Pointner2013-10-071-3/+4
* passive resolvon for listen sockets onlyChristian Pointner2010-12-031-2/+3
* added new options for resolv types (IPv4 vs IPv6)Christian Pointner2010-12-021-1/+4
* added length field to tcp_endpoint_tChristian Pointner2010-11-281-2/+2
* replaced inet_ntop with getnameinfoChristian Pointner2010-11-281-28/+11
* source address to connect from can now be specifiedChristian Pointner2010-11-281-2/+4
* listening on tcp sockets works nowChristian Pointner2010-11-271-0/+32
* added tcp listener listChristian Pointner2010-11-261-0/+70