Fix gnt-cluster verify w.r.t. rpc changes
[ganeti-local] / lib / http.py
2008-11-25 Michael Hanselmannganeti.http: Don't reuse key and cert objects
2008-11-21 Michael Hanselmannganeti.http: Add another class to contain SSL key and...
2008-11-19 Michael HanselmannMake HttpClientManager threadsafe
2008-11-19 Oleksiy MishchenkoHTTP server: Do not decode empty entity body
2008-11-11 Michael Hanselmannganeti.http: Implement SSL for HTTP client
2008-11-10 Michael Hanselmannganeti.http: Move SSL socket creation into base class
2008-11-10 Michael Hanselmannganeti.http: Add constant for "Unexpected EOF"
2008-11-06 Michael HanselmannAdd new HTTP client class
2008-11-06 Michael Hanselmannganeti.http: Use 411 Length Required in server code
2008-11-05 Michael Hanselmannganeti.http: Add more constants
2008-10-24 Michael Hanselmannganeti.http: Implement SSL certificates
2008-10-24 Michael HanselmannDocument HttpServer.__init__
2008-10-23 Michael Hanselmannhttp library: Always fork before reading request
2008-10-20 Iustin PopConvert http.py to use the logging module
2008-10-20 Michael HanselmannRemove old HTTP server code
2008-10-17 Oleksiy MishchenkoETag passing support.
2008-10-10 Michael HanselmannAdd new HTTP server implementation
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-24 Oleksiy MishchenkoSwitch RAPI to ganeti.http module
2008-07-11 Michael HanselmannAdd generic HTTP server classes