- 19 Mar, 2012 1 commit
-
-
Jelte Jansen authored
see http://bind10.isc.org/ticket/1784#comment:5
-
- 16 Mar, 2012 2 commits
-
-
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 1 commit
-
-
JINMEI Tatuya authored
also fixed memory leak in a test case using scoped_ptr.
-
- 14 Mar, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 09 Mar, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 05 Mar, 2012 1 commit
-
-
Xie Jiagui authored
SyncUDPServer by command.
-
- 24 Feb, 2012 1 commit
-
-
JINMEI Tatuya authored
default internal buffer or set the separate buffer by setBuffer().
-
- 23 Feb, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 21 Feb, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
Actually, the SyncUDPSocket is currently a copy of the UDPSocket. It needs to get stripped little bit.
-
Michal 'vorner' Vaner authored
-
- 04 Jan, 2012 4 commits
-
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
The service is now (nonstatic) member and the static variable is only pointer to the active one, so the signal handler can access it.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It eliminates the need to call commonSetup and makes it possible to constify something.
-
- 03 Jan, 2012 4 commits
-
-
JINMEI Tatuya authored
constify things; use DISABLE_ instead of comment out for the disabled test; typo
-
Michal 'vorner' Vaner authored
The test passes on Linux with epoll, as the (invalid) file descriptor is inserted right away. The others don't detect the error right at the time, so it doesn't throw.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
* Use the address family instead of v6 boolean. * Check it by exception. * Documentation.
-
- 30 Dec, 2011 2 commits
-
-
JINMEI Tatuya authored
(based on the seeming intent), indentation.
-
JINMEI Tatuya authored
it without them.
-
- 24 Dec, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
* Use IPv6 address for the test * Don't use static strings, use char* * Don't call them static if they are in anonymous namespace * Use getaddrinfo to get the (slightly system dependant) address structure * Use protocol field (even if it probably doesn't matter for SOCK_STREAM and SOCK_DGRAM) * Be more careful about releasing resources in error states (even if it's a test and they would terminate on the error anyway)
-
- 22 Dec, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 12 Dec, 2011 2 commits
-
-
Stephen Morris authored
Some loops changed to use unsigned loop indexes to avoid warning messages from some compilers.
-
Stephen Morris authored
One compiler had a problem with the unqualifier data type "error_code". This has been changed to "asio::error_code".
-
- 05 Dec, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
The dns_service is not tested, so the tests are not added. It is simple anyway.
-
- 11 Oct, 2011 1 commit
-
-
Jeremy C. Reed authored
And for check_LTLIBRARIES to noinst_LTLIBRARIES too. This is so a regular "make" will build the test programs and libraries too. So the "make check" will just run the tests (and not build them). This is to help with test-driven development. This reverses some from #1091, plus does the rest too. Note that doing a "make check" before a "make" does not currently work due to dependencies depending on each other (e.g. python/isc/log tests needs datasrc but python/isc/datasrc tests need log_config_update).
-
- 05 Oct, 2011 1 commit
-
-
Jeremy C. Reed authored
and while here also only build when the "make check" target is used; since we already require --with-gtest maybe this step is not of much interest.
-
- 13 Jul, 2011 2 commits
-
-
Stephen Morris authored
Add a reset logging function to specific tests to ensure that the logging is routed to the stream selected by the B10 environment variables prior to each test that generates messages.
-
Stephen Morris authored
Removes (by default) one of the remaining logging messages identified in the review.
-
- 09 Jun, 2011 1 commit
-
-
JINMEI Tatuya authored
this should be trivial enough, so I'll push it to the shared repo directly.
-
- 06 Jun, 2011 1 commit
-
-
Stephen Morris authored
These files weren't changed when root_logger_name.h was renamed to logger_name.h. Rather than just change the #include file name, the logging was correctly initialized.
-
- 25 May, 2011 1 commit
-
-
Stephen Morris authored
This only needed to be in the Makefile.am for the liblog library, not everywhere else!
-
- 23 May, 2011 1 commit
-
-
Jelte Jansen authored
put the code for it in a slightly better call, and update the tests. Also does not include setDNSSECAwareness, since that actively breaks the resolver right now (which is another issue)
-
- 20 May, 2011 2 commits
-
-
JINMEI Tatuya authored
-
Stephen Morris authored
-
- 11 May, 2011 1 commit
-
-
Stephen Morris authored
Also update the test Makefile.am files to include the appropriate libraries.
-
- 13 Apr, 2011 1 commit
-
-
Ocean Wang authored
-
- 08 Apr, 2011 1 commit
-
-
Ocean Wang authored
-
- 07 Apr, 2011 1 commit
-
-
Ocean Wang authored
-