aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs6dns/s6dns_resolveq_aaaaa.c
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to skalibs-2.11Laurent Bercot2021-08-041-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: s6dns_resolve_aaaaa API on double nodataLaurent Bercot2021-03-171-9/+13
|
* Fix resolveq_aaaaaLaurent Bercot2020-05-171-20/+30
| | | | | | | | | 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.
* Add s6-dnsip, prepare for 2.3.3.0, fix resolvenoq_aaaaaLaurent Bercot2020-05-171-4/+8
| | | | | | 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.
* Cleanup of superfluous includesLaurent Bercot2017-03-141-3/+1
|
* Update documentation, fix wrong typesLaurent Bercot2017-03-111-1/+1
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-111-6/+6
|
* Types fix, first pass.Laurent Bercot2017-01-121-4/+4
| | | | Some places marked XXX for the skalibs API change.
* Initial commitLaurent Bercot2014-12-101-0/+96