summaryrefslogtreecommitdiff
path: root/src/udp.h
Commit message (Collapse)AuthorAgeFilesLines
* 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-9/+10
|
* added length field to udp_endpoint_tChristian Pointner2010-11-291-1/+4
| | | | | | replaced inet_ntop with getnameinfo at udp_endpoint_to_string
* updated copyright yearChristian Pointner2010-02-111-1/+1
|
* multi sockets work nowChristian Pointner2010-01-161-1/+4
|
* listening on multiple sockets nowChristian Pointner2010-01-161-1/+0
|
* changed name of udp structureChristian Pointner2010-01-161-8/+14
|
* fixed typo at include guardsChristian Pointner2009-11-231-2/+2
|
* fixed include guards, new format: UANYTUN_filename_h_INCLUDEDChristian Pointner2009-11-121-2/+2
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
|
* added -4 and -6 switches to udp socketChristian Pointner2009-02-261-7/+4
|
* fixed some name resolution issuesChristian Pointner2009-02-241-1/+1
|
* cleaned file header Christian Pointner2009-02-041-7/+7
|
* not sending packet when remote addr is unkownChristian Pointner2009-02-041-0/+1
|
* removed useless malloc for udp_t Christian Pointner2008-12-311-2/+2
|
* works on OpenBSD now (but no support for UDPv6)Christian Pointner2008-12-291-0/+6
|
* fixed build for OpenBSD (no tun device yet)Christian Pointner2008-12-291-0/+1
|
* some cleanupChristian Pointner2008-12-281-5/+5
| | | | | | | added remote endpoint auto detection small bugfixes
* some memory erros fixedChristian Pointner2008-12-281-1/+1
| | | | | | added udp_read and udp_write
* added enpoint to string functionsChristian Pointner2008-12-281-1/+5
|
* added udp socketChristian Pointner2008-12-281-0/+55