Mukund Sivaraman
|
920f29296c
Merge branch 'trac2518'
|
11 years ago |
Mukund Sivaraman
|
ad3f1d33b9
[2518] Update common DNS exceptions into a hierarchy
|
11 years ago |
Mukund Sivaraman
|
c415976948
[3312] Reduce scope of variables (cppcheck report)
|
11 years ago |
Jelte Jansen
|
1e0e7c3c3a
[1457] initial update handling
|
13 years ago |
JINMEI Tatuya
|
4dc636c8d4
[1407] a minor style cleanup: adding braces for if-else
|
13 years ago |
Michal 'vorner' Vaner
|
de9532ce58
[1407] Little bit more exception handling
|
13 years ago |
Michal 'vorner' Vaner
|
a81436b0c8
[1407] Remove reinterpret_casts
|
13 years ago |
Michal 'vorner' Vaner
|
207038a3ff
[1407] Cleanups
|
13 years ago |
Michal 'vorner' Vaner
|
5dc772648f
[1407] Catch in Rdata_init
|
13 years ago |
Jelte Jansen
|
3eb0dedb8a
[1245] add NULL checks in PyXXX_ToXXX() functions
|
13 years ago |
Jelte Jansen
|
45ef63790b
[1245] move initModulePart calls to pydnspp.cc
|
13 years ago |
Jelte Jansen
|
0ea828cb5c
[1245] raise exception in _Check() if obj is NULL
|
13 years ago |
Jelte Jansen
|
1808345838
[1245] move all s_ decls to inside the .cc
|
13 years ago |
Jelte Jansen
|
fbe4ee1f76
[1245] rename internal object to cppobj for consistency
|
13 years ago |
Jelte Jansen
|
9c53309978
[1245] remove initModule from headers
|
13 years ago |
JINMEI Tatuya
|
8ee5844e8d
[1245] editorial cleanups: removed unnecesary 'static'; fixed typo in comments.
|
13 years ago |
Jelte Jansen
|
4d39f72b87
[1245] cleanup of some comments in .cc files
|
13 years ago |
Jelte Jansen
|
b59f898456
[1245] split up headers and make dynamic library
|
13 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 |
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 |
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
|
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
|
6af6a082b7
some final comments: use constants from cpp version, updated a few c-style casts, and replaced obj.__str__() calls in tests with str(obj)
|
15 years ago |
Jelte Jansen
|
f58095d1e8
parenthesized return statements
|
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 |