summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/python/messagerenderer_python.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [3413] libdns++ is now less python dependentTomek Mrugalski2014-06-031-263/+0
* [1697] 1st update: make MessageRenderer constructors parameter-free.JINMEI Tatuya2012-02-241-5/+1
* [1245] add NULL checks in PyXXX_ToXXX() functionsJelte Jansen2011-09-201-0/+4
* [1245] catch exceptions where createXXXObject() is calledJelte Jansen2011-09-201-22/+3
* [1245] move initModulePart calls to pydnspp.ccJelte Jansen2011-09-201-19/+0
* [1245] raise exception in _Check() if obj is NULLJelte Jansen2011-09-161-0/+3
* [1245] move all s_ decls to inside the .ccJelte Jansen2011-09-161-1/+50
* [1245] rename internal object to cppobj for consistencyJelte Jansen2011-09-151-14/+14
* [1245] remove initModule from headersJelte Jansen2011-09-151-0/+3
* [1245] cleanup of some comments in .cc filesJelte Jansen2011-09-131-25/+2
* [trac915] made mostly straightforward changes to existing bindingJINMEI Tatuya2011-05-121-92/+97
* [trac749] Merge 'master' into trac749chenzhengzhang2011-04-191-4/+12
|\
| * [trac363] add more boundary test cases for python wrapperschenzhengzhang2011-04-071-1/+1
| * [trac363] update excepiton type and data typechenzhengzhang2011-03-181-1/+1
| * [trac363] minor fix according to review commentschenzhengzhang2011-03-161-3/+2
| * [trac363] use larger size type for PyArg_ParseTuple()chenzhengzhang2011-03-111-4/+13
* | [trac749] update namespace nameschenzhengzhang2011-04-141-1/+1
* | [trac749] refactor more C++ utility codechenzhengzhang2011-04-121-1/+1
* | [trac749] refactor C++ utility librarychenzhengzhang2011-04-111-0/+1
|/
* [trac253] fix some comments and unittestchenzhengzhang2011-02-191-2/+2
* [trac253] add python binding for MessageRenderer compression modechenzhengzhang2011-02-181-0/+43
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
* sync with trunkJINMEI Tatuya2010-09-261-1/+1
|\
| * rename libdns_python to pydnsppJelte Jansen2010-09-071-1/+1
* | an initial cut of the EDNS class (code + tests), mainly for backup.JINMEI Tatuya2010-08-241-1/+10
|/
* style fixes:JINMEI Tatuya2010-08-171-2/+2
* fix for the freebsd unit test, unsigned int and "I"Jelte Jansen2010-07-011-1/+1
* parenthesized return statementsJelte Jansen2010-06-241-6/+6
* more review comments:Jelte Jansen2010-06-231-2/+1
* changed our type-specific structs to classes derived from PyObject, so we can...Jelte Jansen2010-06-231-3/+3
* use c++ style casts. Most of them are reinterpret_casts because of the way we...Jelte Jansen2010-06-231-7/+7
* other simple review comment fixed; alignment of inline comments, and c++ styl...Jelte Jansen2010-06-231-44/+44
* review mentioned i wasn't following coding guidelines, updating themJelte Jansen2010-06-231-18/+13
* copyright statements had wrong yearJelte Jansen2010-06-081-1/+1
* docs and test updatesJelte Jansen2010-06-071-7/+18
* added setTruncated() and setLengthLimit() to messagerenderer wrapperJelte Jansen2010-05-141-0/+24
* Added Message and Question wrappersJelte Jansen2010-05-121-2/+3
* partial python wrapper implementation, see src/lib/dns/python/README for detailsJelte Jansen2010-04-141-0/+175