- 19 Mar, 2012 1 commit
-
-
Jelte Jansen authored
see http://bind10.isc.org/ticket/1784#comment:5
-
- 16 Mar, 2012 6 commits
-
-
JINMEI Tatuya authored
thanks to the introduction of DNSServiceBase we don't need it any more.
-
JINMEI Tatuya authored
also introduce mock DNSService and use it to test the behavior, and to test the resolver behavior doesn't change. the essential part should be quite simple; most of the changes are straightforward interface adjustments. it also includes some editorial cleanups such as adding header-file guards or style guideline fixes.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
Only some part of portconfig need to be adjusted; others will still use the derived class directly.
-
JINMEI Tatuya authored
"UDPVersion" is now more generic options, and its default is the previous behavior, which should be more suitable default. added test cases to confirm the effect of the options. added detailed documentation.
-
JINMEI Tatuya authored
That matches the sense of YAGNI, and, in fact, would help avoid having the type of regression we had in #1600.
-
- 15 Mar, 2012 6 commits
-
-
JINMEI Tatuya authored
also fixed memory leak in a test case using scoped_ptr.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 14 Mar, 2012 15 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
take potential second boundary into account also fixed a few long lines
-
Mukund Sivaraman authored
-
Michal 'vorner' Vaner authored
We can no longer EXPECT_THROW, if we don't throw.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
Xie Jiagui authored
suboptimal solution instead.
-
JINMEI Tatuya authored
okayed by muks on jabber.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 12 Mar, 2012 12 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
It will make it less susceptible to assignment collisions.
-
JINMEI Tatuya authored
also added a new unittest case to confirm this. This change should also fix failure in the NSEC3 lettuce test.
-
Michal 'vorner' Vaner authored
-
Stephen Morris authored
Use AM_ macros for makefile-specific options. (Use of COMMON_ variables provoked a warning on some variants of autotools.)
-
Stephen Morris authored
1. Enclose death tests within suitable #ifdef for systems that don't support them. 2. Minor comment changes.
-
Xie Jiagui authored
it.
-
JINMEI Tatuya authored
since we don't have to preserve the existing item in this context, we can simply swap the current vector with a newly created (with a reserved space) vector.
-
Mukund Sivaraman authored
-