aboutsummaryrefslogtreecommitdiff
path: root/src/or/eventdns.c
AgeCommit message (Expand)Author
2006-07-23Delete trailing whitespace in eventdns.cNick Mathewson
2006-07-23Add (void) lines for unused parameters in eventdns.cNick Mathewson
2006-07-07Spellcheck and remove spurious include in eventdns.cNick Mathewson
2006-07-07eventdns: check for malloc() failures.Nick Mathewson
2006-07-05Add plausile logging support to eventdns; stop putting stuff onto stdout.Nick Mathewson
2006-06-13eventdns: Apply a couple of patches from AGL; start working on windows compat...Nick Mathewson
2006-06-05More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads.Nick Mathewson
2006-06-04Some eventdns.c fixes for windows correctness. More will doubtless be needed,...Nick Mathewson
2006-06-04if we insist on printing pointer values, at least make it stopRoger Dingledine
2006-06-04punctuation and spellingRoger Dingledine
2006-06-03Make eventdns.[ch] into good C90; remove signed/unsigned comparisons.Nick Mathewson
2006-06-03Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, w...Nick Mathewson