Merge branch 'stable-2.6-hotplug' into stable-2.6-ippool-hotplug-esi
[ganeti-local] / lib / http /
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-10-21 Michael Hanselmannhttp.client: Remove use of PycURL's “reset” function
2011-10-13 Michael Hanselmannhttp.client: Remove HTTP client pool code
2011-09-28 Michael Hanselmannhttp.client: Show pending requests as “owner”
2011-09-28 Michael Hanselmannhttp.client: Add nice name to requests
2011-09-28 Michael Hanselmannrpc/http: Show pending RPC requests in lock monitor
2011-09-28 Michael Hanselmannhttp.client: Factorize code interacting with cURL
2011-09-27 Michael Hanselmannhttp.client: Reduce performance impact by assertion
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-25 Michael HanselmannPEP8 style fixes
2011-07-25 Iustin PopMost boring patch ever
2011-06-01 Michael Hanselmannhttp.client: Make debug log less noisy
2010-10-15 Apollon Oikonomopouloshttp.client: Disable SSL session ID cache
2010-10-15 Apollon Oikonomopouloshttp.client: Disable SSL session ID cache
2010-10-15 Michael Hanselmannhttp.auth: Fix docstring error
2010-10-14 Iustin PopMerge branch 'stable-2.2'
2010-10-13 Michael Hanselmannhttp.auth.ReadPasswordFile: Don't read file directly
2010-10-12 Apollon OikonomopoulosSet list of trusted SSL CAs for client to verify
2010-09-10 Michael HanselmannMerge branch 'devel-2.2'
2010-09-10 Michael HanselmannFix pylint warning in http/__init__.py
2010-09-10 Michael HanselmannAllow SSL ciphers to be overridden in HTTP server
2010-08-23 Manuel FranceschiniMake family argument in FormatAddress optional
2010-08-18 Manuel Franceschinirapi.client, http.client: Format url correctly when...
2010-08-18 Manuel FranceschiniSupport IPv6 in lib/http/server.py
2010-07-16 Michael HanselmannConvert RPC client to PycURL
2010-06-14 Michael HanselmannDisallow DES for SSL connections
2010-06-04 Iustin Pophttp client: support per-request read timeout
2010-06-01 Guido TrotterMove hash functions to the compat module
2010-03-18 Guido TrotterMerge branch 'devel-2.1'
2010-03-18 Guido TrotterWaitForSocketCondition: rename, handle EINTR
2010-03-18 Guido Trottermove http.WaitForSocketCondition to utils
2010-03-15 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-03-10 Michael Hanselmannhttp.auth: Disable pylint warnings
2010-03-10 Michael Hanselmannhttp.server: Improve request logging in debug mode
2010-03-10 Michael HanselmannProvide unittests for http.auth
2010-03-10 Michael Hanselmannhttp.auth: Fix bug with checking hashed passwords
2010-02-26 Michael HanselmannMerge remote branch 'origin/devel-2.0' into devel-2.1
2010-02-26 Michael HanselmannFix two potentially endless loops in http library
2010-02-26 Michael HanselmannFix two potentially endless loops in http library
2010-02-18 Michael HanselmannMerge branch 'devel-2.1'
2010-02-18 Michael HanselmannReset tempfile module after fork where useful
2010-02-01 Michael HanselmannMerge branch 'devel-2.1'
2010-01-26 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2010-01-25 Iustin PopEnsure all int/float conversions are handled right
2010-01-22 Michael HanselmannMerge branch 'devel-2.1'
2010-01-22 Michael HanselmannRemove http.HttpJsonConverter
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-22 Michael Hanselmannhttp: Add two new exceptions, one constant
2010-01-22 Michael HanselmannFactorize LUXI parsing and handling code
2010-01-13 Michael HanselmannImprove logging for workerpool tasks by providing __repr__
2010-01-13 Michael Hanselmannworkerpool: Make worker ID alphanumeric
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 PopFurther pylint disables, mostly for Unused args
2010-01-04 Iustin PopConvert to static methods (where appropriate)
2010-01-04 Iustin PopAdd targeted pylint disables
2010-01-04 Iustin PopRemove many 'Unused variable' warnings
2009-12-28 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2009-12-28 Iustin PopAdd targetted pylint disables
2009-11-30 Michael HanselmannA few style updates
2009-11-25 Michael HanselmannAdd check for OpenSSL entropy status
2009-11-06 Iustin PopFix pylint 'E' (error) codes
2009-11-02 Michael HanselmannEpydoc fixes
2009-10-29 Michael Hanselmannhttp.auth: Add new function to verify passwords
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-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
next