ErrorLoggingAsyncNotifier
[ganeti-local] / daemons / ganeti-rapi
2010-05-03 Iustin PopFix pylint 0.20.0 warnings
2010-03-30 René NussbaumerSend "501 Not Implemented" back when method not found
2010-03-10 Michael Hanselmannhttp.auth: Fix bug with checking hashed passwords
2010-01-04 Iustin PopFix unused imports or add silences where needed
2010-01-04 Iustin PopFurther pylint disables, mostly for Unused args
2010-01-04 Iustin Popdaemons: handle arguments correctly and uniformly
2010-01-04 Iustin PopRemove more unused variables
2010-01-04 Iustin PopAdd targeted pylint disables
2009-10-29 Michael Hanselmannganeti-rapi: Use new function to verify passwords
2009-08-25 Michael HanselmannStyle fixes for ganeti-*
2009-07-26 Guido TrotterCollapse SSL key checking/overriding for daemons
2009-07-25 Guido TrotterCollapse daemon's main function
2009-07-24 Guido TrotterRemove <DAEMON>_PID constants
2009-07-24 Guido TrotterSlightly abstract the daemon logfile lookup
2009-07-24 Guido TrotterMove rapi to GetDaemonPort
2009-07-23 Guido Trotterganeti-rapi, replace hardcoded exit value
2009-07-23 Guido TrotterAdd the bind-address option to ganeti-rapi
2009-02-13 Iustin PopRAPI: fixes related to write mode
2009-02-13 Iustin PopRAPI: format error messages as JSON
2009-02-13 Iustin PopMake RAPI return 502/504 errors for luxi errors
2009-02-13 Iustin PopFix ganeti-rapi startup with missing certificate
2009-02-05 Iustin Poprapi: fix SSL mode and use SSL by default
2009-02-04 Iustin Poprapi: fix authentication and queries
2009-01-09 Iustin PopRework the daemonization sequence
2009-01-06 Iustin PopFix some pylint-detected issues
2008-12-19 Michael Hanselmannganeti-rapi: Implement HTTP authentication
2008-12-19 Michael Hanselmannganeti-rapi: Introduce per-request context
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-04 Michael Hanselmannganeti-rapi: Convert to new HTTP server
2008-12-04 Michael HanselmannRename all HTTP classes to camel case
2008-10-24 Michael HanselmannDocument HttpServer.__init__
2008-10-21 Oleksiy MishchenkoPass request headers in to RAPI handlers.
2008-10-20 Iustin PopRemove the logger.py module
2008-10-17 Oleksiy MishchenkoETag passing support.
2008-10-16 Michael Hanselmannrapi: Convert to new HTTP server class
2008-10-15 Michael Hanselmannrapi: Whitespace fixes
2008-07-31 Oleksiy MishchenkoFirst write operation (add tag) for Ganeti RAPI
2008-07-30 Iustin PopImplement checking for the master role in rapi
2008-07-29 Iustin PopUse constants for the pid file stems
2008-07-29 Iustin PopMake the rapi daemon create a pidfile
2008-07-28 Michael HanselmannImplement signal handling in ganeti-rapi
2008-07-28 Michael HanselmannMove ganeti-rapi core code to daemon
2008-07-11 Oleksiy MishchenkoInitial copy of RAPI filebase to the trunk