summaryrefslogtreecommitdiff
path: root/lib/dns-resolve.c
Commit message (Expand)AuthorAgeFilesLines
* dns-resolve: Improve on handling of system DNS nameserverYifeng Sun2018-11-091-5/+11
* dns-resolve: Stop dns resolving if no DNS server configuredYifeng Sun2018-11-091-0/+9
* dns-resolve: Fix a bug that frees node inside HMAP_FOR_EACHYifeng Sun2018-08-161-2/+2
* dns-resolve: Only ask unbound to read /etc/resolv.conf if it exists.Ben Pfaff2018-08-071-6/+10
* DNS: Add basic support for asynchronous DNS resolvingYifeng Sun2018-07-061-0/+310