Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added exception to the license which allows linking against OpenSSL | Christian Pointner | 2014-06-21 | 1 | -0/+13 |
| | |||||
* | fixed typo in description | Christian Pointner | 2014-06-21 | 1 | -1/+1 |
| | |||||
* | merged most changes from rail branch to trunk | Christian Pointner | 2014-06-08 | 1 | -9/+10 |
| | |||||
* | added length field to udp_endpoint_t | Christian Pointner | 2010-11-29 | 1 | -1/+4 |
| | | | | | | replaced inet_ntop with getnameinfo at udp_endpoint_to_string | ||||
* | updated copyright year | Christian Pointner | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | multi sockets work now | Christian Pointner | 2010-01-16 | 1 | -1/+4 |
| | |||||
* | listening on multiple sockets now | Christian Pointner | 2010-01-16 | 1 | -1/+0 |
| | |||||
* | changed name of udp structure | Christian Pointner | 2010-01-16 | 1 | -8/+14 |
| | |||||
* | fixed typo at include guards | Christian Pointner | 2009-11-23 | 1 | -2/+2 |
| | |||||
* | fixed include guards, new format: UANYTUN_filename_h_INCLUDED | Christian Pointner | 2009-11-12 | 1 | -2/+2 |
| | |||||
* | switched to GPLv3 or higher | Christian Pointner | 2009-10-28 | 1 | -2/+3 |
| | |||||
* | added -4 and -6 switches to udp socket | Christian Pointner | 2009-02-26 | 1 | -7/+4 |
| | |||||
* | fixed some name resolution issues | Christian Pointner | 2009-02-24 | 1 | -1/+1 |
| | |||||
* | cleaned file header | Christian Pointner | 2009-02-04 | 1 | -7/+7 |
| | |||||
* | not sending packet when remote addr is unkown | Christian Pointner | 2009-02-04 | 1 | -0/+1 |
| | |||||
* | removed useless malloc for udp_t | Christian Pointner | 2008-12-31 | 1 | -2/+2 |
| | |||||
* | works on OpenBSD now (but no support for UDPv6) | Christian Pointner | 2008-12-29 | 1 | -0/+6 |
| | |||||
* | fixed build for OpenBSD (no tun device yet) | Christian Pointner | 2008-12-29 | 1 | -0/+1 |
| | |||||
* | some cleanup | Christian Pointner | 2008-12-28 | 1 | -5/+5 |
| | | | | | | | added remote endpoint auto detection small bugfixes | ||||
* | some memory erros fixed | Christian Pointner | 2008-12-28 | 1 | -1/+1 |
| | | | | | | added udp_read and udp_write | ||||
* | added enpoint to string functions | Christian Pointner | 2008-12-28 | 1 | -1/+5 |
| | |||||
* | added udp socket | Christian Pointner | 2008-12-28 | 1 | -0/+55 |