- 14 Apr, 2011 1 commit
-
-
chenzhengzhang authored
-
- 12 Apr, 2011 1 commit
-
-
chenzhengzhang authored
-
- 11 Apr, 2011 1 commit
-
-
chenzhengzhang authored
-
- 08 Apr, 2011 1 commit
-
-
Ocean Wang authored
-
- 28 Feb, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
This is in the private range, so it should not conflict with anything (we still might be unlucky if two tests run at the same time, but the chance is low).
-
- 22 Feb, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
It is taken from resolver tests and made generic. Then it is reused for both resolver and authoritative tests.
-
Michal 'vorner' Vaner authored
-
- 21 Jan, 2011 2 commits
-
-
JINMEI Tatuya authored
briefly talked about it on jabber, no one opposed to it, Jeremy explicitly agreed. changes are trivial themselves, so no explicit review.
-
JINMEI Tatuya authored
-
- 18 Jan, 2011 1 commit
-
-
JINMEI Tatuya authored
it involves refactoring of the AuthSrv class: It now internally constructs IOService; the timer is also constructed internally, using the IOService object.
-
- 15 Jan, 2011 1 commit
-
-
Jelte Jansen authored
though atm completely unused
-
- 14 Jan, 2011 1 commit
-
-
Jelte Jansen authored
-
- 01 Jan, 2011 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac467@4116 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Dec, 2010 1 commit
-
-
JINMEI Tatuya authored
fixed the trailing garbage bug: b10-auth's MessageAnswer() shouldn't do anything because it builds everything in the process methods. test cases were added for the bug, too. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac462@4070 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Dec, 2010 1 commit
-
-
Yoshitaka Aharen authored
- enum QueryType was renamed to enum CounterType. - COUNTER_{UDP,TCP} were renamed to COUNTER_{UDP,TCP}_QUERY. - Catch an exception by const reference. - Documentation and comments were appended. - Removed unnecessary test; the result is obvious. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac347@4015 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
-
- 24 Dec, 2010 1 commit
-
-
JINMEI Tatuya authored
- we should return REFUSED (as opposed to SERVFAIL) when we cannot find a matchign zone as we discussed at the bind10-dev list - we shouldn't use the meory data source unless the query class is IN (which is the only supported class at the moment) - the "NXRRSET" result of Zone::find() should actually result in "NOERROR" rcode in the response (NXRRSET is dynamic update specific) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac450@4005 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Dec, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac439@3975 e5f2f494-b856-4b98-b285-d166d9295462
-
- 22 Dec, 2010 3 commits
-
-
JINMEI Tatuya authored
- improved log messages a bit - supported the "remove" operation - more documentation, some more tests git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac446@3973 e5f2f494-b856-4b98-b285-d166d9295462
-
Yoshitaka Aharen authored
- Documentation and comments were appended. - Some classes and functions were renamed. - Some test cases were appended. - Removed unnecessary includes. - Thrown exceptions were changed not to hide asio specific definitions. - Query counter increment is moved from AuthSrv::processMessage() to AuthSrvImpl::processNormalQuery() and AuthSrvImpl::processAxfrQuery(). git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac347@3954 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac439@3945 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Dec, 2010 1 commit
-
-
Han Feng authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac397focused@3885 e5f2f494-b856-4b98-b285-d166d9295462
-
- 09 Dec, 2010 1 commit
-
-
Yoshitaka Aharen authored
* Timer call back scheme of submitting statistics changed. * Avoid dynamic allocations. * Some files and classes were renamed. - stats.{cc,h} -> statistics.{cc,h} - class Counter -> class QueryCounters * Remove unnecessary includes. * Some test cases were appended. - class IntervalTimer - Submitted values from QueryCounters::submitStatistics() - Counter increment with handling query * Remove namespace 'statistics'. * Argument to constructor of IntervalTimer was changed to asio_link::IOService&. * Error handling improved - Parameter check - Exception handling * Documentation and comments were appended. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac347@3782 e5f2f494-b856-4b98-b285-d166d9295462
-
- 01 Dec, 2010 1 commit
-
-
Yoshitaka Aharen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac347@3686 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Nov, 2010 2 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac402@3552 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
Because it needs it to be included anyway git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac402@3551 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Nov, 2010 1 commit
-
-
JINMEI Tatuya authored
omit parameter names when the parameter is unused, instead of the compiler dependent workaround using UNUSED_PARAM. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac409@3485 e5f2f494-b856-4b98-b285-d166d9295462
-
- 07 Nov, 2010 1 commit
-
-
Jerry authored
Auth needs to make a new connection only on the first time or if an error occurred. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3482 e5f2f494-b856-4b98-b285-d166d9295462
-
- 04 Nov, 2010 1 commit
-
-
JINMEI Tatuya authored
(svn merge didn't work well, probably because the branch was too old, so I chose to apply the diff by hand) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3439 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Nov, 2010 1 commit
-
-
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
-
- 21 Oct, 2010 1 commit
-
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3310 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Oct, 2010 2 commits
-
-
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
-
Kazunori Fujiwara authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac292@3248 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Oct, 2010 1 commit
-
-
JINMEI Tatuya authored
independent from the purpose of this ticket, but this is probably a good place to make these changes to be consistent with the other set of changes. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac365@3197 e5f2f494-b856-4b98-b285-d166d9295462
-
- 09 Oct, 2010 1 commit
-
-
JINMEI Tatuya authored
need more cleanups git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac365@3157 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Oct, 2010 1 commit
-
-
Evan Hunt authored
variable names and class names. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3115 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Oct, 2010 1 commit
-
-
Evan Hunt authored
use the "-f nameserver" option to the bind10 boss script (eventually that will have to be a config system option). This can currently only send upstream queries via UDP, without any niceties like EDNS0, DNSSEC, checking for QID match, etc. Also, still very poorly documented. More to come... git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3108 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Sep, 2010 2 commits
-
-
Evan Hunt authored
DNS lookup calls can now be asynchronous, calling back into the UDPServer or TCPServer coroutine that originated them via io_service::post(). git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3084 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
(getPort(), getFamily(), getProtocol()) to IOEndpoint and IOAddress classes. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3081 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Sep, 2010 1 commit
-
-
JINMEI Tatuya authored
adjusted the generator script a bit for this purpose. also fixed a distcheck failure in lib/dns/python tests. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac354@3047 e5f2f494-b856-4b98-b285-d166d9295462
-