Improve mon-collector drbd CLI handling
[ganeti-local] / htools / Ganeti / Daemon.hs
2012-11-20 Iustin PopProperly log errors when setting up daemon FDs
2012-11-12 Iustin PopMerge branch 'devel-2.6' into master
2012-11-12 Iustin PopFix PID file writing in Haskell daemons
2012-11-12 Iustin PopRemove unsafePerformIO usage
2012-11-12 Iustin PopTwo small logging improvements
2012-11-12 Iustin PopSwitch writing of PID file to new reporting style
2012-11-12 Iustin PopMove and rename BasicTypes.annotateIOError
2012-11-12 Iustin PopSwitch daemon startup to pipe-based error reporting
2012-11-07 Iustin PopImplement base checkFn/prepFn/execFn model for daemons
2012-11-07 Iustin PopMerge branch 'devel-2.6' into submit
2012-11-07 Iustin PopFix compatibility with newer Haskell libraries
2012-10-08 Iustin PopSplit the OptComplNumeric into integer/float ones
2012-10-08 Iustin PopDefine the actual arguments that are supported by programs
2012-10-08 Iustin PopRename Ganeti/HTools/Utils.hs to Ganeti/Utils.hs
2012-09-26 Iustin PopAdd option for displaying completion information
2012-09-26 Iustin PopAnnotate options with completion information
2012-09-26 Iustin PopRemove generic options from individual programs
2012-09-05 Iustin PopFurther hlint fixes
2012-09-05 Iustin PopRework CLI modules and tests
2012-09-05 Iustin PopMove Version.hs up from under HTools/
2012-09-03 Iustin PopCleanup query socket before attempting to bind
2012-08-28 Iustin PopRe-enable standard hlint warnings
2012-05-29 Iustin PopAdd support for SIGHUP handling in Haskell daemons
2012-05-29 Iustin PopRework logging setup for Haskell daemons
2012-05-01 Iustin PopFurther fixes for new-style exception handling
2012-03-22 Iustin PopRework exit model
2012-03-22 Iustin PopAdd command line option for controlling syslog use
2012-03-22 Iustin PopAdd support for syslog logging to Ganeti.Logging
2012-03-20 Iustin PopAdd the bind-address option
2012-03-19 Iustin Pophtools: fix long version of --port for daemons
2012-03-13 Iustin Pophtools: add basic daemon-related functionality