aboutsummaryrefslogtreecommitdiff
path: root/src/or/eventdns.h
Commit message (Expand)AuthorAge
* Use a 64-bit type to hold sockets on win64.Nick Mathewson2011-05-23
* Make eventdns server functions const void* to match libeventNick Mathewson2011-01-10
* Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* Port some mostly cosmetic eventdns changes from libeventNick Mathewson2009-02-11
* Make outgoing DNS requests respect OutboundBindAddress.Nick Mathewson2009-01-06
* Use a consistent naming standard for header file guard macros, taking care no...Nick Mathewson2008-12-29
* Move in-addr.arpa parsing and generation into address.c, and simplify the cod...Nick Mathewson2008-12-19
* Implement the 0x20-hack to make DNS poisoning harder against us, especially w...Nick Mathewson2008-10-29
* r17846@tombo: nickm | 2008-08-22 11:54:00 -0400Nick Mathewson2008-08-22
* r15170@catbus: nickm | 2007-09-19 11:41:50 -0400Nick Mathewson2007-09-19
* r12988@catbus: nickm | 2007-05-25 20:15:56 -0400Nick Mathewson2007-05-26
* r12941@catbus: nickm | 2007-05-24 16:25:00 -0400Nick Mathewson2007-05-24
* r11726@Kushana: nickm | 2006-12-28 16:24:06 -0500Nick Mathewson2006-12-28
* r11646@Kushana: nickm | 2006-12-19 14:40:38 -0500Nick Mathewson2006-12-19
* r11585@Kushana: nickm | 2006-12-15 01:11:49 -0500Nick Mathewson2006-12-15
* r11584@Kushana: nickm | 2006-12-15 01:10:45 -0500Nick Mathewson2006-12-15
* r11548@Kushana: nickm | 2006-12-12 00:44:51 -0500Nick Mathewson2006-12-12
* r11536@Kushana: nickm | 2006-12-11 22:48:21 -0500Nick Mathewson2006-12-12
* r11498@Kushana: nickm | 2006-12-11 21:40:24 -0500Nick Mathewson2006-12-12
* r11497@Kushana: nickm | 2006-12-11 21:17:45 -0500Nick Mathewson2006-12-12
* r11495@Kushana: nickm | 2006-12-11 19:11:14 -0500Nick Mathewson2006-12-12
* r11494@Kushana: nickm | 2006-12-11 14:50:20 -0500Nick Mathewson2006-12-12
* r11493@Kushana: nickm | 2006-12-11 14:28:42 -0500Nick Mathewson2006-12-12
* r11491@Kushana: nickm | 2006-12-11 12:12:57 -0500Nick Mathewson2006-12-12
* r9099@Kushana: nickm | 2006-10-05 17:42:55 -0400Nick Mathewson2006-12-12
* r9007@Kushana: nickm | 2006-09-29 13:17:32 -0400Nick Mathewson2006-09-29
* Minor fix: add code to eventdns so it can free memory on shutdown. This shoul...Nick Mathewson2006-09-25
* Marge changes from libevent evdns to our eventdns. Most are cosmetic, but on...Nick Mathewson2006-09-24
* r8605@Kushana: nickm | 2006-08-27 14:01:11 -0400Nick Mathewson2006-08-28
* r7405@Kushana: nickm | 2006-08-16 14:38:46 -0400Nick Mathewson2006-08-16
* r7009@Kushana: nickm | 2006-08-03 10:44:58 -0700Nick Mathewson2006-08-04
* r7007@Kushana: nickm | 2006-08-03 09:58:30 -0700Nick Mathewson2006-08-04
* Spelling fix.Nick Mathewson2006-07-05
* Add plausile logging support to eventdns; stop putting stuff onto stdout.Nick Mathewson2006-07-05
* eventdns: Apply a couple of patches from AGL; start working on windows compat...Nick Mathewson2006-06-13
* Make eventdns.[ch] into good C90; remove signed/unsigned comparisons.Nick Mathewson2006-06-03
* Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, w...Nick Mathewson2006-06-03