summaryrefslogtreecommitdiffstats
path: root/ipalib/encoder.py
Commit message (Expand)AuthorAgeFilesLines
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Prevent double encoding/decoding when processing compound types.Pavel Zuna2009-08-031-5/+10
* Add support for incomplete (truncated) search results.Pavel Zuna2009-06-151-1/+1
* Fix bug in Encoder where tuples were encoded into lists. Fix Encoder and Comm...Pavel Zuna2009-06-101-3/+3
* Fix bug where finalized IPA object where trying to modify their member variab...Pavel Zuna2009-05-221-78/+66
* Add Encoder base class and method decorators to encode arguments/decode retur...Pavel Zuna2009-05-191-0/+210