summaryrefslogtreecommitdiff
path: root/src/or/eventdns.c
AgeCommit message (Expand)Author
2006-08-14 r7386@Kushana: nickm | 2006-08-14 17:43:44 -0400Nick Mathewson
2006-08-14fix typos and stuffRoger Dingledine
2006-08-04svn:r6979Nick Mathewson
2006-08-04 r7011@Kushana: nickm | 2006-08-03 13:26:34 -0700Nick Mathewson
2006-08-04 r7010@Kushana: nickm | 2006-08-03 10:47:36 -0700Nick Mathewson
2006-08-04 r7009@Kushana: nickm | 2006-08-03 10:44:58 -0700Nick Mathewson
2006-08-04 r7007@Kushana: nickm | 2006-08-03 09:58:30 -0700Nick Mathewson
2006-08-03Patch from Frediano Ziglio: Windows compilation fixes on eventdns.c.Nick Mathewson
2006-07-31 r6952@Kushana: nickm | 2006-07-28 11:09:37 -0400Nick Mathewson
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