ganeti-rapi, replace hardcoded exit value
[ganeti-local] / daemons / ganeti-rapi
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