aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils/DNSHelper.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Make conversations the root projectSam Whited2014-10-221-0/+185