objects: Improve handling of TCP/UDP port pool
[ganeti-local] / lib / errors.py
2012-12-19 Michael HanselmannReplace frozenset with compat.UniqueFrozenset
2012-12-10 Michael HanselmannChange value for ECODE_TEMP_NORES
2012-12-07 Michael HanselmannAdd error code for temporary lack of resources
2012-12-04 Michael Hanselmannerrors: Show error descriptions in API documentation
2012-11-20 Apollon OikonomopoulosIntroduce new module for IP pool management
2012-10-25 Dato SimóErrors.hs: improve field names for ConfigVersionMismatch
2012-10-12 Michael Hanselmannerrors: Document arguments to QueryFilterParseError
2012-10-09 Iustin PopRemove unused/deprecated error classes
2012-10-05 Michael Hanselmannbdev: Add functions to verify file storage paths
2012-09-12 René NussbaumerRework the required_nodes field
2012-07-20 Iustin PopMake error classes more consistent
2012-05-11 Iustin PopMerge branch 'devel-2.5'
2012-05-11 Iustin PopMerge commit 'v2.5.1' into devel-2.5
2012-05-09 Iustin PopFix exception re-raising in Python Luxi clients
2012-04-26 Michael Hanselmannerrors: Add exception for RAPI testing utilities
2011-12-22 Michael HanselmannMerge branch 'devel-2.5'
2011-12-08 Michael Hanselmannutils.io.WritePidFile: Improve error reporting
2011-10-18 Guido TrotterRevert "Implementation of TLS-protected SPICE connections"
2011-09-20 Andrea SpadacciniImplementation of TLS-protected SPICE connections
2011-08-25 Michael HanselmannPEP8 style fixes
2011-07-26 Michael HanselmannAdd ht-based result checks to opcodes
2011-04-18 Michael Hanselmannqlang: Add parser for query filter language
2011-02-22 Michael HanselmannMerge branch 'devel-2.4'
2011-02-15 Michael Hanselmannerrors: Add list of possible failure types
2011-01-31 Stephen ShirleyMinor grammar fix in QuitGanetiException docstring
2010-10-28 Michael Hanselmannluxi.ProtocolError: Derive from errors.LuxiError
2010-10-13 Iustin Pop"Fix" handling of old software versions on startup
2010-08-18 Guido TrotterMerge branch 'devel-2.2'
2010-08-18 Manuel FranceschiniIntroduce new IPAddress classes
2010-08-17 Michael Hanselmannerrors: Function to check whether value is encoded...
2010-07-16 Balazs LeczAdd ParseCpuMask() utility function
2010-07-07 Luca BigliardiMerge branch 'devel-2.1'
2010-07-07 Luca BigliardiMlockall: decrease warnings if ctypes module is not...
2010-06-23 Guido Trotterjqueue._LoadJobFromDisk: remove safety archival
2010-05-21 Guido TrotterRemove errors.ConfdFatalError
2009-12-28 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2009-12-18 René NussbaumerFix a typo in the doc string
2009-11-06 Guido TrotterAdd errors.ReservationError
2009-11-04 Iustin PopIntroduce a wrapper for hostname resolving
2009-11-02 Iustin PopIntroduce two-argument style for OpPrereqError
2009-11-02 Iustin PopRemove the OpRetryError exception
2009-09-25 Iustin PopMove the luxi error handling into errors.py
2009-09-16 Guido TrotterConfd client library
2009-09-16 Guido TrotterMove fourcc packing/unpacking to main confd module
2009-09-16 Guido TrotterAsyncUDPSocket: Move to a well defined UDP size
2009-08-28 Guido TrotterAdd errors.InotifyError
2009-08-27 Iustin PopMove the luxi error handling into errors.py
2009-08-10 Guido TrotterBasic exceptions used by confd
2009-07-29 Michael HanselmannAdd first implementation of generic storage unit framework
2009-07-14 Guido TrotterHMAC authenticated json messages
2009-06-15 Iustin PopRemove old invalid-os related functionality
2009-06-15 Iustin PopConver node_leave_cluster rpc to new style result
2009-02-10 Guido TrotterInstance parameters: force typing
2008-12-17 Michael HanselmannAdd job queue size limit
2008-12-11 Iustin PopFix epydoc format warnings
2008-10-15 Iustin PopImplement the job queue drain flag
2008-10-15 Iustin PopImplement transport of ganeti errors across luxi
2008-10-15 Iustin PopChange the JobQueueError parent class
2008-07-11 Michael HanselmannAdd experimental persistency to job queue
2008-06-27 Guido TrotterSimplify QuitGanetiException instantiation
2008-06-26 Guido TrotterAdd errors.QuitGanetiException
2008-06-26 Guido TrotterAdd missing empty line in SshKeyError's docstring
2008-06-18 Michael Hanselmannganeti-watcher: Replace custom exceptions with ganeti...
2008-04-28 Iustin PopConvert cli.SubmitOpCode to use the master
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-04 Guido TrotterShip (and display) path for InvalidOS errors too.
2007-09-21 Iustin PopRemove requirement that host names are FQDN
2007-08-08 Iustin PopImplement tag support for cluster, nodes and instances.
2007-07-26 Michael HanselmannComment formatting updates.
2007-07-16 Iustin PopInitial commit.