summaryrefslogtreecommitdiff
path: root/src/or/dns.c
AgeCommit message (Expand)Author
2011-03-25Fixup tor_addr_to_sockaddr return conventionNick 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.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick 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
2009-10-13Fix a crash when using evdns from Libevent 2.Nick Mathewson
2009-07-13fix comments and other typosRoger Dingledine
2009-06-12Isolate Libevent API dependency to just main.c and dns.c in src/or.Nick Mathewson
2009-06-12Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson
2009-06-04Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-03Fix gprof bottlenecks on exit nodes found by Jacob.Nick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-24fix codestyle issuesSebastian Hahn
2009-05-22Log the number and size of DNS cache entries on SIGUSR1.Jacob Appelbaum
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-01-30fix a wide line.Nick Mathewson
2009-01-28Support setting serverdnsrandomizecase during sighup. Backportable, unless t...Nick Mathewson
2009-01-10Fix ServerDNSRandomizeCase so that setting it to 0 works.Nick Mathewson
2009-01-06Make outgoing DNS requests respect OutboundBindAddress.Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-26Add some early checks to keep ipv6 addresses from failing by accident. Now, ...Nick Mathewson
2008-12-24Use the literal parse of an address in dns_resolve_impl if parsing the addres...Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson