summaryrefslogtreecommitdiff
path: root/src/udp.c
Commit message (Expand)AuthorAgeFilesLines
* merged most changes from rail branch to trunkChristian Pointner2014-06-081-53/+109
* -Wall cleanupChristian Pointner2012-09-251-3/+6
* added length field to udp_endpoint_tChristian Pointner2010-11-291-42/+24
* fixed bugged in udp_endpoint_to_stringChristian Pointner2010-11-261-1/+1
* updated copyright yearChristian Pointner2010-02-111-1/+1
* multi sockets work nowChristian Pointner2010-01-161-9/+50
* listening on multiple sockets nowChristian Pointner2010-01-161-48/+62
* changed name of udp structureChristian Pointner2010-01-161-26/+37
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
* added additional security check in case remote address is not setChristian Pointner2009-02-261-1/+1
* removed not working setsockopt V6ONLYChristian Pointner2009-02-261-8/+9
* fixed address length for openbsdChristian Pointner2009-02-261-1/+8
* moved from %m to %s and strerror Christian Pointner2009-02-261-3/+4
* added -4 and -6 switches to udp socketChristian Pointner2009-02-261-14/+20
* fixed some name resolution issuesChristian Pointner2009-02-241-11/+28
* fixed addrlen bug @ getaddrinfoChristian Pointner2009-02-241-2/+2
* added extended logging supportChristian Pointner2009-02-231-4/+4
* tested with gcc pedantic -> cleanupChristian Pointner2009-02-201-2/+6
* cleaned file header Christian Pointner2009-02-041-7/+7
* not sending packet when remote addr is unkownChristian Pointner2009-02-041-1/+3
* removed useless malloc for udp_t Christian Pointner2008-12-311-29/+20
* added sequence windowChristian Pointner2008-12-311-0/+2
* works on OpenBSD now (but no support for UDPv6)Christian Pointner2008-12-291-2/+17
* fixed build for OpenBSD (no tun device yet)Christian Pointner2008-12-291-0/+1
* some cleanupChristian Pointner2008-12-281-0/+3
* some cleanupChristian Pointner2008-12-281-10/+11
* fixed addrstr length error Christian Pointner2008-12-281-3/+5
* some memory erros fixedChristian Pointner2008-12-281-4/+6
* added enpoint to string functionsChristian Pointner2008-12-281-2/+45
* fixed memory error und udp_closeChristian Pointner2008-12-281-0/+3
* added udp socketChristian Pointner2008-12-281-0/+134