- 25 Jul, 2010 1 commit
-
-
JINMEI Tatuya authored
should be trivial enough, skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2604 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Jun, 2010 1 commit
-
-
Jelte Jansen authored
fix for problem found in solaris build, use "H" (unsigned short) instead of "I" (unsigned int) in parsetuple git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2377 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Jun, 2010 3 commits
-
-
Jelte Jansen authored
also removed the now unnecessary static_casts git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2265 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
Also fixed a few bugs (uncaught exceptions) git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2264 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
last of the cpp review comments: factoring out common code in creation of statics, added a few explanatory comments git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2259 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Jun, 2010 6 commits
-
-
Jelte Jansen authored
- use constancts from cpp where applicable (instead of hardcoded values) - removed obsolete comments - added missing comments with some explanations - factored out common code in the creation of static classes and types git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2243 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
- fixed and handled some missed todo items - 'equalized' comparison functions - removed some now unnecessary casts from those functions - inclusion guards in header file - improved readDataFromSequence (and updated documentation) git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2242 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
changed our type-specific structs to classes derived from PyObject, so we can use static_cast instead of interpret_cast git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2239 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
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 git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2238 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
other simple review comment fixed; alignment of inline comments, and c++ style comments instead of c style git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2237 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
also updated a few typo's in comments git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2234 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Jun, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2095 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2088 e5f2f494-b856-4b98-b285-d166d9295462
-
- 07 Jun, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2086 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
also added a few previously uncaught exceptions, and moved the standard exceptions back up to the module level (as they are in the cpp version) git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2082 e5f2f494-b856-4b98-b285-d166d9295462
-
- 01 Jun, 2010 1 commit
-
-
Jelte Jansen authored
add Message class constants and message specific exceptions to the Message class instead of the module git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2014 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 May, 2010 1 commit
-
-
Jelte Jansen authored
Not complete yet, but getting there git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1947 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 May, 2010 2 commits
-
-
Jelte Jansen authored
made s_Question also use a shared_ptr git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1847 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
s_RRset structure now uses RRsetPtr instead of direct pointer (yes, this means we use a double reference counter, but otherwise message_clear() would remove rrset data for added rrsets, since we cannot copy it on add_rrset) added a static_code variable to the s_Rcode structure, so we don't have to allocate a new rcode if statics like Rcode::NOERROR() are used. git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1846 e5f2f494-b856-4b98-b285-d166d9295462
-
- 14 May, 2010 1 commit
-
-
Jelte Jansen authored
updated TODO added some missing INCREFs to message_python git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1827 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 May, 2010 1 commit
-
-
Jelte Jansen authored
Updated messageenderer, rrset, and name wrappers git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1813 e5f2f494-b856-4b98-b285-d166d9295462
-