summaryrefslogtreecommitdiff
path: root/src/libs6dns/s6dns_resolveq_aaaaa.c
AgeCommit message (Collapse)Author
2021-08-04 Adapt to skalibs-2.11Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-03-17 bugfix: s6dns_resolve_aaaaa API on double nodataLaurent Bercot
2020-05-17 Fix resolveq_aaaaaLaurent Bercot
If s6dns_resolveq_aaaaa gets nodata on the AAAA query for a qualified domain, it will now wait for the answer to the A query on the same qualified domain before returning. Even if it gets nodata, it still means that the domain exists, so it will not wait for results from other qualification attempts.
2020-05-17 Add s6-dnsip, prepare for 2.3.3.0, fix resolvenoq_aaaaaLaurent Bercot
TODO: resolveq_aaaaa returns the best (1 answer) whereas we want both ip6 and ip4 when available. It works with noq, it should work with q too.
2017-03-14 Cleanup of superfluous includesLaurent Bercot
2017-03-11 Update documentation, fix wrong typesLaurent Bercot
2017-03-11 Adapt to skalibs-2.5.0.0Laurent Bercot
2017-01-12 Types fix, first pass.Laurent Bercot
Some places marked XXX for the skalibs API change.
2014-12-10Initial commitLaurent Bercot