index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
python
/
messagerenderer_python.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3413] libdns++ is now less python dependent
Tomek Mrugalski
2014-06-03
1
-263
/
+0
*
[1697] 1st update: make MessageRenderer constructors parameter-free.
JINMEI Tatuya
2012-02-24
1
-5
/
+1
*
[1245] add NULL checks in PyXXX_ToXXX() functions
Jelte Jansen
2011-09-20
1
-0
/
+4
*
[1245] catch exceptions where createXXXObject() is called
Jelte Jansen
2011-09-20
1
-22
/
+3
*
[1245] move initModulePart calls to pydnspp.cc
Jelte Jansen
2011-09-20
1
-19
/
+0
*
[1245] raise exception in _Check() if obj is NULL
Jelte Jansen
2011-09-16
1
-0
/
+3
*
[1245] move all s_ decls to inside the .cc
Jelte Jansen
2011-09-16
1
-1
/
+50
*
[1245] rename internal object to cppobj for consistency
Jelte Jansen
2011-09-15
1
-14
/
+14
*
[1245] remove initModule from headers
Jelte Jansen
2011-09-15
1
-0
/
+3
*
[1245] cleanup of some comments in .cc files
Jelte Jansen
2011-09-13
1
-25
/
+2
*
[trac915] made mostly straightforward changes to existing binding
JINMEI Tatuya
2011-05-12
1
-92
/
+97
*
[trac749] Merge 'master' into trac749
chenzhengzhang
2011-04-19
1
-4
/
+12
|
\
|
*
[trac363] add more boundary test cases for python wrappers
chenzhengzhang
2011-04-07
1
-1
/
+1
|
*
[trac363] update excepiton type and data type
chenzhengzhang
2011-03-18
1
-1
/
+1
|
*
[trac363] minor fix according to review comments
chenzhengzhang
2011-03-16
1
-3
/
+2
|
*
[trac363] use larger size type for PyArg_ParseTuple()
chenzhengzhang
2011-03-11
1
-4
/
+13
*
|
[trac749] update namespace names
chenzhengzhang
2011-04-14
1
-1
/
+1
*
|
[trac749] refactor more C++ utility code
chenzhengzhang
2011-04-12
1
-1
/
+1
*
|
[trac749] refactor C++ utility library
chenzhengzhang
2011-04-11
1
-0
/
+1
|
/
*
[trac253] fix some comments and unittest
chenzhengzhang
2011-02-19
1
-2
/
+2
*
[trac253] add python binding for MessageRenderer compression mode
chenzhengzhang
2011-02-18
1
-0
/
+43
*
cleanup: removed $Id$, which is useless now that we've migrated to git.
JINMEI Tatuya
2011-01-21
1
-2
/
+0
*
sync with trunk
JINMEI Tatuya
2010-09-26
1
-1
/
+1
|
\
|
*
rename libdns_python to pydnspp
Jelte Jansen
2010-09-07
1
-1
/
+1
*
|
an initial cut of the EDNS class (code + tests), mainly for backup.
JINMEI Tatuya
2010-08-24
1
-1
/
+10
|
/
*
style fixes:
JINMEI Tatuya
2010-08-17
1
-2
/
+2
*
fix for the freebsd unit test, unsigned int and "I"
Jelte Jansen
2010-07-01
1
-1
/
+1
*
parenthesized return statements
Jelte Jansen
2010-06-24
1
-6
/
+6
*
more review comments:
Jelte Jansen
2010-06-23
1
-2
/
+1
*
changed our type-specific structs to classes derived from PyObject, so we can...
Jelte Jansen
2010-06-23
1
-3
/
+3
*
use c++ style casts. Most of them are reinterpret_casts because of the way we...
Jelte Jansen
2010-06-23
1
-7
/
+7
*
other simple review comment fixed; alignment of inline comments, and c++ styl...
Jelte Jansen
2010-06-23
1
-44
/
+44
*
review mentioned i wasn't following coding guidelines, updating them
Jelte Jansen
2010-06-23
1
-18
/
+13
*
copyright statements had wrong year
Jelte Jansen
2010-06-08
1
-1
/
+1
*
docs and test updates
Jelte Jansen
2010-06-07
1
-7
/
+18
*
added setTruncated() and setLengthLimit() to messagerenderer wrapper
Jelte Jansen
2010-05-14
1
-0
/
+24
*
Added Message and Question wrappers
Jelte Jansen
2010-05-12
1
-2
/
+3
*
partial python wrapper implementation, see src/lib/dns/python/README for details
Jelte Jansen
2010-04-14
1
-0
/
+175