Add Ganeti 2.9 design document
[ganeti-local] / lib / confd /
2012-12-19 Michael HanselmannReplace frozenset with compat.UniqueFrozenset
2012-10-02 Iustin PopRemove the python confd server side code
2012-09-18 Michael HanselmannMigrate lib/confd/*.py from constants to pathutils
2012-08-27 Iustin PopMerge branch 'devel-2.6'
2012-08-23 Iustin PopBump pep8 version to 1.2
2012-07-27 Iustin PopFix 'explicitely' common typo
2012-07-19 Iustin PopAdd a new gnt-node command list-drbd
2012-07-19 Iustin PopAdd a new unused confd query
2012-02-21 Michael HanselmannReplace single- with double-quotes
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-25 Michael HanselmannPEP8 style fixes
2011-08-19 Michael HanselmannUnify some file headers
2011-08-05 Michael Hanselmannconfd.querylib: Remove long-deprecated query mode
2010-08-18 Manuel FranceschiniIntroduce new IPAddress classes
2010-07-12 Manuel FranceschiniConfd IPv6 support
2010-07-09 Manuel FranceschiniIntroduce lib/netutils.py
2010-04-21 Michael HanselmannAdd separate module for backported language functionality
2010-04-09 Iustin PopConfdClient.SendRequest: allow max coverage
2010-04-08 Iustin PopAdd a new confd callback (StoreResultCallback)
2010-04-08 Iustin PopConfdClient: add synchronous wait for replies mode
2010-04-08 Iustin PopConfdClient: unify some internal variables
2010-04-07 Iustin PopFix consistency checks in ConfdFilterCallback
2010-04-06 Iustin PopExtend ConfdFilterCallback with consistency checks
2010-04-06 Iustin PopAbstract the confd client creation
2010-03-18 Guido TrotterConfdCountingCallback
2010-03-18 Guido TrotterConfdClient: add synchronous features
2010-03-18 Guido TrotterReplace @keyword with @param in confd client
2010-03-15 Michael HanselmannRightname confd's HMAC key
2010-01-14 Guido Trotterconfd client: copy the peers in UpdatePeerList
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 Poppylint cleanups: dangerous initializers
2010-01-04 Iustin PopAdd targeted pylint disables
2010-01-04 Iustin PopRemove many 'Unused variable' warnings
2010-01-04 Iustin PopFix use of the logging functions
2009-12-02 Guido TrotterClusterMasterQuery: add primary ip field
2009-12-02 Guido Trotterconfd ClusterMasterQuery: allow fields request
2009-11-06 Iustin PopFix pylint 'E' (error) codes
2009-11-02 Michael HanselmannEpydoc fixes
2009-10-26 Guido TrotterInstanceIpToNodePrimaryIpQuery: use a query dict
2009-10-26 Guido TrotterSimpleConfigReader: ips are partitioned by link
2009-10-26 Guido TrotterImport errors in confd __init__
2009-10-22 Flavio Silvestrowconfd: query the pnode of multiple instances at once
2009-10-12 Michael HanselmannCode and docstring style fixes
2009-09-30 Luca BigliardiExtend confd instances ips query
2009-09-29 Guido Trotterconfd/client: make it possible to update peer list
2009-09-28 Guido Trotterconfd/client: pass self to upcalls
2009-09-28 Guido TrotterConfdFilterCallback: fix a bug in expire
2009-09-25 Guido TrotterImplement ConfdFilterCallback
2009-09-25 Guido TrotterConfd client: add module level documentation
2009-09-24 Guido TrotterUnpack the confd reply as an object, from the dict
2009-09-23 Guido TrotterConfd client library: enable optional logging
2009-09-23 Guido TrotterConfd client: make confd port configurable
2009-09-23 Guido TrotterConfd client: Change callback model
2009-09-23 Guido TrotterConfd client: make SendRequest args optional
2009-09-22 Luca BigliardiConfd: add instances IPs query
2009-09-16 Luca BigliardiConfd: add primary IPs queries
2009-09-16 Guido TrotterConfd client library
2009-09-16 Guido TrotterMove fourcc packing/unpacking to main confd module
2009-09-11 Michael HanselmannWrap lines over 80 characters
2009-09-03 Michael HanselmannA few style fixes
2009-08-31 Guido Trotterconfd: add cluster master query
2009-08-31 Guido Trotterconfd/querylib: fix docstrings
2009-08-28 Guido TrotterConfdProcessor: add disabled state
2009-08-28 Guido TrotterMove SimpleConfigReader creation to ConfdProcessor
2009-08-12 Guido TrotterInstanceIpToNodePrimaryIpQuery
2009-08-12 Guido Trotterquerylib: abstract a couple of common errors
2009-08-12 Guido TrotterAdd NodeRoleQuery
2009-08-12 Guido TrotterConfdProcessor: move verification to __init__
2009-08-12 Guido TrotterImplement confd queries
2009-08-12 Guido TrotterConfdProcessor fix __init__ docstring
2009-08-12 Guido TrotterRemove unused imports from confd files
2009-08-10 Guido Trotterconfd.server.ConfdProcessor
2009-08-10 Guido TrotterAdd empty ganeti.confd module