Change pyinotify import for broader compatibility
[ganeti-local] / daemons / ganeti-confd
2009-12-10 Guido TrotterChange pyinotify import for broader compatibility
2009-09-28 Guido Trotterganeti-confd: cleanup imports
2009-09-28 Guido Trotterganeti-confd: don't depend on the os log dir
2009-09-16 Guido Trotterganeti-confd: remove partial imports
2009-09-16 Guido TrotterMove fourcc packing/unpacking to main confd module
2009-09-16 Guido Trotterganeti-confd: explicitely log failed big sends
2009-09-16 Guido TrotterAdd a magic fourcc code to confd packets
2009-09-16 Guido TrotterConfdAsyncUDPServer: fix a docstring
2009-09-16 Guido TrotterAbstract AsyncUDPSocket to daemon
2009-09-16 Guido TrotterConfdAsyncUDPServer: defer handling writes
2009-09-16 Guido TrotterConfdAsyncUDPServer: handle signals at read time
2009-09-11 Michael HanselmannWrap lines over 80 characters
2009-08-31 Guido Trotterconfd: avoid spamming the logfile
2009-08-28 Guido TrotterConfd: don't fail if the config doesn't load
2009-08-28 Guido Trotterconfd: start in polling mode
2009-08-28 Guido TrotterConfdProcessor: add disabled state
2009-08-28 Guido TrotterMove SimpleConfigReader creation to ConfdProcessor
2009-08-28 Guido Trotterconfd: s/confd_event_handler/inotify_handler/
2009-08-28 Guido TrotterImplement timers in confd
2009-08-28 Guido TrotterConfdInotifyEventHandler.enable: use InotifyError
2009-08-28 Guido TrotterConfdInotifyEventHandler, move to a callback
2009-08-28 Guido TrotterMove creation of inotify handler to a new class
2009-08-28 Guido TrotterConfdInotifyEventHandler: add enable/disable
2009-08-25 Michael HanselmannStyle fixes for ganeti-*
2009-08-20 Guido TrotterConvert ganeti-confd to Mainloop
2009-08-12 Guido TrotterRemove unused imports from confd files
2009-08-10 Guido TrotterInitial confd implementation