BIND 10 trac2091b, created. 90e3121ad4b59d78682b9aad79da414c5fbda374 [2091b] more documentation
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jul 24 06:57:58 UTC 2012
The branch, trac2091b has been created
at 90e3121ad4b59d78682b9aad79da414c5fbda374 (commit)
- Log -----------------------------------------------------------------
commit 90e3121ad4b59d78682b9aad79da414c5fbda374
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Jul 23 23:55:43 2012 -0700
[2091b] more documentation
commit b4067dc72c42318a708c73f19fbfe5e3e0cc32bc
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Jul 23 18:41:43 2012 -0700
[2091b] refactor nodeFission() so we don't have to do getLabels() twice.
and hopefully this version will be more understandable.
commit 3093d3696dd1b882abe4fb5200903f4b4e97b2fb
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Jul 23 17:53:42 2012 -0700
[2091b] cleanup: use getLabels() instead of name in dumpTree.
It should be more accurate notation. Also, we should eventually get rid of
getName() (we can't right now as it's used in node path). This change is
one step toward that goal.
Also made some editorial/docuementation cleanups.
commit a03aed77a96c240ed71a4cfd6ab6ec7eba364f5b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Jul 23 17:33:00 2012 -0700
[2091b] encode node label data in more memory-efficient way.
i.e., instead of holding them as Name objects, hold them as serialized
opaque data generated by the corresponding LabelSequence, following the
node structure. the size of the storage for the labels data is encoded
as part of node "flags".
insert/find now internally uses LabelSequence, and compare() can now return
NONE. It requires some adjustments to other part of the code and tests, but
they should be generally straightforward.
in tests, note especially that we now have a separeate "." level. that's
the main reason for the big change to dumpTree().
commit ac9299c65b0b712f1b5df429dca8ae4f254536b3
Merge: df5d7b6 6535fcf
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Jul 23 16:01:58 2012 -0700
[2091b] Merge branch 'trac2091a' into trac2091b with fixing conflicts.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list