jqueue/gnt-job: Add job priority fields for display
[ganeti-local] / lib / http /
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
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