Commit message (Expand) | 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 | -53/+109 |
* | -Wall cleanup | Christian Pointner | 2012-09-25 | 1 | -3/+6 |
* | added length field to udp_endpoint_t | Christian Pointner | 2010-11-29 | 1 | -42/+24 |
* | fixed bugged in udp_endpoint_to_string | Christian Pointner | 2010-11-26 | 1 | -1/+1 |
* | updated copyright year | Christian Pointner | 2010-02-11 | 1 | -1/+1 |
* | multi sockets work now | Christian Pointner | 2010-01-16 | 1 | -9/+50 |
* | listening on multiple sockets now | Christian Pointner | 2010-01-16 | 1 | -48/+62 |
* | changed name of udp structure | Christian Pointner | 2010-01-16 | 1 | -26/+37 |
* | switched to GPLv3 or higher | Christian Pointner | 2009-10-28 | 1 | -2/+3 |
* | added additional security check in case remote address is not set | Christian Pointner | 2009-02-26 | 1 | -1/+1 |
* | removed not working setsockopt V6ONLY | Christian Pointner | 2009-02-26 | 1 | -8/+9 |
* | fixed address length for openbsd | Christian Pointner | 2009-02-26 | 1 | -1/+8 |
* | moved from %m to %s and strerror | Christian Pointner | 2009-02-26 | 1 | -3/+4 |
* | added -4 and -6 switches to udp socket | Christian Pointner | 2009-02-26 | 1 | -14/+20 |
* | fixed some name resolution issues | Christian Pointner | 2009-02-24 | 1 | -11/+28 |
* | fixed addrlen bug @ getaddrinfo | Christian Pointner | 2009-02-24 | 1 | -2/+2 |
* | added extended logging support | Christian Pointner | 2009-02-23 | 1 | -4/+4 |
* | tested with gcc pedantic -> cleanup | Christian Pointner | 2009-02-20 | 1 | -2/+6 |
* | 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 | -1/+3 |
* | removed useless malloc for udp_t | Christian Pointner | 2008-12-31 | 1 | -29/+20 |
* | added sequence window | Christian Pointner | 2008-12-31 | 1 | -0/+2 |
* | works on OpenBSD now (but no support for UDPv6) | Christian Pointner | 2008-12-29 | 1 | -2/+17 |
* | fixed build for OpenBSD (no tun device yet) | Christian Pointner | 2008-12-29 | 1 | -0/+1 |
* | some cleanup | Christian Pointner | 2008-12-28 | 1 | -0/+3 |
* | some cleanup | Christian Pointner | 2008-12-28 | 1 | -10/+11 |
* | fixed addrstr length error | Christian Pointner | 2008-12-28 | 1 | -3/+5 |
* | some memory erros fixed | Christian Pointner | 2008-12-28 | 1 | -4/+6 |
* | added enpoint to string functions | Christian Pointner | 2008-12-28 | 1 | -2/+45 |
* | fixed memory error und udp_close | Christian Pointner | 2008-12-28 | 1 | -0/+3 |
* | added udp socket | Christian Pointner | 2008-12-28 | 1 | -0/+134 |