summaryrefslogtreecommitdiff
path: root/src/or/dns.c
AgeCommit message (Expand)Author
2012-12-07Fix some wide linesNick Mathewson
2012-12-07Merge branch 'win64-7260'Nick Mathewson
2012-11-15Remove some XXXX commens in dns.cNick Mathewson
2012-11-14Make DNS resolve requests work for IPv6Nick Mathewson
2012-11-14Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson
2012-11-14Add some missing doxygen for ipv6 exit codeNick Mathewson
2012-11-14Remove some unused defines in dns.cNick Mathewson
2012-11-14Repair DNS NEXIST hijacking workaroundNick Mathewson
2012-11-14Define a wrapper for evdns_base_resolve_ipv6 for systems w/o libevent 2Nick Mathewson
2012-11-14Make address_is_invalid_destination recognize ipv6 addrs as valid.Nick Mathewson
2012-11-14Revise the DNS subsystem to handle IPv6 exits.Nick Mathewson
2012-11-14Reindent a block in dns.cNick Mathewson
2012-11-14Make DNS callback pass IPv6 answers to dns_answer_foundNick Mathewson
2012-11-14Make dns wildcarding checks work for ipv6Nick Mathewson
2012-11-14Simplest version of server-side IPv6 support (no dns)Nick Mathewson
2012-11-02Add a TOR_SOCKET_T_FORMAT construction for logging sockets.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-02reformat; no actual changesRoger Dingledine
2012-10-02and make the last commit compileRoger Dingledine
2012-10-02Fix compilation error left over from 1cbf45bed1. (Bug 7021)Nick Mathewson
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