JINMEI Tatuya
|
cce60befee
[trac871] unrelated cleanup: use unnamed namespace instead of file-scope static.
|
14 years ago |
chenzhengzhang
|
fe0c557fa0
[trac749] Merge 'master' into trac749
|
14 years ago |
chenzhengzhang
|
ecb22c0c22
[trac749] update namespace names
|
14 years ago |
chenzhengzhang
|
36dd3d4b0b
[trac749] refactor more C++ utility code
|
14 years ago |
chenzhengzhang
|
f6aa7d5956
[trac749] refactor C++ utility library
|
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 |
JINMEI Tatuya
|
e3e59cf1f2
cleanup: removed $Id$, which is useless now that we've migrated to git.
|
14 years ago |
JINMEI Tatuya
|
e3fac0c7ba
merged trac #358 (various cleanups to the DNS message class)
|
14 years ago |
JINMEI Tatuya
|
bfeca5b9d8
sync with trunk
|
14 years ago |
JINMEI Tatuya
|
ea71921698
tighten validation with exceptions, and add more documentation
|
14 years ago |
JINMEI Tatuya
|
7ad9d497ec
- separated Rcode class declarations and definitions in different files
|
14 years ago |
JINMEI Tatuya
|
a6219d838a
moved the Opcode class declarations and definitions to separate files.
|
14 years ago |
JINMEI Tatuya
|
31d34a20f7
sync with trunk
|
14 years ago |
JINMEI Tatuya
|
86c629788c
removed unnecessary cast from pydnspp binding to help NetBSD compile
|
14 years ago |
Jelte Jansen
|
ade3b2f49f
rename libdns_python to pydnspp
|
14 years ago |
JINMEI Tatuya
|
d1741785dd
added tests and python binding for get/setEDNS
|
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 |
JINMEI Tatuya
|
de31fac6a2
propset
|
14 years ago |
JINMEI Tatuya
|
0821f2b7b5
minor cleanup:
|
14 years ago |
JINMEI Tatuya
|
0043299b12
removed redundant null checks before delete.
|
14 years ago |
Jelte Jansen
|
359d1f3354
fix for problem found in solaris build, use "H" (unsigned short) instead of "I" (unsigned int) in parsetuple
|
15 years ago |
Jelte Jansen
|
f58095d1e8
parenthesized return statements
|
15 years ago |
Jelte Jansen
|
e6406c76e0
Fixed the review comments about the tests (mostly lots of missing tests)
|
15 years ago |
Jelte Jansen
|
60da6a175e
last of the cpp review comments: factoring out common code in creation of statics, added a few explanatory comments
|
15 years ago |
Jelte Jansen
|
02ce015385
more review comments:
|
15 years ago |
Jelte Jansen
|
d47cc34335
Some more review comment fixes:
|
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 |