- 25 Jan, 2011 12 commits
-
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It could happen in rare occasions that the subprocess survived death of the tests, mostly when exceptions happened in the parent process and it didn't kill it. So there's a finally now and the subprocess has a limited life length just in case it still slipped somehow without kill.
-
-
Jelte Jansen authored
Conflicts: src/bin/resolver/resolver.cc
-
Stephen Morris authored
-
Stephen Morris authored
Conflicts: doc/Doxyfile
-
Jelte Jansen authored
The port used in the test was the same as the default port for the bind10 server (5300), so the test failed if bind10 was already running on the system. Changed it to 5321.
-
Stephen Morris authored
As suggested in the review in ticket #487, an additional non-Doxygen comment was added to the Category enum to indicate that for error() to work, non-error codes should come before error codes.
-
Michal 'vorner' Vaner authored
The tests only received data, but did not check it is correct. Now it is checked.
-
Michal 'vorner' Vaner authored
Using boolean parameter instead of cryptic flag-like one. It is less flexible, but the flexibility isn't really needed.
-
- 24 Jan, 2011 5 commits
-
-
Scott Mann authored
Removed some unused debug code and cleaned up some white space.
-
Michal 'vorner' Vaner authored
Pointed out in review. A test that would catch it needs to be written.
-
Stephen Morris authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 22 Jan, 2011 3 commits
-
-
JINMEI Tatuya authored
going to push without review.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 21 Jan, 2011 18 commits
-
-
JINMEI Tatuya authored
- did it for non .cc/.h files - some files had 'already substitued' $Id$'s (which were probably not under keyword substitution with svn; just copied from some other file). they were overlooked in the previous cleanups - there were lower cased $Id$, which were overlooked, too.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
briefly talked about it on jabber, no one opposed to it, Jeremy explicitly agreed. changes are trivial themselves, so no explicit review.
-
JINMEI Tatuya authored
-
Stephen Morris authored
The code analyses the response for errors as well as determining whether it is an answer or a referral.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
about this point.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
still printing textual data on failure.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
- separated the zone data and find() logic - cleanup unnecessary variables as a result - used zone data for test input when possible
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
using the new rrsetsCheck() framework.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
examining DNS messages/RRsets.
-
- 20 Jan, 2011 2 commits
-
-
Jeremy C. Reed authored
-
Michal 'vorner' Vaner authored
-