- 26 Apr, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 22 Apr, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 14 Apr, 2011 1 commit
-
-
chenzhengzhang authored
-
- 12 Apr, 2011 1 commit
-
-
chenzhengzhang authored
-
- 11 Apr, 2011 1 commit
-
-
chenzhengzhang authored
-
- 08 Apr, 2011 1 commit
-
-
Ocean Wang authored
-
- 11 Mar, 2011 1 commit
-
-
Jelte Jansen authored
-
- 03 Mar, 2011 1 commit
-
-
Jelte Jansen authored
-
- 02 Mar, 2011 3 commits
-
-
Jelte Jansen authored
this should fix the timeout problem
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 25 Feb, 2011 1 commit
-
-
Jelte Jansen authored
Also moved initialization of the cache to Resolver
-
- 24 Feb, 2011 2 commits
-
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
- 21 Feb, 2011 1 commit
-
-
Jelte Jansen authored
they appeared to still have been too low for some systems
-
- 15 Feb, 2011 1 commit
-
-
Stephen Morris authored
-
- 14 Feb, 2011 2 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
Though most of the tests fell into recursive_query_unittest.cc
-
- 09 Feb, 2011 1 commit
-
-
Jelte Jansen authored
and updated some doxygens as per Jeremy's mail
-
- 07 Feb, 2011 1 commit
-
-
Jelte Jansen authored
client timeout and auth errors now result in SERVFAIL being sent back added copySection and moved copyAnswerMessage to resolve.cc (no need to have that in asiolink)
-
- 03 Feb, 2011 1 commit
-
-
Stephen Morris authored
In particular: * Use Use asiolink abstractions instead of Boost::asio directly * Add cross-section checks (answer/question v authority) * Extended description of bailiwick * Methods added to isc::dns::Message and asiolink::IOAddress
-
- 02 Feb, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
Removed some dead code, added two unit tests, changed sendQuery() to the more descriptive resolve(), and removed a superfluous call to dlog()
-
- 01 Feb, 2011 1 commit
-
-
Jelte Jansen authored
It tried to bind to 255.255.0.0, which should fail, but doesn't on some systems (CentOS for example). As a possible way forward, I've changed it to 192.0.2.0, which does fail on CentOS. If this does not fail on other systems, we should probably go for the proposed solution from #437, or remove the test completely.
-
- 27 Jan, 2011 1 commit
-
-
Jelte Jansen authored
The tests worked, but the timeouts were so small that on somewhat slower systems the tests could fail. Increased them a bit.
-
- 25 Jan, 2011 5 commits
-
-
Jelte Jansen authored
for now. We'll need to come up with a structural way to test those
-
Jelte Jansen authored
-
Yoshitaka Aharen authored
Modified the interface of IntervalTimer to accept interval in milliseconds. Tests for IntervalTimer are also modified; now it takes 1.4 seconds.
-
Yoshitaka Aharen authored
-
Yoshitaka Aharen authored
Renamed IntervalTimer::setupTimer() -> IntervalTimer::setup() Renamed IntervalTimerImpl::updateTimer() -> IntervalTimerImpl::update()
-
- 24 Jan, 2011 2 commits
-
-
Scott Mann authored
Removed some unused debug code and cleaned up some white space.
-
Jelte Jansen authored
mostly whitespace, one comment update and two lines of dead code
-
- 22 Jan, 2011 1 commit
-
-
Scott Mann authored
-
- 21 Jan, 2011 2 commits
-
-
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.
-
Jelte Jansen authored
Note that client_timeout at this point has the same result as lookup_timeout. Changed self-deletion of RunningQuery a bit, as it cannot delete itselfs until we are sure there are not events coming in anymore. If we change the clientTimeout() callback to send an answer and not stop, we shall need to keep track of that fact (i.e. not send back an answer in the end, and update stop since it won't be called by clientTimeout() anymore When adding the asiolink tests for these features, added a few convenience functions for common code in those tests.
-
- 20 Jan, 2011 1 commit
-
-
Jelte Jansen authored
removed some debug statements, updated some dlog() calls Added two tests for resolver. Right now, these tests make it resolve addresses in the public dns (www.isc.org and an nxdomain in isc.org), we'll need to do something better in the long run, but for now i just want to able to test resolving
-
- 18 Jan, 2011 2 commits
-
-
JINMEI Tatuya authored
the timer.
-
JINMEI Tatuya authored
other tests.
-
- 15 Jan, 2011 1 commit
-
-
Jelte Jansen authored
-