aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
Commit message (Expand)AuthorAge
* Fix compilation with DEBUG_DNS_CACHENick Mathewson2014-05-06
* Make sure everything using an interned string is preceded by a logNick Mathewson2014-04-16
* Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-04-08
|\
| * Fix a small memory leak when resolving PTR addressesNick Mathewson2014-04-07
* | Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson2014-02-12
* | Fix compilation with libevent 1Nick Mathewson2013-09-19
* | Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson2013-09-13
|\ \ | |/ |/|
| * finalised fix on libevent open string issueCristian Toader2013-08-19
| * attempt to add stat64 filename filters; failed due to getaddrinfo..Cristian Toader2013-08-12
* | Avoid assertion failure on unexepcted address family in DNS reply.Nick Mathewson2013-07-26
|/
* Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* Aftermath of isin->contains renamingNick Mathewson2013-01-16
* Rename *_isin to *_containsNick Mathewson2013-01-16
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Fix some wide linesNick Mathewson2012-12-07
* Merge branch 'win64-7260'Nick Mathewson2012-12-07
|\
| * Add a TOR_SOCKET_T_FORMAT construction for logging sockets.Nick Mathewson2012-11-02
* | Remove some XXXX commens in dns.cNick Mathewson2012-11-15
* | Make DNS resolve requests work for IPv6Nick Mathewson2012-11-14
* | Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson2012-11-14
* | Add some missing doxygen for ipv6 exit codeNick Mathewson2012-11-14
* | Remove some unused defines in dns.cNick Mathewson2012-11-14
* | Repair DNS NEXIST hijacking workaroundNick Mathewson2012-11-14
* | Define a wrapper for evdns_base_resolve_ipv6 for systems w/o libevent 2Nick Mathewson2012-11-14
* | Make address_is_invalid_destination recognize ipv6 addrs as valid.Nick Mathewson2012-11-14
* | Revise the DNS subsystem to handle IPv6 exits.Nick Mathewson2012-11-14
* | Reindent a block in dns.cNick Mathewson2012-11-14
* | Make DNS callback pass IPv6 answers to dns_answer_foundNick Mathewson2012-11-14
* | Make dns wildcarding checks work for ipv6Nick Mathewson2012-11-14
* | Simplest version of server-side IPv6 support (no dns)Nick Mathewson2012-11-14
|/
* Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* reformat; no actual changesRoger Dingledine2012-10-02
* and make the last commit compileRoger Dingledine2012-10-02
* Fix compilation error left over from 1cbf45bed1. (Bug 7021)Nick Mathewson2012-10-02
* When iterating over connections pending DNS, skip marked onesNick Mathewson2012-08-17
* Avoid hard (impossible?)-to-trigger double-free in dns_resolve()Nick Mathewson2012-07-31
* trivial grammar fixRoger Dingledine2012-07-31
* Downgrade an eventdns warning to PROTOCOL_WARN.Nick Mathewson2012-06-07
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Fix a hard-to-trigger memory leak in launch_resolveNick Mathewson2012-05-18
* Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* Use !SOCKET_OK to test if a socket is uninitializedSebastian Hahn2012-01-23
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Use SOCKET_OK macros in even more placesNick Mathewson2012-01-17
* Make sure we never launch an evdns resolve when DisableNetwork is 1Nick Mathewson2011-11-29
* Change "reverse_lookup_name" functions to refer to "PTR_name"sNick Mathewson2011-10-11
* Fix names of functions that convert strings to addrsNick Mathewson2011-10-11
* Make the get_options() return constNick Mathewson2011-06-14
* Merge branch 'maint-0.2.2'Roger Dingledine2011-05-20
|\
| * log the reason for publishing a new relay descriptorRoger Dingledine2011-05-19