]> gitweb.michael.orlitzky.com - dead/htsn.git/history - src
Version bump to 0.0.3 just for the fixed openrc init.
[dead/htsn.git] / src /
2013-12-24 Michael OrlitzkyAdd error handling in the daemonization process.
2013-12-24 Michael OrlitzkyUse a global configuration file (again).
2013-12-24 Michael OrlitzkyChange the default pidfile location.
2013-12-23 Michael OrlitzkyFix typo.
2013-12-23 Michael OrlitzkyRetain umask after daemonizing.
2013-12-23 Michael OrlitzkyAdd more code documentation.
2013-12-23 Michael OrlitzkyAdd a bunch of new options allowing htsn to daemonize.
2013-12-22 Michael OrlitzkyDisable syslog by default.
2013-12-22 Michael OrlitzkyTake feed_hosts as the final list of arguments.
2013-12-22 Michael OrlitzkyTiny whitespace fix.
2013-12-22 Michael OrlitzkyReturn an Either from parse_xmlfid instead of a Maybe...
2013-12-21 Michael OrlitzkyFinally get logging right.
2013-12-21 Michael OrlitzkyAttempt to implement syslog logging; fail at least...
2013-12-21 Michael OrlitzkyBased on TSN documentation, split XML documents on...
2013-12-21 Michael OrlitzkyAdd scaffolding to allow logging via syslog or a file.
2013-12-20 Michael OrlitzkyAd rudimentary hslogger logging.
2013-12-20 Michael OrlitzkyAdd a Tasty test suite.
2013-12-20 Michael OrlitzkyTiny change to the description used in CmdArgs.
2013-12-20 Michael OrlitzkyAdd more code comments.
2013-12-20 Michael OrlitzkyMove FeedHosts under the TSN namespace.
2013-12-18 Michael OrlitzkyAllow a global /etc/htsnrc to override the user's ...
2013-12-18 Michael OrlitzkyRemove a comment about the bug fixed in CmdArgs.
2013-11-28 Michael OrlitzkyRemove redundant "do".
2013-11-23 Michael OrlitzkyUse the round-robin approach to choosing a hostname.
2013-11-23 Michael OrlitzkyRemove useless deepseqs.
2013-11-23 Michael OrlitzkyInitial commit of something working.