Commit Verlauf

Autor SHA1 Nachricht Datum
  Nick Mathewson c3e63483b2 Update Tor Project copyright years vor 14 Jahren
  Roger Dingledine 95008db08d Revert "Teach connection_ap_can_use_exit about Exclude*Nodes" vor 14 Jahren
  Sebastian Hahn dc3229313b Teach connection_ap_can_use_exit about Exclude*Nodes vor 14 Jahren
  Nick Mathewson 258b980331 Make "Invalid onion hostname" msg respect SafeLogging. vor 15 Jahren
  Karsten Loesing f266ecbeec Better fix for 997. vor 15 Jahren
  Karsten Loesing 20883f5e83 Revert "Backport fix for bug 997." vor 15 Jahren
  Karsten Loesing 3847f54945 Backport fix for bug 997. vor 15 Jahren
  Nick Mathewson ec7e054668 Spell-check Tor. vor 15 Jahren
  Mike Perry 29bf271ba2 Fix misreporting of stream bandwidths. vor 15 Jahren
  Karsten Loesing 9b32e8c141 Update copyright to 2009. vor 15 Jahren
  Roger Dingledine 419d158c74 make it compile too vor 15 Jahren
  Roger Dingledine 9c6b135e1a play make-believe that addr isn't a uint32_t vor 15 Jahren
  Roger Dingledine fa003351ae fix the same bug in two more locations (thanks to lark for prodding vor 15 Jahren
  Roger Dingledine 8d82583d97 Finally fix the bug where dynamic-IP relays disappear when their vor 15 Jahren
  Roger Dingledine c8474f9d93 If the controller claimed responsibility for a stream, but that vor 15 Jahren
  Karsten Loesing 34b285b09f As an exit node, scrub the IP address to which we are exiting in the logs. Bugfix on 0.2.1.8-alpha. vor 15 Jahren
  Roger Dingledine 3845087b04 decide that mikeperry's bug should be fixed in 0.2.1.x vor 15 Jahren
  Roger Dingledine 45aeabf8f7 make a note about a clause in connection_edge.c that is probably vor 15 Jahren
  Nick Mathewson 8027c8c6dd Forward-port: Fix bug 893: check AP connections for markedness before expiring them. vor 15 Jahren
  Nick Mathewson a899f5eaf2 make an assert tighter and replace another with an if. vor 15 Jahren
  Mike Perry da430cfcf7 vor 15 Jahren
  Nick Mathewson 92ce533f71 Another round of downgrading removing or postponing XXXX021 issues. Some remain, though. vor 15 Jahren
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. vor 15 Jahren
  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. vor 15 Jahren
  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. vor 15 Jahren
  Nick Mathewson bf80e2df3f Replace calls to time(NULL) that occur on the order of once per read, one per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow. vor 15 Jahren
  Nick Mathewson f9133f2528 Fix a memory leak of one address string per DNSPort request. vor 15 Jahren
  Nick Mathewson 7d92053286 Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha vor 15 Jahren
  Nick Mathewson 6693f32530 Resolve many DOCDOCs. vor 15 Jahren
  Nick Mathewson f43bcdc063 Use ctags and a python script to find identifiers that are never used anywhere, and remove the ones that we really want gone. vor 15 Jahren