- 21 Oct, 2011 9 commits
-
-
JINMEI Tatuya authored
directly pushing.
-
JINMEI Tatuya authored
directly pushing.
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Jeremy C. Reed authored
-
JINMEI Tatuya authored
- renamed private methods to addXXX for consistency - made them non const member functions (for the same reason why addNXDOMAINProof can't be so) - renamed variable 'zone' to 'finder' to adapt to class name change
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
very rare and shouldn't happen with a valid zone)
-
JINMEI Tatuya authored
-
- 20 Oct, 2011 8 commits
-
-
JINMEI Tatuya authored
cannot be const because they modify response_. maybe we should pass the response via method parameter rather than at the construction time, or even make this a simple free function, rather than a class. but that will be a separate discussion.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
of the NXDOMAIN NSEC.
-
JINMEI Tatuya authored
this is necessary for NSEC query handling.
-
Jeremy C. Reed authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 19 Oct, 2011 5 commits
-
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
This fixes problem with socket.error: AF_UNIX path too long on many builders. (That is ticket #360.)
-
Stephen Morris authored
-
Naoki Kambe authored
-
JINMEI Tatuya authored
-
- 18 Oct, 2011 13 commits
-
-
JINMEI Tatuya authored
of different types covered. Not directly related to the main subject of the branch, but this enhancement will make writing tests easier. confirmed this change doesn't cause regression for other tests.
-
JINMEI Tatuya authored
this change is incomplete: we still need a wildcard proof.
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Stephen Morris authored
1213 failed to take into account a change in zone configuration options, causing the IXFR-in test to fail.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Tomek Mrugalski authored
Those tests will be reenabled once #1313 is implemented.
-
Michal 'vorner' Vaner authored
The usual problem with EXPECT_EQ(NULL, ...), it doesn't like the type.
-
Stephen Morris authored
-
Stephen Morris authored
-
JINMEI Tatuya authored
that didn't expect NSEC.
-
- 17 Oct, 2011 5 commits
-
-
JINMEI Tatuya authored
but apparently forgot to type in '&')
-
JINMEI Tatuya authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-