Since the branch is years old.
It compiles, but the tests don't run. There's still some work to do.
Conflicts:
configure.ac
doc/Doxyfile
src/bin/Makefile.am
src/lib/Makefile.am
src/lib/util/io/fd_share.h
src/lib/util/io/fdshare_python.cc
src/lib/util/io/tests/run_unittests.cc
Master contains fix of #338, which influences this code quite a lot.
The merge includes not only the code-level conflict resolutions, but
also logic-level conflicts and enabling of the tests that failed because
of #338.
Conflicts:
src/bin/auth/tests/Makefile.am
src/bin/resolver/Makefile.am
src/bin/resolver/resolver.cc
src/bin/resolver/tests/Makefile.am
src/bin/resolver/tests/resolver_config_unittest.cc
src/lib/Makefile.am
Removed the static doc/guide/Makefile.
Added Makefile.am for that.
Added a docbook entity file for the BIND 10 version.
Change the guide to use that version.
Regenerated html for the guide too.
(Now it has the latest version hard-coded in the HTML.)
reference of loadzone. Regenerate man file.
Mention b10-recurse in README.
In Guide, mention that BIND 10 does offer a forwarding server.
(Note the Guide needs to document b10-recurse still.)
This is minor. It was not reviewed.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@4024 e5f2f494-b856-4b98-b285-d166d9295462
It will be replaced, but a function is better than comment, because:
* It prints the text to stderr at last for now
* Compiler can find the places for us when we remove the function, we
would have to grep for the comments.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-dummylog@3357 e5f2f494-b856-4b98-b285-d166d9295462
to xml files). This is to introduce secondary manager.
While here also mention zonemgr in the README.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2952 e5f2f494-b856-4b98-b285-d166d9295462
Add some details about zonemgr.
Mention xfrout does NOTIFY out also.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac341@2946 e5f2f494-b856-4b98-b285-d166d9295462
And remove it from documentation too (while in the guide also remove
note about LD_LIBRARY_PATH which was handled in ticket 148).
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2684 e5f2f494-b856-4b98-b285-d166d9295462
updated the doxygen config to include the benchmark docs.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac241@2500 e5f2f494-b856-4b98-b285-d166d9295462
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