aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs6dns/s6dns_resolveq.c
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to skalibs-2.11Laurent Bercot2021-08-041-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix resolveq_aaaaaLaurent Bercot2020-05-171-0/+2
| | | | | | | | | 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.
* Cleanup of superfluous includesLaurent Bercot2017-03-141-3/+0
|
* Update documentation, fix wrong typesLaurent Bercot2017-03-111-1/+1
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-111-3/+3
|
* Types fix, first pass.Laurent Bercot2017-01-121-2/+2
| | | | Some places marked XXX for the skalibs API change.
* Initial commitLaurent Bercot2014-12-101-0/+89