Commit History

Author SHA1 Message Date
  Nick Mathewson bb32fa86d7 Re-normalize whitespace; make "make check-spaces" happy 21 years ago
  Nick Mathewson 24ad6542c9 forward-port NT service patch 21 years ago
  Roger Dingledine efa9bb5535 fix the latest bug: don't explode when some router declares a 21 years ago
  Roger Dingledine 976bee4a3f only check if exit_policy_implicitly_allows if you're a server. 21 years ago
  Roger Dingledine 850c300e46 bump the default rate limit to 1 MB 21 years ago
  Roger Dingledine e7e77d6d8e fix an edge case in parsing config options (thanks weasel) 21 years ago
  Roger Dingledine b2fbd834f0 forward-port the dns and maxconn fixes 21 years ago
  Nick Mathewson 129e754ae4 Warn when exit policy implicitly allows local addresses. 21 years ago
  Roger Dingledine 4e369bc9e8 allow bandwidthburst to be smaller, but whine if it's small. 21 years ago
  Roger Dingledine d2400a5afd Introduce a notion of 'internal' circs, which are chosen without regard 21 years ago
  Nick Mathewson a38bccdca7 Move call to event_init() immediately after start_daemon(); move start_daemon earlier. This should fix using libevent with RunAsDaemon. 21 years ago
  Roger Dingledine 0aff4ff4cb get rid of 0.0.8 backwards compatibility 21 years ago
  Nick Mathewson 324b192f68 Make Tor use Niels Provos's libevent instead of it's current 21 years ago
  Roger Dingledine 9b578f2fe2 add more chat and interactive protocols to LongLivedPorts 21 years ago
  Roger Dingledine 84c81e0783 Annotate circuits w/ whether they aim to contain high uptime nodes and/or 21 years ago
  Roger Dingledine cd1f50d2f0 new config option DirAllowPrivateAddresses for authdirservers. 21 years ago
  Nick Mathewson b4fedc7f14 Stop reversing and re-reversing config lines: keep them in order all the time. Removes needless confusion and fixes bug #50. 21 years ago
  Nick Mathewson e99f79fa4d Remove broken and undocumented wart where multiple CSV config lines are appended rather than replaced. Resolves bug #49 21 years ago
  Roger Dingledine e6c1ab2daf post 0.0.9.x, demand that servers declare at least 20000 bytes/s 21 years ago
  Nick Mathewson 4d30e2f4b8 Make sequence of log messages when starting on win32 with no config file more reasonable. 21 years ago
  Roger Dingledine d7a0f1a629 update print_usage to use new url 21 years ago
  Nick Mathewson fca7ba9777 Resolve task 42: find where 19-char nicknames were getting truncated when read from certs, and fix it. Also audit use of MAX_NICKNAME_LEN; no other badness found, but some docs/code cleaned up a touch. 21 years ago
  Roger Dingledine e29d7329b3 ...but only if you're a server 21 years ago
  Roger Dingledine 95f3e6161b require BandwidthRate to be at least 10kB/s 21 years ago
  Roger Dingledine 53105cdae5 when you're loading the rendezvous service keys in options_act(), 21 years ago
  Nick Mathewson bbc10c2ea1 Make split(..., NULL) split on horizontal space; fix bug with tabs in config file. 21 years ago
  Nick Mathewson 1e71b83890 Fix a bug in parsing HashedControlPassword. 21 years ago
  Nick Mathewson fe6eb34a10 Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug 21 years ago
  Roger Dingledine 41b809d2aa salvage another 300 bytes per hup 21 years ago
  Roger Dingledine 8f01b643c3 ORPort must be defined if ORBindAddress is defined. 21 years ago