- 02 Aug, 2013 11 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
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.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
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.
-
Mukund Sivaraman authored
* Make the code more straightforward to follow * Add docs to make it easy to understand
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 31 Jul, 2013 7 commits
-
-
Jeremy C. Reed authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Michal 'vorner' Vaner authored
As the AuthSrvTest.postReconfigure needs shared memory.
-
Mukund Sivaraman authored
This functionality seems to be handled inside CC session itself now. ModuleCCSession::start() adds startCheck() and handles checkCommand() there.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 30 Jul, 2013 6 commits
-
-
Thomas Markwalder authored
Equality operator tests were reliant on two Lease6 structs, constructed back to back to have the same value for cltt_, which gets its value from time(NULL). Corrected this by simple assignment to ensure they are always equal as the test expects.
-
Mukund Sivaraman authored
-
Naoki Kambe authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 29 Jul, 2013 7 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Michal 'vorner' Vaner authored
Auth now recognizes the mapped segments and maps them.
-
Michal 'vorner' Vaner authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
Note that this commit just removes it from libb10-asiodns. Other dependencies have not been updated yet, as they require the checkin callback. Please see ticket #2935. With this commit, overall BIND 10 tree is broken.
-
- 26 Jul, 2013 9 commits
-
-
Thomas Markwalder authored
Build was failing under Solaris.
-
Thomas Markwalder authored
also removed extra brackets from 636, and 637
-
Thomas Markwalder authored
Adds new library, libdhcp_ddns used for sending and receiving DHCP_DDNS requests.
-
Thomas Markwalder authored
-
Tomek Mrugalski authored
-
Thomas Markwalder authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-