- 26 Dec, 2010 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac448@4013 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- avoid relying on ASIO details in the main test (this is good anyway in terms of the original intent of asio link) - move internal-dependent tests to internal/tests with a workaround compiler flag Also fixed a potentially common bug: use blocking recv() in recvUDP() with a fail safe timeout. When compiled with clang++ this test sometimes failed due to the failure of recv(), and after looking at the code closely I found it possible to happen for other environments. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac448@4011 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Dec, 2010 1 commit
-
-
Jelte Jansen authored
added a missing boost flag in lib/asiolink/tests makefile git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3902 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Oct, 2010 1 commit
-
-
Michal Vaner authored
It does not link, unresolved UDPQuery.stop. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-timeouts@3398 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
-
- 11 Oct, 2010 1 commit
-
-
Evan Hunt authored
- added diagrams to asiolink documentation - eliminated improper error return in TCPServer operator() - moved UDPEndpoint, TCPEndpoint, UDPSOcket, TCPSOcket implementation code into internal/udpdns.h and internal/tcpdns.h - RecursiveQuery ns_addr_ member now an IOAddress rather than asio address - add method headers in recursor.h and auth_srv.h - change asio_link unittest name to asiolink git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3177 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Sep, 2010 2 commits
-
-
Evan Hunt authored
now defined in tcpdns.cc and udpdns.cc respectively. Their associated header files are in the "internal" subdirectory (which is to be used for include files that define internal-only API that isn't intended to be exposed publicly). coroutine.h has also been moved there. Eliminated yield.h; the reenter, fork and yield psuedo-keywords are gone in favor of CORO_REENTER, CORO_FORK and CORO_YIELD. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3082 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
-
- 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
-