- 02 Feb, 2012 5 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
notice by outside person
-
- 01 Feb, 2012 12 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
CNAME + non-NSEC is about to coexist.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
cases.
-
JINMEI Tatuya authored
NXRRSET (including empty) for any-query was already supported and tested.
-
JINMEI Tatuya authored
to add in the main code for them, just confirming it also works for these cases.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
case.
-
JINMEI Tatuya authored
-
- 31 Jan, 2012 23 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
to test expected list of RRsets. This should be generally better as explained for the same update to findTest().
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this makes the test code shorter, and perfomrs more flexible than pointer comparison. this is not necessarily crucial for this branch, but will eventually be necessary when we update the internal representation of in-memory data. at that point returned RRset by find() will be different from the one installed by add() wrt pointer comprison.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
in contextCheck. passing reference to a shared pointer doesn't make sense (and IMO could be rather confusing for a quite little benefit) when we often dereference it in the function anyway. in this case we can simply use a normal reference as the ownership isn't transferred.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
g++ somehow seems to require it to compile with toupper. updated comments about it.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
in InMemoryZoneFinder::load()
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
Or, more precisely, avoid compilation of tests using these on systems which don't have them.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
-