Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added systemd service file | Christian Pointner | 2015-05-13 | 3 | -2/+34 |
* | cleanup after signale fixed | Christian Pointner | 2015-05-13 | 1 | -0/+1 |
* | fix exit-code after signal | Christian Pointner | 2015-05-13 | 2 | -11/+16 |
* | fixed initscript | Christian Pointner | 2015-05-13 | 1 | -0/+2 |
* | make prefix variable more standard compliant | Christian Pointner | 2015-05-12 | 1 | -1/+1 |
* | added used compiler at version output | Christian Pointner | 2014-09-27 | 1 | -0/+6 |
* | finally moved from svn to git | Christian Pointner | 2014-03-30 | 2 | -5/+5 |
* | added gitignore | Christian Pointner | 2014-03-30 | 1 | -0/+10 |
* | whitespace cleanups | Christian Pointner | 2013-10-07 | 30 | -186/+198 |
* | fixed build with -Wall | Christian Pointner | 2013-10-07 | 9 | -16/+34 |
* | configure cleanup | Christian Pointner | 2011-03-10 | 1 | -12/+12 |
* | updated changelog for version 1.0 | Christian Pointner | 2010-12-25 | 1 | -0/+5 |
* | added signals info to manpage | Christian Pointner | 2010-12-14 | 2 | -18/+26 |
* | client info contains bytes received and transferred now | Christian Pointner | 2010-12-14 | 2 | -2/+9 |
* | listener info output on SIG USR1 | Christian Pointner | 2010-12-14 | 4 | -4/+8 |
* | fixed problematic usage of strndup | Christian Pointner | 2010-12-12 | 1 | -1/+5 |
* | updated ChangeLog (release 0.2) | Christian Pointner | 2010-12-11 | 1 | -1/+1 |
* | 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 | 2 | -13/+16 |
* | 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 initscript (sig-hup -> reload) | Christian Pointner | 2010-12-10 | 1 | -1/+6 |
* | updated default buffer size (10k vs. 1k) | Christian Pointner | 2010-12-10 | 1 | -1/+1 |
* | updated Changelog | Christian Pointner | 2010-12-10 | 1 | -3/+6 |
* | 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 | 8 | -375/+268 |
* | updated changelog | Christian Pointner | 2010-12-05 | 1 | -1/+5 |
* | removed usage section of README | Christian Pointner | 2010-12-05 | 1 | -6/+0 |
* | fixed install target | Christian Pointner | 2010-12-05 | 7 | -24/+96 |
* | 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 |
* | added config file format to manpage | Christian Pointner | 2010-12-03 | 2 | -7/+37 |
* | added flex and bison temporary files to svn:ignore | Christian Pointner | 2010-12-03 | 0 | -0/+0 |
* | passive resolvon for listen sockets only | Christian Pointner | 2010-12-03 | 3 | -6/+7 |
* | updated readme (new build deps +flex +bison) | Christian Pointner | 2010-12-03 | 1 | -0/+2 |
* | added config file parser | Christian Pointner | 2010-12-03 | 6 | -6/+392 |
* | removed useless source address resolving type option | Christian Pointner | 2010-12-02 | 7 | -38/+12 |
* | 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 | 8 | -39/+131 |
* | buffer size can now be configured | Christian Pointner | 2010-11-30 | 8 | -38/+90 |
* | only recv if buffer is not full | Christian Pointner | 2010-11-30 | 2 | -6/+9 |