Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed build with -Wall | Christian Pointner | 2013-10-07 | 1 | -1/+1 |
* | client info contains bytes received and transferred now | Christian Pointner | 2010-12-14 | 1 | -2/+8 |
* | listener info output on SIG USR1 | Christian Pointner | 2010-12-14 | 1 | -1/+1 |
* | added async connect | Christian Pointner | 2010-12-10 | 1 | -50/+87 |
* | 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 |
* | fixed handling of client read | Christian Pointner | 2010-12-02 | 1 | -21/+23 |
* | buffer size can now be configured | Christian Pointner | 2010-11-30 | 1 | -27/+57 |
* | only recv if buffer is not full | Christian Pointner | 2010-11-30 | 1 | -5/+8 |
* | added length field to tcp_endpoint_t | Christian Pointner | 2010-11-28 | 1 | -17/+5 |
* | source address to connect from can now be specified | Christian Pointner | 2010-11-28 | 1 | -1/+17 |
* | first minial version working | Christian Pointner | 2010-11-28 | 1 | -15/+78 |
* | one side of cleint connections works for recv | Christian Pointner | 2010-11-27 | 1 | -30/+82 |
* | added initial (not working) version of client list | Christian Pointner | 2010-11-27 | 1 | -0/+147 |