]> gitweb.michael.orlitzky.com - dead/htsn.git/history - src
Bump to v0.1.1 and allow >= network-2.6.
[dead/htsn.git] / src /
2014-07-14 Michael OrlitzkyBump version to 0.1.0. 0.1.0
2014-01-28 Michael OrlitzkyFix the "no feed hosts" check and add a shelltest for... 0.0.7
2014-01-27 Michael OrlitzkyMinor cleanups in Main. 0.0.6
2014-01-27 Michael OrlitzkyFix feed_hosts command-line parsing.
2014-01-27 Michael OrlitzkyAdd a fifteen minute data timeout within the main loop.
2014-01-14 Michael OrlitzkyMinor documentation fixes; create all (even internal...
2014-01-10 Michael OrlitzkyAdd two periods at the end of info messages.
2014-01-09 Michael OrlitzkyReorder init_logging arguments to match htsn-common. 0.0.4
2014-01-08 Michael OrlitzkyWrap the entire daemonization process in an exception...
2013-12-29 Michael OrlitzkyMove Logging, Report, and Terminal into their own libra...
2013-12-29 Michael OrlitzkyMove the Report, Logging, and Terminal modules into...
2013-12-28 Michael OrlitzkyMove the TSN namespace (Xml.hs and FeedHosts.hs) into...
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.