Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | speed up DNS | Christian Schneppe | 2018-09-13 | 1 | -103/+145 |
* | skip empty srv records | Christian Schneppe | 2018-02-10 | 1 | -0/+3 |
* | fix NPE when writing Resolver.Result to disk | Christian Schneppe | 2018-01-27 | 1 | -1/+1 |
* | permanently cache last resolver result | Christian Schneppe | 2018-01-21 | 1 | -1/+65 |
* | slightly refactor dns resolver | Christian Schneppe | 2017-09-24 | 1 | -10/+6 |
* | give exec resolver a lower priority over reflection | Christian Schneppe | 2017-09-24 | 1 | -7/+5 |
* | update mini dns | Christian Schneppe | 2017-08-13 | 1 | -2/+1 |
* | provide extra 'network is unreachable' account state | Christian Schneppe | 2017-08-13 | 1 | -1/+30 |
* | add reminder to remove minidns workarounds once those are fixed | Christian Schneppe | 2017-08-01 | 1 | -0/+1 |
* | prefer DNS servers from VPNs | Christian Schneppe | 2017-08-01 | 1 | -3/+1 |
* | catch runtime exceptions from minidns | Christian Schneppe | 2017-08-01 | 1 | -4/+4 |
* | catch all exceptions around minidns :( | Christian Schneppe | 2017-08-01 | 1 | -6/+6 |
* | made DNSEC hostname validation opt-in | Christian Schneppe | 2017-08-01 | 1 | -11/+24 |
* | work around idn short comings in minidns | Christian Schneppe | 2017-08-01 | 1 | -1/+1 |
* | resolve non-srv domains in resolver class as well | Christian Schneppe | 2017-08-01 | 1 | -7/+43 |
* | prefer ipv4 over ipv6 | Christian Schneppe | 2017-08-01 | 1 | -0/+7 |
* | fixed fallback to normal DNS query after DNSSEC failed | Christian Schneppe | 2017-08-01 | 1 | -3/+9 |
* | revised resolver strategy | Christian Schneppe | 2017-06-27 | 1 | -3/+7 |
* | refactored resolver to fall back to DNS and use reliable method | Christian Schneppe | 2017-06-26 | 1 | -11/+35 |
* | use ResolverApi.reliable(..) | Christian Schneppe | 2017-06-26 | 1 | -31/+11 |
* | new resolver fall back to normal dns if dnssec verfication fails | Christian Schneppe | 2017-06-25 | 1 | -9/+22 |
* | upgrade minidns. refactored dns utils | Christian Schneppe | 2017-06-24 | 1 | -0/+159 |