summaryrefslogtreecommitdiff
path: root/src/libs6dns/s6dns_message_parse.c
AgeCommit message (Collapse)Author
2023-07-23 Fix wrong error on nodata in s6-dnsipLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-04 Adapt to skalibs-2.11Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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.
2017-03-11 Adapt to skalibs-2.5.0.0Laurent Bercot
2014-12-10Change error number for "server didn't understand" from EBADMSG to EILSEQ,Laurent Bercot
to work around fucking OpenBSD with minimal pain
2014-12-10Initial commitLaurent Bercot