chenzhengzhang
|
ba6927dc78
[trac363] add more boundary test cases for python wrappers
|
14 years ago |
chenzhengzhang
|
238735e158
[trac363] update excepiton type and data type
|
14 years ago |
chenzhengzhang
|
ac453e6653
[trac363] minor fix according to review comments
|
14 years ago |
chenzhengzhang
|
3e6c2a9c09
[trac363] use larger size type for PyArg_ParseTuple()
|
14 years ago |
chenzhengzhang
|
67ff28d501
[trac253] fix some comments and unittest
|
14 years ago |
chenzhengzhang
|
f8e2229b90
[trac253] add python binding for MessageRenderer compression mode
|
14 years ago |
JINMEI Tatuya
|
e3e59cf1f2
cleanup: removed $Id$, which is useless now that we've migrated to git.
|
14 years ago |
JINMEI Tatuya
|
31d34a20f7
sync with trunk
|
14 years ago |
Jelte Jansen
|
ade3b2f49f
rename libdns_python to pydnspp
|
14 years ago |
JINMEI Tatuya
|
4915b040ed
an initial cut of the EDNS class (code + tests), mainly for backup.
|
14 years ago |
JINMEI Tatuya
|
81eb4c244c
style fixes:
|
14 years ago |
Jelte Jansen
|
19df6c8b49
fix for the freebsd unit test, unsigned int and "I"
|
15 years ago |
Jelte Jansen
|
f58095d1e8
parenthesized return statements
|
15 years ago |
Jelte Jansen
|
02ce015385
more review comments:
|
15 years ago |
Jelte Jansen
|
4353cffbf6
changed our type-specific structs to classes derived from PyObject, so we can use static_cast instead of interpret_cast
|
15 years ago |
Jelte Jansen
|
a2ce408444
use c++ style casts. Most of them are reinterpret_casts because of the way we used the strucutres in c-style as well, will change in next commit
|
15 years ago |
Jelte Jansen
|
024bea20e2
other simple review comment fixed; alignment of inline comments, and c++ style comments instead of c style
|
15 years ago |
Jelte Jansen
|
e12a45ef74
review mentioned i wasn't following coding guidelines, updating them
|
15 years ago |
Jelte Jansen
|
a5b1c2fb04
copyright statements had wrong year
|
15 years ago |
Jelte Jansen
|
d3d7c46f85
docs and test updates
|
15 years ago |
Jelte Jansen
|
0845a483ef
added setTruncated() and setLengthLimit() to messagerenderer wrapper
|
15 years ago |
Jelte Jansen
|
bf367225be
Added Message and Question wrappers
|
15 years ago |
Jelte Jansen
|
460885237d
partial python wrapper implementation, see src/lib/dns/python/README for details
|
15 years ago |