summaryrefslogtreecommitdiff
path: root/src/dnsclient.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2002-05-26I didn't like the DNS co-process design so I changed tinyproxy from aRobert James Kaes1-208/+0
threading model to a standard pre-forked model. This means I don't need the DNS co-process files. Gone.
2002-05-24Fixed a tonne of spelling mistakes.Robert James Kaes1-2/+2
2002-05-23Initial addition to CVS. These functions create an API for accessing theRobert James Kaes1-0/+208
dnsserver child process.