summaryrefslogtreecommitdiff
path: root/lib/names-net.c
Commit message (Expand)AuthorAgeFilesLines
* names-net: Avoid buffer overflow warnings by newer gccMartin Mares2020-01-211-1/+1
* Fix solaris buildAndrew Stormont2018-12-311-0/+8
* Do not forget to include <stdio.h>Martin Mares2014-11-011-0/+1
* Squash an unused variable warningMartin Mares2013-04-011-1/+2
* Use h_errno instead of _res.h_errno.Martin Mares2008-08-261-1/+2
* Unify usage of u8 vs. byte.Martin Mares2008-02-131-7/+7
* ns_parserr() and friends are not portable, so implement our own trivial parse...Martin Mares2008-02-131-12/+141
* Call res_init() only once.Martin Mares2008-02-131-1/+6
* Settings of the resolving and caching mechanism are now passed as parameters.Martin Mares2008-02-121-11/+6
* Use DNS on all architectures except AIX.Martin Mares2008-02-111-3/+15
* Split handling of the ID list to several files.Martin Mares2008-02-111-0/+98