- 31 Aug, 2012 3 commits
-
-
Jeremy C. Reed authored
Use "make maintainer-clean" instead of "make distclean" to remove the manpages. This fixes problem where enduser using tarball does a "make clean" and loses the maintainer-tarball-provided manpages.
-
Jeremy C. Reed authored
Fix a misspelling in a log output. Also fix same misspelling in some comments and unittest output.
-
Jeremy C. Reed authored
This has not been reviewed. Let's consider it a stub for now.
-
- 28 Aug, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
I forgot to add it before.
-
Michal 'vorner' Vaner authored
Obviously, it fails.
-
- 27 Aug, 2012 1 commit
-
-
JINMEI Tatuya authored
okayed on jabber
-
- 26 Aug, 2012 2 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
This seems to be existing code from before #2165. It is also sub-optimal, so it's better replaced with stripRRsigs().
-
- 25 Aug, 2012 3 commits
-
-
JINMEI Tatuya authored
this sometimes happens, and depending on the environment, what() isn't always displayed. so it's helpful to catch it and report the error.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
not directly related, but would be useful for extending the benchmark code and to check the server behavioer.
-
- 23 Aug, 2012 3 commits
-
-
JINMEI Tatuya authored
-
Kazunori Fujiwara authored
from config_unittest.cc
-
Kazunori Fujiwara authored
-
- 22 Aug, 2012 1 commit
-
-
Mukund Sivaraman authored
This will also be useful in the next commit.
-
- 21 Aug, 2012 9 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
so we can consistently use const versions.
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Kazunori Fujiwara authored
-
Kazunori Fujiwara authored
[2138] max number of columns (79) [2138] recovered TEST_F(AuthConfigTest, exceptionGuarantee) to use server.setListenAddresses().
-
- 20 Aug, 2012 2 commits
-
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
- 15 Aug, 2012 2 commits
-
-
Mukund Sivaraman authored
This is used to add the ZoneFinder::FIND_DNSSEC option.
-
Mukund Sivaraman authored
* adjust counts_[section] for any RRSIGs using RRset::getSIGRdataCount() * remove the 'sign' parameter of Message::addRRset() * stop extracting the RRSIG * update code to compile in other places
-
- 13 Aug, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
It otherwise complained during config add somewhere/acl, that there's no value. The defaults differ from module to module. Also, some reindentation and removal of tabs is added.
-
Naoki Kambe authored
If some values of a module were not changed from default values, these default values were removed from statistics data of the stats module even if other changed values were preserved. That is, it didn't fully support the differential updates. It is now fixed to preserve it.
-
- 10 Aug, 2012 1 commit
-
-
Kazunori Fujiwara authored
-
- 09 Aug, 2012 9 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
and update calling tool to not show anything for some values where it is None (i.e. where they have no relevance on the system)
-
Kazunori Fujiwara authored
-
Naoki Kambe authored
If a target module returns data whose key name is such a identifier type, the stats module can identify statistics data. The stats module checks the validation of data even if such a identifier is specified. But when the stats shows statistics data e.g. via bindctl, this type of identifier is not shown for now.
-
Naoki Kambe authored
A named_set data type is supported in a spec file in each module for statistics.
-
Naoki Kambe authored
Stats updates corresponding statistics data which each module returns. For that, the method "update_statistics_data()" was updated to merge recursively old value and new value each other. As for this merging, a new method "merge_oldnew" was introduced into stats.py. This method is intended to be internally used so far.
-
Kazunori Fujiwara authored
-
Naoki Kambe authored
When the set command was used for collecting statistics data, the action was randomly. But in the case that periodical polling is used for collecting statistics data, update_modules doesn't need to be invoked so many times every time update_statistics_data is invoked. Invoking update_module() causes an IO wait for receiving statistics spec from Cfgmgr.
-