aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
AgeCommit message (Expand)Author
2015-01-12Merge remote-tracking branch 'public/bug14129_024' into maint-0.2.5Nick Mathewson
2015-01-08Avoid attempts to double-remove edge connections from the DNS resolver.Nick Mathewson
2014-05-06Fix compilation with DEBUG_DNS_CACHENick Mathewson
2014-04-16Make sure everything using an interned string is preceded by a logNick Mathewson
2014-04-08Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-04-07Fix a small memory leak when resolving PTR addressesNick Mathewson
2014-02-12Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson
2013-09-19Fix compilation with libevent 1Nick Mathewson
2013-09-13Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson
2013-08-19finalised fix on libevent open string issueCristian Toader
2013-08-12attempt to add stat64 filename filters; failed due to getaddrinfo..Cristian Toader
2013-07-26Avoid assertion failure on unexepcted address family in DNS reply.Nick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Aftermath of isin->contains renamingNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
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