- 28 Dec, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac448@4062 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Dec, 2010 1 commit
-
-
JINMEI Tatuya authored
- replaced the ugly macro with real methods the base class using the template method pattern. as a result srv_unittest.h is not needed anymore and removed. - avoided the use of an unnamed namespace in srv_test.h (another bad practice anyway) - avoided the use of 'using namespace' in srv_test.h (yet another bad practice anyway) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac448@4012 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Dec, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3819 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Nov, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3566 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Nov, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac402@3552 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 Nov, 2010 1 commit
-
-
Michal Vaner authored
They got split off the usual includes in trunk? git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3505 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Nov, 2010 2 commits
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac402@3427 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
Refactoring authoritative and recursive tests (moving common tests into a single file for use by both). git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac402@3425 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Oct, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-dummylog@3394 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Oct, 2010 1 commit
-
-
Michal Vaner authored
It bought some changes elsewhere. The verbose attribute was removed as unnecessary. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-dummylog@3363 e5f2f494-b856-4b98-b285-d166d9295462
-
- 22 Oct, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3325 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Oct, 2010 1 commit
-
-
Evan Hunt authored
- moved createRequestMessage() into unittest_utils - added more bogus-address tests in asiolink unit test - added tests with IPv4-mapped IPv6 addresses, but disabled because v4-mapped addresses don't work on my test systems - added documentation for asiolink test helper functions - moved MockSession, MockServer, etc from auth/recurse unit tests into a single external mockups.h to reduce code duplication git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3264 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Sep, 2010 1 commit
-
-
Evan Hunt authored
to datasrc, xfrin, xfrout and so on removed. This is simply the client-facing side of a name server; it can receive and send packets but can't process them in any way yet. It will become a simple forwarder, and then a proper resolver, in future work. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@2958 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Sep, 2010 1 commit
-
-
Evan Hunt authored
src/lib/asiolink. No changes to the code itself have been made except for the purely cosmetic one of changing the namespace and filenames from "asio_link" to "asiolink". git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@2953 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Aug, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2730 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Aug, 2010 1 commit
-
-
JINMEI Tatuya authored
introduced a new ./configure option --enable-static-link to statically link executables while still building dynamic loadable modules correctly. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac309@2722 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Jul, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac268@2525 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Jun, 2010 1 commit
-
-
Jeremy C. Reed authored
Use libtool to create libcc. Have users of libcc use the libcc.la (libtool archive). I noticed this because libcfgclient's tests only linked with cc/data.o but build using Sunstudio showed it used libcc's session also. So instead of just linking with cc/session.o (which does work), I chose to link with libcc -- and noticed it was not using libtool. (Later will change other linking with foo.o object files to use libtool .la files instead. Also for Sunstudio support a minor patch for src/lib/cc/session_unittests.cc may later be committed.) No trac ticket for this. It was discussed with jinmei via jabber. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2316 e5f2f494-b856-4b98-b285-d166d9295462
-
- 22 Jun, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac221@2205 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Jun, 2010 1 commit
-
-
JINMEI Tatuya authored
added test cases for the class, which currently fail. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac221@2170 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Jun, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac190@2120 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Jun, 2010 1 commit
-
-
Jeremy C. Reed authored
(not reviewed, trivial change) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2044 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 May, 2010 1 commit
-
-
JINMEI Tatuya authored
- suppress the gcc unused parameters warning selectively (as a workaround) in a most portable way - introduce B10_CXXFLAGS as the default to AM_CXXFLAGS to make the first change possible (that's why I modified so many other Makefile.am's even if they are irrelevant to asio) - remove dependency on boost system library: it was only needed for the boost version of ASIO. - hide details that require ASIO related definitions from xfr_client.h to avoid being hit by the 'unused parameter' problem accidentally. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1953 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 May, 2010 1 commit
-
-
Evan Hunt authored
- add -lpthread where needed git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1865 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Apr, 2010 1 commit
-
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1799 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Apr, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1710 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1658 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Mar, 2010 1 commit
-
-
JINMEI Tatuya authored
additional related cleanups were made as well. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1617 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Mar, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1593 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Mar, 2010 2 commits
-
-
Jelte Jansen authored
moved tests into unittests/ subdirectory added boostlibs ldd flag if needed git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1321 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
ignoring requests when an error occurs - added a framework for auth server unit test with an initial simple test git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1306 e5f2f494-b856-4b98-b285-d166d9295462
-