Add a special lexer for sphinx/pygments
[ganeti-local] / lib / confd / client.py
2012-02-21 Michael HanselmannReplace single- with double-quotes
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-25 Michael HanselmannPEP8 style fixes
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-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 Poppylint cleanups: dangerous initializers
2009-11-06 Iustin PopFix pylint 'E' (error) codes
2009-10-12 Michael HanselmannCode and docstring style fixes
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-16 Guido TrotterConfd client library