aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils/DNSHelper.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lower case incoming dns recordsDaniel Gultsch2016-11-081-18/+23
|
* refactore exceptionhandler to have one line file writerDaniel Gultsch2016-05-211-0/+3
|
* interrupt XMPPConnection ThreadDaniel Gultsch2016-05-121-1/+6
| | | | | in some cases the the DNS query might take too long (even though we specified a timeout) if that happens we need a secondary solution (besides killing the socket) to stop the thread
* prefer IPv4 DNS serversDaniel Gultsch2016-05-121-3/+16
| | | | some devices might have problems contacting the IPv6 DNS server while in sleep mode
* prefer dns servers from networsk with the default routeDaniel Gultsch2016-01-291-2/+17
|
* Implement XEP-0368: SRV records for XMPP over TLSmoparisthebest2016-01-111-50/+71
|
* avoid some NPEsDaniel Gultsch2015-12-041-2/+3
|
* let DnsHelper provide a fallback solutionDaniel Gultsch2015-09-191-1/+8
|
* fixed rare NPE in DnsHelper. fixed spelling and added loggingDaniel Gultsch2015-09-171-5/+13
|
* increased dns timeoutDaniel Gultsch2015-09-101-0/+1
|
* ignore timeout exceptions on secondary dns requestsDaniel Gultsch2015-09-051-9/+21
|
* use build in method on >= lolipop devices to discover dns serversDaniel Gultsch2015-08-281-7/+40
|
* changed logging. (work around logcat null pointerDaniel Gultsch2015-07-281-1/+0
|
* rewrote dns fallbackDaniel Gultsch2015-07-241-9/+6
|
* Optimize importsAndreas Straub2015-07-201-14/+14
|
* print stack trace instead of writing error message to log in case of unknown ↵Daniel Gultsch2015-07-091-1/+1
| | | | exception in dnsutil
* added fallback for non-srv dns queriesDaniel Gultsch2015-07-031-0/+1
|
* don't perform dns lookups on domain parts that obviously look like ip addressesDaniel Gultsch2015-06-191-10/+14
|
* fixed obvious bug in dns helperDaniel Gultsch2015-06-041-2/+2
|
* streamlined dns helper by ignoring weightDaniel Gultsch2015-06-041-55/+10
|
* let dns library take care of no-srv style hosts as wellDaniel Gultsch2015-05-281-9/+16
|
* use dns library to resolve missing ipv6 or ipv4 addressesDaniel Gultsch2015-05-281-1/+30
|
* fixed a bug in DNS helper code. fixes #1130iNPUTmice2015-04-161-1/+1
|
* always add a non resolved SRV record to the listiNPUTmice2015-02-091-6/+1
|
* more patches for dns helperiNPUTmice2014-12-141-13/+19
|
* possible dns fixesiNPUTmice2014-12-141-2/+11
|
* Move a chunk of classes over to using JID objectsSam Whited2014-11-091-6/+8
|
* Merge branch 'gradle' into developmentSam Whited2014-10-301-32/+18
| | | | | | | | | | Conflicts: .gitignore CHANGELOG.md README.md libs/MemorizingTrustManager libs/minidns libs/openpgp-api-lib
* Make conversations the root projectSam Whited2014-10-221-0/+185