aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
AgeCommit message (Expand)Author
2012-08-17When iterating over connections pending DNS, skip marked onesNick Mathewson
2012-07-31Avoid hard (impossible?)-to-trigger double-free in dns_resolve()Nick Mathewson
2012-07-31trivial grammar fixRoger Dingledine
2012-06-07Downgrade an eventdns warning to PROTOCOL_WARN.Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-18Fix a hard-to-trigger memory leak in launch_resolveNick Mathewson
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-23Use !SOCKET_OK to test if a socket is uninitializedtor-0.2.3.11-alphaSebastian Hahn
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-17Use SOCKET_OK macros in even more placesNick Mathewson
2011-11-29Make sure we never launch an evdns resolve when DisableNetwork is 1Nick Mathewson
2011-10-11Change "reverse_lookup_name" functions to refer to "PTR_name"sNick Mathewson
2011-10-11Fix names of functions that convert strings to addrsNick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-05-20Merge branch 'maint-0.2.2'Roger Dingledine
2011-05-19log the reason for publishing a new relay descriptorRoger Dingledine
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-25Fixup tor_addr_to_sockaddr return conventionNick Mathewson
2011-01-12Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-09Add missing parens to evdns_base_resolve_* macros while I am at itNick Mathewson
2011-01-09Fix check for failed evdns request creationNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-10-01Try to make most routerinfo_t interfaces constNick Mathewson
2010-07-27Create relay.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create main.hSebastian Hahn
2010-07-27Create dns.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create circuituse.hSebastian Hahn
2010-07-27Create circuitlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-05-20Log the correct address when purging a mismatchd DNS cache addressvalerino
2010-04-03Fix a segfault when a client is hup'd.Sebastian Hahn
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-15Build correctly with Libevent 2.0.4-alpha and laterNick Mathewson
2010-02-09Make tor_addr_copy() conform to memcpy requirementsNick Mathewson
2009-12-18Merge branch 'ewma'Nick Mathewson
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-12Enhance pqueue so we can remove items from the middle.Nick Mathewson
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-12-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-10-13Another event2 evdns fix.Nick Mathewson