summaryrefslogtreecommitdiff
path: root/src/dnsserver.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2002-05-26I didn't like the DNS co-process design so I changed tinyproxy from aRobert James Kaes1-242/+0
threading model to a standard pre-forked model. This means I don't need the DNS co-process files. Gone.
2002-05-23Initial addition to CVS. The dnsserver process is a child executable thatRobert James Kaes1-0/+242
handle DNS resolving.