- 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
-
- 20 Jul, 2010 6 commits
-
-
JINMEI Tatuya authored
include base64 headers to subsequently include necessary boost header files, instead of including them from our own header files directly. this will fix build problems in different versions of boost. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2552 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
and some minor editorial nits. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2546 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2539 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
addressed review comments: use the size of table for range check instead of a fixed magic number; style consistency in assertion. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2537 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2536 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2535 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Jul, 2010 1 commit
-
-
JINMEI Tatuya authored
in more detail. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2528 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Jul, 2010 2 commits
-
-
JINMEI Tatuya authored
(except tests for base32, which is being addressed) - also made trivial style fixes on brace positions This is suggested in review comments for trac #256. Reasonable, but not related to the main issue of that ticket, so I'm making the changes right now directly to trunk. Pretty trivial, so skipping explicit review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2523 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2517 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Jul, 2010 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2497 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2489 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Jul, 2010 7 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2488 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2487 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2486 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
we can use the generalized framework used for base64/base33hex and get less buggy behavior. some more tests are added, and the bug in the in-house implementation was fixed. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2485 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
it currently fails, identifying a bug. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2484 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2483 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
generalizing the base64 logiic. fully detailed tests are provided which now pass. documentation was also provided. using this opportunity I moved non DNS helper classes/functions to a separate 'util' directory to make it clearer which files are for the public API. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2482 e5f2f494-b856-4b98-b285-d166d9295462
-
- 07 Jul, 2010 1 commit
-
-
JINMEI Tatuya authored
trivial, skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2422 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Jul, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2409 e5f2f494-b856-4b98-b285-d166d9295462
-
- 01 Jul, 2010 1 commit
-
-
Jeremy C. Reed authored
"deprecated conversion from string literal to char*" Trac #271 okayed this. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2392 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Jun, 2010 5 commits
-
-
Evan Hunt authored
Added a hot-spot cache to libdatasrc to speed up access to repeatedly-queried data and reduce the number of queries to the underlying database; this should substantially improve performance. Also added a "-n" ("no cache") option to bind10 and b10-auth to disable the cache if needed. (Trac #192, svn r2383) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2383 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2378 e5f2f494-b856-4b98-b285-d166d9295462
-
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
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2350 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2342 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Jun, 2010 1 commit
-
-
Jelte Jansen authored
some final comments: use constants from cpp version, updated a few c-style casts, and replaced obj.__str__() calls in tests with str(obj) git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2323 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Jun, 2010 6 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
-
Jelte Jansen authored
Added richcmp function to rdata (+test of course), and fixed a type error in rrtype_python's createStatic function git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2258 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@2257 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
added some comments on the intent git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac251@2249 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
-