objects: Add custom de-/serializing code for query responses
[ganeti-local] / lib / serializer.py
2010-05-04 Michael HanselmannAdd optional “salt” argument to utils.{,Verify}Sha1Hmac
2010-05-04 Michael HanselmannUse utility functions for HMAC
2010-04-09 Guido TrotterFix new pylint errors
2010-02-26 Balazs LeczAdd multi-key support to the serializer
2009-12-28 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2009-12-28 Iustin PopAdd targetted pylint disables
2009-11-05 Michael HanselmannCache JSON encoders and sort keys
2009-10-19 Michael HanselmannFix serializer unittests v2.1.0beta1
2009-10-16 Michael Hanselmannserializer: Sort keys in JSON
2009-08-07 Guido Trotterserializer.DumpSignedJson
2009-08-07 Guido TrotterSerializer, remove salt_verifier functionality
2009-08-05 Guido Trotterserializer: fix a few docstrings
2009-07-16 Guido TrotterFix python 2.4 compatibility
2009-07-14 Guido TrotterHMAC authenticated json messages
2008-12-11 Iustin PopFix epydoc format warnings
2008-07-08 Michael Hanselmannserializer.DumpJson: Control indentation by parameter
2008-06-18 Michael HanselmannMake sure serialized data ends with EOL character
2008-06-06 Michael HanselmannForward-port: Alias Dump/Load functions in ganeti.seria...
2008-04-21 Iustin PopAbstract the json functions into a separate module