summaryrefslogtreecommitdiff
path: root/src/or/eventdns.c
AgeCommit message (Expand)Author
2006-09-30 r8805@totoro: nickm | 2006-09-30 16:07:13 -0400Nick Mathewson
2006-09-29 r9007@Kushana: nickm | 2006-09-29 13:17:32 -0400Nick Mathewson
2006-09-26 r8969@Kushana: nickm | 2006-09-26 18:00:36 -0400Nick Mathewson
2006-09-25Minor fix: add code to eventdns so it can free memory on shutdown. This shoul...Nick Mathewson
2006-09-24Marge changes from libevent evdns to our eventdns. Most are cosmetic, but on...Nick Mathewson
2006-09-19eventdns patch from Adam LangleyRoger Dingledine
2006-09-19Fix a bogus free() in eventdns.c. Bug reported by xiando.Nick Mathewson
2006-09-08another typoMike Chiussi
2006-09-08fixed typo in eventdns.cMike Chiussi
2006-09-07 r8755@Kushana: nickm | 2006-09-07 12:31:57 -0400Nick Mathewson
2006-09-07 r8753@Kushana: nickm | 2006-09-07 12:23:25 -0400Nick Mathewson
2006-09-07fixed win32 eventdns snafu Mike Chiussi
2006-09-07- got rid of tabsMike Chiussi
2006-09-07- got rid of tabs (i think)Mike Chiussi
2006-09-07- added some debugging lines to load_nameservers_from_registry()Mike Chiussi
2006-09-07rm'ed a tab (sorry)Mike Chiussi
2006-09-07- fixed up typos in eventdns.cMike Chiussi
2006-09-06 r8733@Kushana: nickm | 2006-09-06 17:35:22 -0400Nick Mathewson
2006-09-06 r8731@Kushana: nickm | 2006-09-06 16:33:19 -0400Nick Mathewson
2006-09-03 r8708@Kushana: nickm | 2006-09-02 20:34:15 -0400Nick Mathewson
2006-08-30 r8687@Kushana: nickm | 2006-08-30 19:33:28 -0400Nick Mathewson
2006-08-28put some symbols on the eventdns logging. leave the haphazardRoger Dingledine
2006-08-28 r8609@Kushana: nickm | 2006-08-27 17:24:27 -0400Nick Mathewson
2006-08-28 r8608@Kushana: nickm | 2006-08-27 16:57:47 -0400Nick Mathewson
2006-08-28 r8605@Kushana: nickm | 2006-08-27 14:01:11 -0400Nick Mathewson
2006-08-27comment out an unused variable; nick, feel free to excise it further.Roger Dingledine
2006-08-16 r7405@Kushana: nickm | 2006-08-16 14:38:46 -0400Nick Mathewson
2006-08-15 r7398@Kushana: nickm | 2006-08-15 00:49:50 -0400Nick Mathewson
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