Fix a couple of epydoc warnings
[ganeti-local] / lib / http /
2009-07-07 Michael HanselmannFix pylint warnings
2009-07-07 Michael HanselmannFix some typos
2009-06-23 Iustin PopFix HTTP server library handling of credentials
2009-03-20 Guido TrotterFix _NOQUOTE regexp
2009-02-27 Iustin PopFix some epydoc style issues
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-04 Iustin Poprapi: fix authentication and queries
2009-01-15 Iustin PopSome docstring updates
2009-01-15 Iustin Popganeti-noded: reduce log noise
2009-01-06 Iustin PopFix some pylint-detected issues
2008-12-19 Michael Hanselmannganeti.http: Function to read password file
2008-12-19 Michael Hanselmannganeti.http: Add support for private data in HTTP requests
2008-12-19 Michael Hanselmannganeti.http: Add support for basic HTTP authentication
2008-12-19 Michael Hanselmannganeti.http: Prepare authentication for HTTP server
2008-12-18 Michael Hanselmannganeti.http: Don't pass poller object around
2008-12-18 Michael HanselmannRename http.HttpInternalError to HttpInternalServerError
2008-12-18 Michael Hanselmannganeti.http: Add more constants and errors
2008-12-18 Michael Hanselmannganeti.http: Ignore ENOTCONN when shutting down the...
2008-12-18 Michael HanselmannImplement support for additional headers with HTTP...
2008-12-17 Michael HanselmannAdd simple unittests for ganeti.http
2008-12-15 Michael Hanselmannganeti.http: Add three TODOs for improvements
2008-12-15 Michael Hanselmannganeti.http: Explicitly initiate handshake
2008-12-15 Michael Hanselmannganeti.http: Implement handshake socket operation
2008-12-15 Michael Hanselmannganeti.http: Handle SSL_ERROR_ZERO_RETURN
2008-12-14 Iustin Popcleanup: http server, line too long
2008-12-14 Iustin Popcleanup: http client, line too long
2008-12-12 Michael Hanselmannganeti.http: Rename HttpBase._using_ssl to HttpBase...
2008-12-12 Michael Hanselmannganeti.http: Rename HttpSocketBase to HttpBase
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-10 Michael Hanselmannganeti.http: Docstring updates
2008-12-09 Michael Hanselmannganeti.http: Remove _HttpClientError
2008-12-09 Michael Hanselmannganeti.http.server: Increase connection backlog to...
2008-12-05 Iustin Pophttp: use slicing instead of string modification
2008-12-04 Michael Hanselmannganeti.http: Add constant for DELETE
2008-12-04 Michael HanselmannRemove old HTTP code
2008-12-04 Michael Hanselmannganeti.http: Split HTTP server and client into separate...
2008-12-04 Michael HanselmannRename all HTTP classes to camel case
2008-12-04 Michael Hanselmannganeti.http: Remove underline from two classes
2008-12-04 Michael HanselmannMove HTTP code to subpackage