summaryrefslogtreecommitdiff
path: root/lib/dns-resolve.c
Commit message (Expand)AuthorAgeFilesLines
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* ovsdb: raft: Fix inability to read the database with DNS host names.Ilya Maximets2022-03-301-1/+1
* dns-resolve: Allow unbound's config file to be set through an env var.Ted Elhourani2020-10-081-0/+12
* dns-resolve: Free 'struct ub_result' when callback returns error resultsYifeng Sun2019-09-191-0/+2
* 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