summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated versionrelease-1.1v1.1Christian Pointner2014-03-301-1/+1
* 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
* fixed install targetChristian Pointner2010-12-057-24/+96
* cleaned parser a bitChristian Pointner2010-12-054-20/+29
* check wether config file was emptyChristian Pointner2010-12-053-0/+22
* added config file format to manpageChristian Pointner2010-12-032-7/+37
* added flex and bison temporary files to svn:ignoreChristian Pointner2010-12-030-0/+0
* passive resolvon for listen sockets onlyChristian Pointner2010-12-033-6/+7
* updated readme (new build deps +flex +bison)Christian Pointner2010-12-031-0/+2
* added config file parserChristian Pointner2010-12-036-6/+392
* removed useless source address resolving type optionChristian Pointner2010-12-027-38/+12
* fixed handling of client readChristian Pointner2010-12-021-21/+23
* fixed usage outputChristian Pointner2010-12-021-3/+3
* temporary disabling install-etc targetChristian Pointner2010-12-021-2/+2
* added new options for resolv types (IPv4 vs IPv6)Christian Pointner2010-12-028-39/+131
* buffer size can now be configuredChristian Pointner2010-11-308-38/+90
* only recv if buffer is not fullChristian Pointner2010-11-302-6/+9
* added new option to manpageChristian Pointner2010-11-292-5/+24
* added length field to tcp_endpoint_tChristian Pointner2010-11-285-30/+26
* replaced inet_ntop with getnameinfoChristian Pointner2010-11-281-28/+11
* source address to connect from can now be specifiedChristian Pointner2010-11-288-9/+53
* first minial version workingChristian Pointner2010-11-283-18/+89
* one side of cleint connections works for recvChristian Pointner2010-11-275-39/+103
* added initial (not working) version of client listChristian Pointner2010-11-274-0/+205