- 03 Feb, 2011 3 commits
-
-
Jelte Jansen authored
Conflicts: src/lib/asiolink/asiolink.cc
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 02 Feb, 2011 6 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
-
Jelte Jansen authored
(2 items replaced)
-
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 10 commits
-
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
-
-
JINMEI Tatuya authored
-
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.
-
Michal 'vorner' Vaner authored
And fix a bug why it didn't work (a check or nested zonecuts prevented detection of DNAME).
-
Michal 'vorner' Vaner authored
No need to check every time this added domain isn't origin, we create one at creation of zone and keep it.
-
Michal 'vorner' Vaner authored
-
- 31 Jan, 2011 11 commits
-
-
JINMEI Tatuya authored
from a pointer to bool (following BIND 9's style convention). so trivial, skipping review.
-
Jelte Jansen authored
Apparently SunStudio's name mangler cannot handle the use of the typedef in the anonymous namespace in asiolink.cc. For now I have removed the offending use of it (the other instances where it was used were ok), we probably want to move it to a header and use it consistently. Much thanks to jinmei for pointing out the problem :)
-
JINMEI Tatuya authored
- made contextCheck() a const member function - move the comment about exception guarantee from contextCheck() to find() - parentheses around return
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
now that AbstractResolverCallback wqas removed, the 'direct' callback holder class is not necessary anymore (callers can derive from ResolverInterface::Callback now)
-
Jelte Jansen authored
(so we can remove one of them)
-
- 30 Jan, 2011 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 29 Jan, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 28 Jan, 2011 4 commits
-
-
Jelte Jansen authored
instead of AbstractRRset it will now take a MessagePtr in its success() callback. needed to change a lot of test code for it to run again
-
Jelte Jansen authored
-
-
Michal 'vorner' Vaner authored
Conflicts: src/bin/auth/query.cc
-
- 27 Jan, 2011 2 commits
-
-
JINMEI Tatuya authored
in a function call that triggered typeerror exception. okayed on jabber.
-
JINMEI Tatuya authored
points to be considered with chaining.
-