Increase maximum HTTP message size
[ganeti-local] / lib / http / server.py
2013-07-26 Michele TartaraIncrease maximum HTTP message size
2012-11-06 Guido TrotterMerge branch 'devel-2.6'
2012-11-06 Guido TrotterDisable E1101 on ganeti/http/server.py:424
2012-08-23 Iustin PopBump pep8 version to 1.2
2012-04-26 Michael Hanselmannerrors: Add exception for RAPI testing utilities
2012-02-22 Michael Hanselmannhttp.server: Factorize request handling even more
2012-02-22 Michael Hanselmannhttp.server: Move error message formatting to handler...
2012-02-22 Michael HanselmannSplit handling HTTP requests into separate class
2012-02-22 Michael Hanselmannhttp.server: Factorize request handling
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-07-25 Iustin PopMost boring patch ever
2010-08-18 Manuel FranceschiniSupport IPv6 in lib/http/server.py
2010-03-15 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-03-10 Michael Hanselmannhttp.server: Improve request logging in debug mode
2010-03-10 Michael HanselmannProvide unittests for http.auth
2010-02-18 Michael HanselmannMerge branch 'devel-2.1'
2010-02-18 Michael HanselmannReset tempfile module after fork where useful
2010-01-22 Michael Hanselmannhttp.server: No longer enfore JSON encoding for body
2010-01-22 Michael Hanselmannhttp.server: Refuse HTTP/1.1 request without Host header
2010-01-04 Iustin PopMerge remote branch 'devel-2.1'
2010-01-04 Iustin PopFix unused imports or add silences where needed
2010-01-04 Iustin PopAdd targeted pylint disables
2010-01-04 Iustin PopRemove many 'Unused variable' warnings
2009-11-30 Michael HanselmannA few style updates
2009-08-25 Michael Hanselmannganeti-noded: Close listening socket in child
2009-08-20 Guido TrotterConvert the http server/mainloop to asyncore
2009-07-07 Michael HanselmannFix pylint warnings
2009-07-07 Michael HanselmannFix some typos
2009-02-13 Iustin PopRAPI: format error messages as JSON
2009-01-15 Iustin PopSome docstring updates
2009-01-15 Iustin Popganeti-noded: reduce log noise
2008-12-19 Michael Hanselmannganeti.http: Add support for private data in HTTP requests
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 HanselmannImplement support for additional headers with HTTP...
2008-12-17 Michael HanselmannAdd simple unittests for ganeti.http
2008-12-15 Michael Hanselmannganeti.http: Explicitly initiate handshake
2008-12-14 Iustin Popcleanup: http server, line too long
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.server: Increase connection backlog to...
2008-12-04 Michael Hanselmannganeti.http: Split HTTP server and client into separate...