]> gitweb.michael.orlitzky.com - dead/htsn.git/shortlog
dead/htsn.git
2013-12-24 Michael OrlitzkyChange the default pidfile location.
2013-12-24 Michael OrlitzkyUpdate the man page to reflect the global configuration...
2013-12-24 Michael OrlitzkyUpdate cabal description again.
2013-12-24 Michael OrlitzkyFix variables and examples in htsnrc.example.
2013-12-23 Michael OrlitzkyFix typo.
2013-12-23 Michael OrlitzkySet --prefix=/ in the makefile.
2013-12-23 Michael OrlitzkyQuote example user/group names.
2013-12-23 Michael OrlitzkyAdd more cabal description.
2013-12-23 Michael OrlitzkyAdd the *.cabal file to the `make doc` dependencies.
2013-12-23 Michael OrlitzkyAdd a better Cabal description.
2013-12-23 Michael OrlitzkyAdd trailing slash in URL.
2013-12-23 Michael OrlitzkyAdd a "CONFIGURATION FILE" section to the man page.
2013-12-23 Michael OrlitzkyRetain umask after daemonizing.
2013-12-23 Michael OrlitzkyFinish updating the manpage; make the example config...
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 OrlitzkyUpdate the man page to reflect current reality.
2013-12-22 Michael OrlitzkyDisable syslog by default.
2013-12-22 Michael OrlitzkyRemove *.xml files in `make clean`.
2013-12-22 Michael OrlitzkyTake feed_hosts as the final list of arguments.
2013-12-22 Michael OrlitzkyTiny whitespace fix.
2013-12-22 Michael OrlitzkyRemove more better in `make clean`.
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 hslogger as a dependency.
2013-12-20 Michael OrlitzkyUpdate the man page with new logging plans.
2013-12-20 Michael OrlitzkyAdd a Tasty test suite.
2013-12-20 Michael OrlitzkyAdd the TSN directory as deps in the makefile.
2013-12-20 Michael OrlitzkyTiny change to the description used in CmdArgs.
2013-12-20 Michael OrlitzkyAdd a man page, work in progress.
2013-12-20 Michael OrlitzkyUpdate the comment at the top of htsntc.example.
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 OrlitzkyAdd an example configuration file.
2013-12-18 Michael OrlitzkyRemove a comment about the bug fixed in CmdArgs.
2013-12-18 Michael OrlitzkyBump the cmdargs dependency to fix a bug.
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.