Commit History

Author SHA1 Message Date
  Nick Mathewson ce854906db Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a missing "TorShould" that was mistaken for an "IWantTo". 20 years ago
  Nick Mathewson ec81f87018 Implement an option to cap bandwidth-to-advertise. Arma: can you improve the manpage entry by explaining why you would want to do this? 20 years ago
  Nick Mathewson df9c8feac7 Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value. 20 years ago
  Nick Mathewson 0197b47ce9 Fix some more obscure compiler warnings 20 years ago
  Roger Dingledine 01f0b31432 ShutdownWaitLength should be an interval, not a uint 20 years ago
  Roger Dingledine fe768d1d2a change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option 20 years ago
  Nick Mathewson 115271f65e Implement the common case of ATTACHSTREAM. 20 years ago
  Nick Mathewson 777d3dde0c Get address map resetting implemented. 20 years ago
  Roger Dingledine a1f1fa6ab2 Checkpoint in-progress fixes: 21 years ago
  Nick Mathewson bbaa3c7792 Implement more control spec functionality 21 years ago
  Roger Dingledine 6faaac2706 add support for CONNECTing through https proxies. 21 years ago
  Roger Dingledine 55c3f15ed1 Forward-port the trick to bump up ConnLimit as far as it can 21 years ago
  Nick Mathewson 6e6d95b3db Change from inet_ntoa to a threadproof tor_inet_ntoa. 21 years ago
  Nick Mathewson d01718841e Remove assumptions that maximum path length is anything like 1024. From comments by Chris Palmer 21 years ago
  Roger Dingledine 8727acf2f1 Add a new AddressMap directive to rewrite incoming socks addresses. 21 years ago
  Nick Mathewson f672577bc6 Free even more things on shutdown. Temporarily move tor_free_all out from #ifdef so it gets tested more. 21 years ago
  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