aboutsummaryrefslogtreecommitdiff
path: root/src/or/eventdns.c
AgeCommit message (Collapse)Author
2006-06-04if we insist on printing pointer values, at least make it stopRoger Dingledine
complaining on (my particular) 64 bit platform. svn:r6530
2006-06-04punctuation and spellingRoger Dingledine
svn:r6529
2006-06-03Make eventdns.[ch] into good C90; remove signed/unsigned comparisons.Nick Mathewson
svn:r6528
2006-06-03Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, ↵Nick Mathewson
we may want to switch to libevnet/c-ares, if they ever handle 10k fd situations properly. This one still needs work too, but at least it is small. This code is disabled by default, and not integrated with dns.c. svn:r6524