aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/Resolver.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* migrate to AndroidXChristian Schneppe2019-09-201-1/+1
|
* make Tor connections work with direct TLSChristian Schneppe2019-09-061-1/+4
|
* Revert "Networkstack - let OS decide IPv4 or IPv6 (#267)"Christian Schneppe2019-06-251-17/+106
| | | | | | This reverts commit e6a15597904019f68c02e6fd8f61fb6de0b13324. If there is IPv6 available but the server doesn't listen to it, the connection will not be established
* Networkstack - let OS decide IPv4 or IPv6 (#267)genofire2019-06-081-106/+17
| | | | | | | | * Networkstack - let OS decide IPv4 or IPv6 * Drop own implementation of DNS-Server selection * remove dns resolver cache
* 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
| | | | into fake resolver
* 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
| | | | | | run queries in parallel decrease timeout do not fall back to google
* 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