aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs6dns/s6dns_message_parse.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong error on nodata in s6-dnsipLaurent Bercot2023-07-231-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.11Laurent Bercot2021-08-041-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix resolveq_aaaaaLaurent Bercot2020-05-171-1/+3
| | | | | | | | | 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.
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-111-1/+1
|
* Change error number for "server didn't understand" from EBADMSG to EILSEQ,Laurent Bercot2014-12-101-1/+1
| | | | to work around fucking OpenBSD with minimal pain
* Initial commitLaurent Bercot2014-12-101-0/+37