]> gitweb.michael.orlitzky.com - dead/htsn.git/history - src/Main.hs
Reorder init_logging arguments to match htsn-common.
[dead/htsn.git] / src / Main.hs
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 the Report, Logging, and Terminal modules into...
2013-12-28 Michael OrlitzkyMove the TSN namespace (Xml.hs and FeedHosts.hs) into...
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 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 more code comments.
2013-12-20 Michael OrlitzkyMove FeedHosts under the TSN namespace.
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.