Using the boost-net-dns library to resolve DNS host names
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Fri, 15 Apr 2011 11:04:13 +0000 (13:04 +0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Fri, 15 Apr 2011 12:07:36 +0000 (14:07 +0200)
commit26650731efc6ed486243532f0aa566577773d702
treeeb056db6fa4df2f115ce7cde24b19300e41eb29d
parent6e09425ce07d6be3712592d51cde6ac2912e7ef3
Using the boost-net-dns library to resolve DNS host names
15 files changed:
.gitignore
lib/boost-net-dns/boost/net/basic_dns_resolver.hpp [new file with mode: 0755]
lib/boost-net-dns/boost/net/basic_dns_resolver_service.hpp [new file with mode: 0755]
lib/boost-net-dns/boost/net/dns.hpp [new file with mode: 0755]
lib/boost-net-dns/boost/net/dns_cache.hpp [new file with mode: 0755]
lib/boost-net-dns/boost/net/dns_debug.hpp [new file with mode: 0755]
lib/boost-net-dns/boost/net/dns_resolver.hpp [new file with mode: 0755]
lib/boost-net-dns/boost/net/impl/dns_resolver_impl.hpp [new file with mode: 0755]
lib/boost-net-dns/boost/net/network_array.hpp [new file with mode: 0755]
lib/boost-net-dns/boost/net/resolve.hpp [new file with mode: 0755]
lib/boost-net-dns/boost/net/rfc1035_414.hpp [new file with mode: 0755]
src/CMakeLists.txt
src/dns/dnsresolver.cpp
src/dns/hostaddress.cpp
src/dns/hostaddress.h