aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
Commit message (Expand)AuthorAge
* 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
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-07
|\|
| * Fixup tor_addr_to_sockaddr return conventionNick Mathewson2011-03-25
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-12
|\|
| * Add missing parens to evdns_base_resolve_* macros while I am at itNick Mathewson2011-01-09
| * Fix check for failed evdns request creationNick Mathewson2011-01-09
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | Try to make most routerinfo_t interfaces constNick Mathewson2010-10-01
|/ /
* | Create relay.hSebastian Hahn2010-07-27
* | Create policies.hSebastian Hahn2010-07-27
* | Create main.hSebastian Hahn2010-07-27
* | Create dns.hSebastian Hahn2010-07-27
* | Create control.hSebastian Hahn2010-07-27
* | Create connection_edge.hSebastian Hahn2010-07-27
* | Create connection.hSebastian Hahn2010-07-27
* | Create config.hSebastian Hahn2010-07-27
* | Create circuituse.hSebastian Hahn2010-07-27
* | Create circuitlist.hSebastian Hahn2010-07-27
* | Create router.hSebastian Hahn2010-07-27
* | Log the correct address when purging a mismatchd DNS cache addressvalerino2010-05-20
* | Fix a segfault when a client is hup'd.Sebastian Hahn2010-04-03
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Build correctly with Libevent 2.0.4-alpha and laterNick Mathewson2010-02-15
* | Make tor_addr_copy() conform to memcpy requirementsNick Mathewson2010-02-09
* | Merge branch 'ewma'Nick Mathewson2009-12-18
|\ \
| * | Enhance pqueue so we can remove items from the middle.Nick Mathewson2009-12-12
* | | Merge branch 'safelogging2'Nick Mathewson2009-12-15
|\ \ \ | |/ / |/| |
| * | Refactor the safe_str_*() API to make more sense.Nick Mathewson2009-12-15
| * | Allow SafeLogging to exclude client related informationSebastian Hahn2009-12-12