Code and docstring style fixes
[ganeti-local] / lib / daemon.py
2009-10-12 Michael HanselmannCode and docstring style fixes
2009-09-24 Iustin PopAdd missing import sys to lib/daemon.py
2009-09-16 Guido TrotterAsyncUDPSocket: Move to a well defined UDP size
2009-09-16 Guido TrotterAbstract AsyncUDPSocket to daemon
2009-08-28 Michael HanselmannMerge branch 'next' into branch-2.1
2009-08-21 Guido TrotterReinsert simple timers in Mainloop
2009-08-20 Guido TrotterConvert the http server/mainloop to asyncore
2009-08-20 Guido TrotterPass the correct signal to handlers
2009-08-20 Guido TrotterConvert daemon.Mainloop to @SignalHandled
2009-08-20 Guido TrotterSimplify IO waiting in Mainloop
2009-08-20 Guido TrotterRemove timers from Mainloop
2009-07-26 Guido TrotterCollapse SSL key checking/overriding for daemons
2009-07-25 Guido TrotterCollapse daemon's main function
2009-03-20 Guido TrotterMainloop: avoid calculating timeout every time
2008-11-11 Michael Hanselmannganeti.daemon: Add timers to Mainloop
2008-11-10 Michael Hanselmannganeti.daemon: Make Mainloop more flexible
2008-10-23 Michael Hanselmanndaemon.py: Don't wake up every second
2008-10-17 Guido TrotterMainloop: handle sigterm
2008-10-17 Guido TrotterMainloop: init sigchld_handler as None
2008-10-10 Michael HanselmannAdd daemon library with mainloop