completed partial IPv6 compatibility in DNS; does retrieve and Cache IPv6 IPs
[pingcheck] / src / dns / dnsresolver.h
2015-05-22 Christian Herdtweckcompleted partial IPv6 compatibility in DNS; does retri...
2015-05-04 Christian Herdtweckremove the footer saying that vim is the best editor...
2015-05-04 Christian Herdtweckcreated arg recursion_count to async_resolve and many...
2015-05-04 Christian Herdtwecktested new DNS with internal server, make more robust...
2015-05-04 Christian Herdtweckfixed 2 bugs and made clearer that Long-term timer...
2015-05-04 Christian Herdtweckmerged PingRotate into PingScheduler; fixed save/load...
2015-05-04 Christian Herdtwecksimplified dns (no self-made recursion); merge PingSche...
2015-05-04 Christian Herdtweckfinished self-implementation of DNS resolver recursion...
2015-05-04 Christian Herdtweckcontinue implementation; first tests with recursion...
2015-05-04 Christian Herdtweckchanged how dns deals with cnames and recursion: rememb...
2015-05-04 Christian Herdtweckstarted experimenting with DnsResolver; does send stuff...
2015-05-04 Christian Herdtweckmoved new dns code from temp dir to dns subdir; changed...
2015-05-04 Christian Herdtweckmoved new dns code from temp dir into proper dns dir
2015-05-04 Christian Herdtweckdeleted old DNS resolver and its factory
2015-05-04 Christian Herdtweckrenamed expired_resolved_ip to have_up_to_date_ip becau...
2015-01-22 Christian Herdtweckcorrected type of TTL: is now uint32_t everywhere ...
2014-11-12 Christian Herdtweckconverted 3 constants into configuration variables...
2012-03-04 Guilherme Maciel... Added AAAA resource records in the DNS query.
2012-02-26 Guilherme Maciel... Code improvement:
2012-02-23 Guilherme Maciel... Created a HostAddressList type as an alias to the STL...
2012-02-23 Guilherme Maciel... Refactor: moved the 'A' resource record filling to...
2012-02-20 Guilherme Maciel... Merge branch 'test'
2012-01-25 Guilherme Maciel... Merge branch 'config' into test
2011-12-20 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-12 Thomas JaroschUse return value of the function instead of a pointer...
2011-12-12 Thomas JaroschMore constification
2011-09-10 Guilherme Maciel... Changed include guards style to the project's standard
2011-08-27 Guilherme Maciel... Reordered DnsResolver::handle_ip_address method.
2011-08-27 Guilherme Maciel... Improved DnsResolver documentation
2011-05-12 Thomas JaroschAdd GPLv2 + linking exception to the source
2011-05-04 Thomas JaroschFix ping of IP addresses (don't do DNS lookup)
2011-04-28 Guilherme Maciel... Included doxygen comments to member variables.
2011-04-19 Guilherme Maciel... Split the code of DnsResolver::resolve into more methods
2011-04-18 Guilherme Maciel... Implemented feature: cache DNS requests info only until...
2011-04-15 Guilherme Maciel... Reading the nameserver form configuration file
2011-04-15 Guilherme Maciel... Non-virtual destructors for classes that are unlikely...
2011-04-01 Guilherme Maciel... Fixed problems issued by PC-lint.
2011-03-18 Guilherme Maciel... Handle the error when a host cannot be resolved
2011-03-15 Guilherme Maciel... Returns the amount of IPs that were resolved for the...
2011-03-14 Guilherme Maciel... Explicit constructor to avoid implicit constructor...
2011-03-11 Guilherme Maciel... Bring aboard the first scratch of a DNS resolver