Commit History

Author SHA1 Message Date
  Nick Mathewson 350181529e Merge branch 'safelogging2' 14 years ago
  Nick Mathewson fcbd65b45c Refactor the safe_str_*() API to make more sense. 14 years ago
  Nick Mathewson c210db0d41 Enhance pqueue so we can remove items from the middle. 14 years ago
  Nick Mathewson 0c1b3070cf Now that FOO_free(NULL) always works, remove checks before calling it. 14 years ago
  Sebastian Hahn 3807db001d *_free functions now accept NULL 14 years ago
  Sebastian Hahn f258647433 Allow SafeLogging to exclude client related information 14 years ago
  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