- 13 Apr, 2011 1 commit
-
-
Ocean Wang authored
-
- 08 Apr, 2011 1 commit
-
-
Ocean Wang authored
-
- 07 Apr, 2011 1 commit
-
-
Ocean Wang authored
-
- 11 Mar, 2011 1 commit
-
-
Jelte Jansen authored
-
- 03 Mar, 2011 1 commit
-
-
Jelte Jansen authored
Simple uniform random number generator using boost. At this moment, it is in asiolink, because that is where it is used. It should be moved to a lib/util (or something), together with the non-uniform nsas rng. Also note that IOFetch now *sets* a random qid, but does not actually check it when it receives an answer.
-
- 02 Mar, 2011 2 commits
-
-
Jelte Jansen authored
previous commit changed the methods that had unused parameters (rather than disabling the check in multiple places)
-
Jelte Jansen authored
-
- 28 Feb, 2011 1 commit
-
-
Stephen Morris authored
-
- 24 Feb, 2011 2 commits
-
-
Stephen Morris authored
* Extend logging in IOFetch (and add message definitions) * Update buffer size setting for UDP socket * remove spaces at end of lines in other files
-
Stephen Morris authored
-
- 23 Feb, 2011 1 commit
-
-
Stephen Morris authored
-
- 21 Feb, 2011 1 commit
-
-
Stephen Morris authored
-
- 18 Feb, 2011 2 commits
-
-
Stephen Morris authored
Replaced with IOFetch with a protocol selection of UDP.
-
Stephen Morris authored
IOFetch is a general upstream "fetch" class that should be able to operate over TCP or UDP. Related changes have been made in the associated classes. So far, only the unit tests for a UDP fetch have been made (and passed).
-
- 16 Feb, 2011 1 commit
-
-
Jelte Jansen authored
It only stores the final result, and only looks into the cache at the start of a resolve() call right now, but it appears to work
-
- 15 Feb, 2011 1 commit
-
-
Stephen Morris authored
-
- 14 Feb, 2011 5 commits
-
-
Stephen Morris authored
Admin tasks: * Split out io_error.h from asiolink.h * Made test files follow naming convention of main files * More discriminatory includes in some files * Updates tests/Makefile.am Coding tasks: * Add additional methods to io_socket.* and put in dummies in {tcp,udp}_socket.h * Incorporated basic IO Fetch code from Scott
-
Jelte Jansen authored
The test directory now contains test files that used to be in internal/ (where the makefile did have this addition)
-
Jelte Jansen authored
-
Jelte Jansen authored
Though most of the tests fell into recursive_query_unittest.cc
-
Jelte Jansen authored
and moved them out of internal. Changed the internal/ workaround (to prevent files outside of asiolink/ to indirectly include asio.hpp), the .cc files that include the relevant headers must include asio.hpp themselves (and this is checked in the headers) Also moved coroutine out of internal. Tests are still todo (which is why internal/ still exists)
-
- 11 Feb, 2011 1 commit
-
-
Jelte Jansen authored
asiolink.h is now merely a 'collection' header that includes all the rest
-
- 01 Feb, 2011 1 commit
-
-
Scott Mann authored
-
- 31 Jan, 2011 1 commit
-
-
Scott Mann authored
-
- 30 Jan, 2011 1 commit
-
-
Scott Mann authored
-
- 27 Jan, 2011 1 commit
-
-
Jelte Jansen authored
-
- 26 Dec, 2010 1 commit
-
-
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
-
- 11 Nov, 2010 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3507 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
added BOOST_INCLUDES to AM_CPPFLAGS. this is now necessary wherever we use boost and boost is installed in some uncommon path. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3506 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
-
- 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
-
- 09 Oct, 2010 1 commit
-
-
Evan Hunt authored
asiolink.cc are now in multiple files (ioaddress.h, iosocket.h, etc). Also removed some shared_ptr's that weren't really needed in tcpdns and udpdns. This work isn't done yet, but committing now to simplify the review a bit. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3150 e5f2f494-b856-4b98-b285-d166d9295462
-