continue implementation; first tests with recursion returned IPs but then added cance...
[pingcheck] / src / dns / hostaddress.h
2015-05-04 Christian Herdtweckcontinue implementation; first tests with recursion...
2015-05-04 Christian Herdtweckmoved new dns code from temp dir to dns subdir; changed...
2015-05-04 Christian Herdtweckimplemented serialization, is compiling
2012-03-06 Guilherme Maciel... Using boost::asio::ip::address class instead of std...
2012-02-23 Guilherme Maciel... Created a HostAddressList type as an alias to the STL...
2012-02-20 Guilherme Maciel... Merge branch 'test'
2011-12-20 Guilherme Maciel... Changed 'ttl' field from signed to unsigned, avoiding...
2011-09-10 Guilherme Maciel... Changed include guards style to the project's standard
2011-05-12 Thomas JaroschAdd GPLv2 + linking exception to the source
2011-04-28 Guilherme Maciel... Included doxygen comments to member variables.
2011-04-18 Guilherme Maciel... Implemented feature: cache DNS requests info only until...
2011-04-15 Guilherme Maciel... Non-virtual destructors for classes that are unlikely...
2011-04-15 Guilherme Maciel... Using the boost-net-dns library to resolve DNS host...
2011-03-18 Guilherme Maciel... Replaced uint by int.
2011-03-14 Guilherme Maciel... Re-organizing the headers files in order to...
2011-03-11 Guilherme Maciel... Bring aboard the first scratch of a DNS resolver