aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/Resolver.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-10skip empty srv recordsChristian Schneppe1-0/+3
2018-01-27fix NPE when writing Resolver.Result to diskChristian Schneppe1-1/+1
2018-01-21permanently cache last resolver resultChristian Schneppe1-1/+65
2017-09-24slightly refactor dns resolverChristian Schneppe1-10/+6
2017-09-24give exec resolver a lower priority over reflectionChristian Schneppe1-7/+5
2017-08-13update mini dnsChristian Schneppe1-2/+1
2017-08-13provide extra 'network is unreachable' account stateChristian Schneppe1-1/+30
2017-08-01add reminder to remove minidns workarounds once those are fixedChristian Schneppe1-0/+1
2017-08-01prefer DNS servers from VPNsChristian Schneppe1-3/+1
2017-08-01catch runtime exceptions from minidnsChristian Schneppe1-4/+4
2017-08-01catch all exceptions around minidns :(Christian Schneppe1-6/+6
2017-08-01made DNSEC hostname validation opt-inChristian Schneppe1-11/+24
2017-08-01work around idn short comings in minidnsChristian Schneppe1-1/+1
2017-08-01resolve non-srv domains in resolver class as wellChristian Schneppe1-7/+43
2017-08-01prefer ipv4 over ipv6Christian Schneppe1-0/+7
2017-08-01fixed fallback to normal DNS query after DNSSEC failedChristian Schneppe1-3/+9
2017-06-27revised resolver strategyChristian Schneppe1-3/+7
2017-06-26refactored resolver to fall back to DNS and use reliable methodChristian Schneppe1-11/+35
2017-06-26use ResolverApi.reliable(..)Christian Schneppe1-31/+11
2017-06-25new resolver fall back to normal dns if dnssec verfication failsChristian Schneppe1-9/+22
2017-06-24upgrade minidns. refactored dns utilsChristian Schneppe1-0/+159