Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added length field to tcp_endpoint_t | Christian Pointner | 2010-11-28 | 5 | -30/+26 |
* | replaced inet_ntop with getnameinfo | Christian Pointner | 2010-11-28 | 1 | -28/+11 |
* | source address to connect from can now be specified | Christian Pointner | 2010-11-28 | 8 | -9/+53 |
* | first minial version working | Christian Pointner | 2010-11-28 | 3 | -18/+89 |
* | one side of cleint connections works for recv | Christian Pointner | 2010-11-27 | 5 | -39/+103 |
* | added initial (not working) version of client list | Christian Pointner | 2010-11-27 | 4 | -0/+205 |
* | added REUSEADDR to listen sockets | Christian Pointner | 2010-11-27 | 3 | -11/+73 |
* | listening on tcp sockets works now | Christian Pointner | 2010-11-27 | 6 | -18/+141 |
* | added tcp listener list | Christian Pointner | 2010-11-26 | 7 | -3/+282 |
* | added generic single linked list | Christian Pointner | 2010-11-26 | 6 | -63/+187 |
* | moved version.h to config.h with additional info | Christian Pointner | 2010-11-25 | 3 | -10/+13 |
* | added cmd options for local and remote addr and port | Christian Pointner | 2010-11-25 | 2 | -0/+36 |
* | added inital version (working main lopp with signal handler) | Christian Pointner | 2010-11-24 | 14 | -0/+2072 |