Commit History

Author SHA1 Message Date
  Nick Mathewson cb18fc2190 Merge commit 'origin/maint-0.2.1' 16 years ago
  Nick Mathewson ec7e054668 Spell-check Tor. 16 years ago
  Mike Perry 29bf271ba2 Fix misreporting of stream bandwidths. 16 years ago
  potentiate 1b61c8bf37 Fix misreporting of stream bandwidths. 16 years ago
  Karsten Loesing f79688ddef Clients do not request version 0 hidserv descs anymore. 16 years ago
  Karsten Loesing 9b32e8c141 Update copyright to 2009. 16 years ago
  Karsten Loesing 4ebcc4da34 Update copyright to 2009. 16 years ago
  Roger Dingledine 419d158c74 make it compile too 16 years ago
  Roger Dingledine 9c6b135e1a play make-believe that addr isn't a uint32_t 16 years ago
  Roger Dingledine fa003351ae fix the same bug in two more locations (thanks to lark for prodding 16 years ago
  Roger Dingledine 8d82583d97 Finally fix the bug where dynamic-IP relays disappear when their 16 years ago
  Roger Dingledine c8474f9d93 If the controller claimed responsibility for a stream, but that 17 years ago
  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. 17 years ago
  Roger Dingledine 3845087b04 decide that mikeperry's bug should be fixed in 0.2.1.x 17 years ago
  Roger Dingledine 45aeabf8f7 make a note about a clause in connection_edge.c that is probably 17 years ago
  Nick Mathewson 8027c8c6dd Forward-port: Fix bug 893: check AP connections for markedness before expiring them. 17 years ago
  Nick Mathewson a899f5eaf2 make an assert tighter and replace another with an if. 17 years ago
  Mike Perry da430cfcf7 17 years ago
  Nick Mathewson 92ce533f71 Another round of downgrading removing or postponing XXXX021 issues. Some remain, though. 17 years ago
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. 17 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. 17 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. 17 years ago
  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. 17 years ago
  Nick Mathewson f9133f2528 Fix a memory leak of one address string per DNSPort request. 17 years ago
  Nick Mathewson 7d92053286 Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha 17 years ago
  Nick Mathewson 6693f32530 Resolve many DOCDOCs. 17 years ago
  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. 17 years ago
  Nick Mathewson 7678ac5193 Move edge-only flags from connection_t to edge_connection_t. 17 years ago
  Nick Mathewson a4a481d81c Implement proposal 148: Make client stream end reasons uniform. 17 years ago
  Roger Dingledine 2d8f7a4ff6 clarify that 'resolve' relay cells nul-terminate the hostname, just 17 years ago