Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adde make file target for cfg_parser state graph png | Christian Pointner | 2010-12-11 | 1 | -0/+7 |
* | improved error handling at config parser | Christian Pointner | 2010-12-11 | 1 | -11/+14 |
* | better debug output at parseconfig | Christian Pointner | 2010-12-11 | 1 | -1/+1 |
* | improved error output on bind error | Christian Pointner | 2010-12-10 | 1 | -2/+4 |
* | updated default buffer size (10k vs. 1k) | Christian Pointner | 2010-12-10 | 1 | -1/+1 |
* | added async connect | Christian Pointner | 2010-12-10 | 2 | -50/+91 |
* | deferring buffer allocation at client_add for easier error handling | Christian Pointner | 2010-12-10 | 1 | -29/+21 |
* | setting TCP_NODELAY option on sockets | Christian Pointner | 2010-12-10 | 1 | -0/+13 |
* | re-reading the config file after sig-hup | Christian Pointner | 2010-12-10 | 6 | -46/+116 |
* | listner_ vs listeners_ | Christian Pointner | 2010-12-09 | 4 | -84/+89 |
* | introduced listener states | Christian Pointner | 2010-12-09 | 3 | -49/+105 |
* | advanced new lines | Christian Pointner | 2010-12-08 | 1 | -4/+11 |
* | parser now supports comments | Christian Pointner | 2010-12-08 | 1 | -10/+14 |
* | flex/bison vs ragel | Christian Pointner | 2010-12-08 | 7 | -373/+267 |
* | fixed install target | Christian Pointner | 2010-12-05 | 2 | -17/+22 |
* | cleaned parser a bit | Christian Pointner | 2010-12-05 | 4 | -20/+29 |
* | check wether config file was empty | Christian Pointner | 2010-12-05 | 3 | -0/+22 |
* | passive resolvon for listen sockets only | Christian Pointner | 2010-12-03 | 3 | -6/+7 |
* | added config file parser | Christian Pointner | 2010-12-03 | 5 | -6/+380 |
* | removed useless source address resolving type option | Christian Pointner | 2010-12-02 | 5 | -12/+5 |
* | fixed handling of client read | Christian Pointner | 2010-12-02 | 1 | -21/+23 |
* | fixed usage output | Christian Pointner | 2010-12-02 | 1 | -3/+3 |
* | temporary disabling install-etc target | Christian Pointner | 2010-12-02 | 1 | -2/+2 |
* | added new options for resolv types (IPv4 vs IPv6) | Christian Pointner | 2010-12-02 | 6 | -23/+66 |
* | buffer size can now be configured | Christian Pointner | 2010-11-30 | 6 | -36/+78 |
* | only recv if buffer is not full | Christian Pointner | 2010-11-30 | 2 | -6/+9 |
* | 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 |