summaryrefslogtreecommitdiff
path: root/src/clients.c
Commit message (Expand)AuthorAgeFilesLines
* fixed GCC compiler warningChristian Pointner2015-05-291-0/+1
* make fd states more explicitChristian Pointner2015-05-261-69/+89
* added testserver and testclientChristian Pointner2015-05-251-1/+0
* try not to loose data when removing client... needs testing!!!Christian Pointner2015-05-251-12/+105
* updated copyright and changelogChristian Pointner2015-05-131-1/+1
* whitespace cleanupsChristian Pointner2013-10-071-1/+1
* fixed build with -WallChristian Pointner2013-10-071-1/+1
* client info contains bytes received and transferred nowChristian Pointner2010-12-141-2/+8
* listener info output on SIG USR1Christian Pointner2010-12-141-1/+1
* added async connectChristian Pointner2010-12-101-50/+87
* deferring buffer allocation at client_add for easier error handlingChristian Pointner2010-12-101-29/+21
* setting TCP_NODELAY option on socketsChristian Pointner2010-12-101-0/+13
* fixed handling of client readChristian Pointner2010-12-021-21/+23
* buffer size can now be configuredChristian Pointner2010-11-301-27/+57
* only recv if buffer is not fullChristian Pointner2010-11-301-5/+8
* added length field to tcp_endpoint_tChristian Pointner2010-11-281-17/+5
* source address to connect from can now be specifiedChristian Pointner2010-11-281-1/+17
* first minial version workingChristian Pointner2010-11-281-15/+78
* one side of cleint connections works for recvChristian Pointner2010-11-271-30/+82
* added initial (not working) version of client listChristian Pointner2010-11-271-0/+147