Add ParseCpuMask() utility function
[ganeti-local] / lib / http / client.py
2010-06-04 Iustin Pophttp client: support per-request read timeout
2010-03-18 Guido TrotterWaitForSocketCondition: rename, handle EINTR
2010-03-18 Guido Trottermove http.WaitForSocketCondition to utils
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-13 Michael HanselmannImprove logging for workerpool tasks by providing __repr__
2010-01-13 Michael Hanselmannworkerpool: Make worker ID alphanumeric
2010-01-04 Iustin PopAdd targeted pylint disables
2009-12-28 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2009-12-28 Iustin PopAdd targetted pylint disables
2009-11-06 Iustin PopFix pylint 'E' (error) codes
2009-07-07 Michael HanselmannFix pylint warnings
2009-02-27 Iustin PopFix some epydoc style issues
2009-01-15 Iustin PopSome docstring updates
2008-12-18 Michael Hanselmannganeti.http: Don't pass poller object around
2008-12-15 Michael Hanselmannganeti.http: Explicitly initiate handshake
2008-12-14 Iustin Popcleanup: http client, line too long
2008-12-12 Michael Hanselmannganeti.http: Rename HttpSocketBase to HttpBase
2008-12-04 Michael Hanselmannganeti.http: Split HTTP server and client into separate...