- 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 8 commits
-
-
JINMEI Tatuya authored
also fixed memory leak in a test case using scoped_ptr.
-
JINMEI Tatuya authored
otherwise it could result in duplicate free. This basically recovers the same behavior of d5ec40da that was lost in commit 699068ef.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Xie Jiagui authored
-
- 14 Mar, 2012 17 commits
-
-
Jelte Jansen authored
in the relevant tests, time.time() is temporarily replace by the function returned by get_fake_time_time(). After each test that uses this, it is restored to the original function (So as not to mess up unittest framework's concept of time). Also renamed one test which had the same name as another test.
-
Jelte Jansen authored
-
Jelte Jansen authored
take potential second boundary into account also fixed a few long lines
-
Jelte Jansen authored
-
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
-
- 13 Mar, 2012 4 commits
-
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 12 Mar, 2012 4 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-