Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespace cleanups | Christian Pointner | 2013-10-07 | 1 | -1/+1 |
* | fixed build with -Wall | Christian Pointner | 2013-10-07 | 1 | -2/+2 |
* | listener info output on SIG USR1 | Christian Pointner | 2010-12-14 | 1 | -1/+1 |
* | improved error output on bind error | Christian Pointner | 2010-12-10 | 1 | -2/+4 |
* | re-reading the config file after sig-hup | Christian Pointner | 2010-12-10 | 1 | -25/+92 |
* | listner_ vs listeners_ | Christian Pointner | 2010-12-09 | 1 | -60/+65 |
* | introduced listener states | Christian Pointner | 2010-12-09 | 1 | -49/+91 |
* | cleaned parser a bit | Christian Pointner | 2010-12-05 | 1 | -0/+4 |
* | passive resolvon for listen sockets only | Christian Pointner | 2010-12-03 | 1 | -3/+3 |
* | removed useless source address resolving type option | Christian Pointner | 2010-12-02 | 1 | -2/+2 |
* | added new options for resolv types (IPv4 vs IPv6) | Christian Pointner | 2010-12-02 | 1 | -4/+4 |
* | buffer size can now be configured | Christian Pointner | 2010-11-30 | 1 | -2/+2 |
* | added length field to tcp_endpoint_t | Christian Pointner | 2010-11-28 | 1 | -9/+14 |
* | source address to connect from can now be specified | Christian Pointner | 2010-11-28 | 1 | -3/+21 |
* | one side of cleint connections works for recv | Christian Pointner | 2010-11-27 | 1 | -3/+4 |
* | added initial (not working) version of client list | Christian Pointner | 2010-11-27 | 1 | -0/+2 |
* | added REUSEADDR to listen sockets | Christian Pointner | 2010-11-27 | 1 | -1/+55 |
* | listening on tcp sockets works now | Christian Pointner | 2010-11-27 | 1 | -16/+81 |
* | added tcp listener list | Christian Pointner | 2010-11-26 | 1 | -0/+118 |