Commit History

Author SHA1 Message Date
  Nick Mathewson 71cdd99dd7 Another event2 evdns fix. 14 years ago
  Nick Mathewson 81eee0ecff Fix a crash when using evdns from Libevent 2. 14 years ago
  Roger Dingledine 9ece0955f7 fix comments and other typos 15 years ago
  Nick Mathewson 1e709c79d1 Isolate Libevent API dependency to just main.c and dns.c in src/or. 15 years ago
  Nick Mathewson e5b88dc83f Update Tor to use Libevent 2.0 APIs when available. 15 years ago
  Nick Mathewson 4945fee65a Merge commit 'origin/maint-0.2.1' 15 years ago
  Nick Mathewson b262e76563 Fix gprof bottlenecks on exit nodes found by Jacob. 15 years ago
  Nick Mathewson cb18fc2190 Merge commit 'origin/maint-0.2.1' 15 years ago
  Nick Mathewson ec7e054668 Spell-check Tor. 15 years ago
  Sebastian Hahn f26abf5f54 fix codestyle issues 15 years ago
  Jacob Appelbaum 75f963e951 Log the number and size of DNS cache entries on SIGUSR1. 15 years ago
  Karsten Loesing 9b32e8c141 Update copyright to 2009. 15 years ago
  Karsten Loesing 4ebcc4da34 Update copyright to 2009. 15 years ago
  Nick Mathewson 0f2e171653 fix a wide line. 15 years ago
  Nick Mathewson e1f03572ca Support setting serverdnsrandomizecase during sighup. Backportable, unless too trivial. 15 years ago
  Nick Mathewson dbc8a44bae Fix ServerDNSRandomizeCase so that setting it to 0 works. 15 years ago
  Nick Mathewson 462f64b6b9 Make outgoing DNS requests respect OutboundBindAddress. 15 years ago
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. 15 years ago
  Nick Mathewson b3b14bf25d Add some early checks to keep ipv6 addresses from failing by accident. Now, they fail on purpose, at least till 0.2.2.something. 15 years ago
  Nick Mathewson 272e64e674 Use the literal parse of an address in dns_resolve_impl if parsing the address as an ipv4 or ipv6 address _succeeded_. Not if it failed. Bug introduced in r17707 (post 0.2.1.8-alpha), and found by xiando. 15 years ago
  Nick Mathewson 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. 15 years ago
  Nick Mathewson 1725c0c8a5 Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen. 15 years ago
  Nick Mathewson 029be5ad02 Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses. 15 years ago
  Nick Mathewson 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. 15 years ago
  Nick Mathewson ecaee1d927 Remove fixed xxx020s; downgrade unfixed ones. 15 years ago
  Nick Mathewson 6693f32530 Resolve many DOCDOCs. 15 years ago
  Nick Mathewson 9aa706e20c Bug 691 fix: do not shutdown Tor servers right away if the network is down. 15 years ago
  Nick Mathewson 0c9dfffe5a Implement the 0x20-hack to make DNS poisoning harder against us, especially when resolving large names. Add a cfg option to disable it, since apparently 3/10 of a percent of servers get it wrong. 15 years ago
  Nick Mathewson 5e762e6a5c Fix the rest of bug 619: reject *:* servers should not do DNS lookups, even if broken clients send them RELAY_BEGIN cells. Patch from rovv. 15 years ago
  Roger Dingledine e3127e874e fix grammar in a log message 15 years ago