aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/Resolver.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Networkstack - let OS decide IPv4 or IPv6 (#267)genofire2019-06-081-106/+17
* move default port to Resolver.javaChristian Schneppe2018-11-231-3/+4
* fix some build errorsChristian Schneppe2018-10-201-1/+3
* fixed NPE after attempt to store user@ip style jid resolver resultChristian Schneppe2018-10-201-2/+3
* clean up connection code. unify domain = ip and extended connection settings ...Christian Schneppe2018-10-021-7/+30
* interrupt sub thread in resolverChristian Schneppe2018-09-271-1/+6
* copy into new array when returning from resolverChristian Schneppe2018-09-271-6/+10
* speed up DNSChristian Schneppe2018-09-131-103/+145
* skip empty srv recordsChristian Schneppe2018-02-101-0/+3
* fix NPE when writing Resolver.Result to diskChristian Schneppe2018-01-271-1/+1
* permanently cache last resolver resultChristian Schneppe2018-01-211-1/+65
* slightly refactor dns resolverChristian Schneppe2017-09-241-10/+6
* give exec resolver a lower priority over reflectionChristian Schneppe2017-09-241-7/+5
* update mini dnsChristian Schneppe2017-08-131-2/+1
* provide extra 'network is unreachable' account stateChristian Schneppe2017-08-131-1/+30
* add reminder to remove minidns workarounds once those are fixedChristian Schneppe2017-08-011-0/+1
* prefer DNS servers from VPNsChristian Schneppe2017-08-011-3/+1
* catch runtime exceptions from minidnsChristian Schneppe2017-08-011-4/+4
* catch all exceptions around minidns :(Christian Schneppe2017-08-011-6/+6
* made DNSEC hostname validation opt-inChristian Schneppe2017-08-011-11/+24
* work around idn short comings in minidnsChristian Schneppe2017-08-011-1/+1
* resolve non-srv domains in resolver class as wellChristian Schneppe2017-08-011-7/+43
* prefer ipv4 over ipv6Christian Schneppe2017-08-011-0/+7
* fixed fallback to normal DNS query after DNSSEC failedChristian Schneppe2017-08-011-3/+9
* revised resolver strategyChristian Schneppe2017-06-271-3/+7
* refactored resolver to fall back to DNS and use reliable methodChristian Schneppe2017-06-261-11/+35
* use ResolverApi.reliable(..)Christian Schneppe2017-06-261-31/+11
* new resolver fall back to normal dns if dnssec verfication failsChristian Schneppe2017-06-251-9/+22
* upgrade minidns. refactored dns utilsChristian Schneppe2017-06-241-0/+159