summaryrefslogtreecommitdiff
path: root/src/udp.c
Commit message (Expand)AuthorAgeFilesLines
* updated copyright headerChristian Pointner2017-01-041-1/+1
* updated copyright headerChristian Pointner2016-02-251-1/+1
* merged rail mode to masterChristian Pointner2016-02-251-11/+100
|\
| * merged trunk changes to rail branchChristian Pointner2014-06-291-1/+14
| * fixed remote end auto detectionChristian Pointner2014-02-191-1/+1
| * renamed udp fd_set functionChristian Pointner2014-02-131-1/+1
| * removed debug outputChristian Pointner2014-02-131-1/+0
| * added rail for remote resolvingChristian Pointner2014-02-131-19/+44
| * introduced socket indexes for easier debuggingChristian Pointner2014-02-131-7/+13
| * removed useless remote_end_to_stringChristian Pointner2014-02-131-12/+46
| * small refactoringChristian Pointner2014-02-111-6/+12
| * fixed remote socket resolvingChristian Pointner2014-02-111-13/+20
| * fixed memory error at udp_endpoint_to_stringChristian Pointner2014-02-111-1/+1
| * listening in multiple sockets works nowChristian Pointner2014-02-111-4/+31
| * moved local socket resolver to subroutineChristian Pointner2014-02-111-8/+16
| * added explicit option for RAIL modeChristian Pointner2014-02-101-1/+5
| * moved remote end handling and active sock to udp.cChristian Pointner2014-02-091-14/+42
| * remote end is now stored at every sockChristian Pointner2014-02-091-10/+12
| * refactored nameChristian Pointner2014-02-091-1/+1
| * * inital commit for RAIL modeChristian Pointner2014-02-071-12/+11
* | fixed missing AI_ADDRCONFIG on some platformsChristian Pointner2014-08-301-0/+4
* | added exception to the license which allows linking against OpenSSLChristian Pointner2014-06-211-0/+13
* | fixed typo in descriptionChristian Pointner2014-06-211-1/+1
* | 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