BIND 10 trac2811_2, created. f36f677e841adddbaa762480d0cf8b961c098df1 [2811] Use 8 digits instead of 6 in names
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Aug 2 09:12:15 UTC 2013
The branch, trac2811_2 has been created
at f36f677e841adddbaa762480d0cf8b961c098df1 (commit)
- Log -----------------------------------------------------------------
commit f36f677e841adddbaa762480d0cf8b961c098df1
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Aug 2 14:38:10 2013 +0530
[2811] Use 8 digits instead of 6 in names
commit c386d06ac5239ae26446c3bb75143ac54820698b
Author: Mukund Sivaraman <muks at isc.org>
Date: Sat Mar 2 19:58:14 2013 +0530
[2811] Don't call rebalance for subtree roots
commit 56f41442f0a647c959e23d8b96ef949607ce98d4
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Feb 26 13:42:03 2013 +0530
[2811] Use ints for consistency
These are better replaced with size_ts everywhere, but we set it the
test DomainTree's data, and the data is an int, so it has been changed
everywhere to be an int for consistency.
commit f6fd9cc583267c0ddf779ee0d0fce7ffa697c554
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Feb 25 22:40:03 2013 +0530
[2811] Move common code to a separate function
commit e323b235b5cd03fda009b976fa7765f032e4ed35
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Feb 25 22:35:38 2013 +0530
[2811] Add test with names inserted in sorted order
commit 063f70ad570dfc5d8697341bf8643ebe3eb80d7c
Author: Mukund Sivaraman <muks at isc.org>
Date: Sun Feb 24 15:52:35 2013 +0530
[2811] Update comment
commit 363e37a380d7bbfca480e2008b3c135029647d69
Author: Mukund Sivaraman <muks at isc.org>
Date: Sun Feb 24 14:29:54 2013 +0530
[2811] Add a DomainTreeTest.checkDistance testcase
This is a test that verifies that the tree is balanced, and doesn't go
over the red-black theoretical limit. It constructs a random large
million+ name zone and checks that the distance from every node to its
subtree root is within limit. This is a check that was not implemented
and we should have this as performance correctness proof, as the
DomainTree is so central to our memory datasrc performance.
commit ee0e068ef274d482659b11f444d67fa5d0b06de7
Author: Mukund Sivaraman <muks at isc.org>
Date: Sun Feb 24 14:28:49 2013 +0530
[2811] Reorganize the DomainTree::insertRebalance() implementation
* Make the code more straightforward to follow
* Add docs to make it easy to understand
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list