summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix off-by-one errorHEADmasterChristian Pointner2018-06-091-1/+1
* make build reproducibleChristian Pointner2018-06-092-10/+4
* fixed ReadmeChristian Pointner2015-09-201-2/+2
* moved test tools to seperate directoryChristian Pointner2015-06-045-2/+6
* fixed GCC compiler warningChristian Pointner2015-05-291-0/+1
* improved testcase B a littleChristian Pointner2015-05-262-7/+3
* test(server|client) implement mode BChristian Pointner2015-05-262-77/+202
* make fd states more explicitChristian Pointner2015-05-262-70/+90
* improved output for test[client|server]Christian Pointner2015-05-252-3/+6
* increased buffer size for testclientChristian Pointner2015-05-252-3/+6
* added testserver and testclientChristian Pointner2015-05-255-1/+294
* try not to loose data when removing client... needs testing!!!Christian Pointner2015-05-252-13/+109
* updated changelog for releaseChristian Pointner2015-05-141-1/+1
* fixed systemd.service file permissionChristian Pointner2015-05-131-1/+1
* updated copyright and changelogChristian Pointner2015-05-1329-31/+36
* added systemd service fileChristian Pointner2015-05-133-2/+34
* cleanup after signale fixedChristian Pointner2015-05-131-0/+1
* fix exit-code after signalChristian Pointner2015-05-132-11/+16
* fixed initscriptChristian Pointner2015-05-131-0/+2
* make prefix variable more standard compliantChristian Pointner2015-05-121-1/+1
* added used compiler at version outputChristian Pointner2014-09-271-0/+6
* finally moved from svn to gitChristian Pointner2014-03-302-5/+5
* added gitignoreChristian Pointner2014-03-301-0/+10
* whitespace cleanupsChristian Pointner2013-10-0730-186/+198
* fixed build with -WallChristian Pointner2013-10-079-16/+34
* configure cleanupChristian Pointner2011-03-101-12/+12
* updated changelog for version 1.0Christian Pointner2010-12-251-0/+5
* added signals info to manpageChristian Pointner2010-12-142-18/+26
* client info contains bytes received and transferred nowChristian Pointner2010-12-142-2/+9
* listener info output on SIG USR1Christian Pointner2010-12-144-4/+8
* fixed problematic usage of strndupChristian Pointner2010-12-121-1/+5
* updated ChangeLog (release 0.2)Christian Pointner2010-12-111-1/+1
* adde make file target for cfg_parser state graph pngChristian Pointner2010-12-111-0/+7
* improved error handling at config parserChristian Pointner2010-12-112-13/+16
* better debug output at parseconfigChristian Pointner2010-12-111-1/+1
* improved error output on bind errorChristian Pointner2010-12-101-2/+4
* updated initscript (sig-hup -> reload)Christian Pointner2010-12-101-1/+6
* updated default buffer size (10k vs. 1k)Christian Pointner2010-12-101-1/+1
* updated ChangelogChristian Pointner2010-12-101-3/+6
* added async connectChristian Pointner2010-12-102-50/+91
* 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
* re-reading the config file after sig-hupChristian Pointner2010-12-106-46/+116
* listner_ vs listeners_Christian Pointner2010-12-094-84/+89
* introduced listener statesChristian Pointner2010-12-093-49/+105
* advanced new linesChristian Pointner2010-12-081-4/+11
* parser now supports comments Christian Pointner2010-12-081-10/+14
* flex/bison vs ragelChristian Pointner2010-12-088-375/+268
* updated changelogChristian Pointner2010-12-051-1/+5
* removed usage section of READMEChristian Pointner2010-12-051-6/+0