aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-01-20added short note about route selection to dir-spec.txtGeoff Goodell
2005-01-20added a section about how to deal with connectivity information in Blossom/TorGeoff Goodell
2005-01-20The crowning hidden-service patch: prefer non-internal circuitsRoger Dingledine
2005-01-19Handle unavailable hidden services better. We try each intro pointRoger Dingledine
2005-01-19make cannibalizing for rend circs prey on the pleb circs firstRoger Dingledine
2005-01-19Detect windows platform correctlyNick Mathewson
2005-01-19Make detect_compression_method work on platforms with more evil chars.Nick Mathewson
2005-01-19Add unittests for compression detection. Make all rendezvous descriptors "pla...Nick Mathewson
2005-01-19Workaround for webservers that lie about Content-Encoding: Tor now tries to a...Nick Mathewson
2005-01-19Give more useful log messages when the tor process closes dns/cpuworker conne...Nick Mathewson
2005-01-19fix another bug where general exit circs were looking at rendezvousRoger Dingledine
2005-01-19better comments for exit policies in torrc.sampleRoger Dingledine
2005-01-19bugfix for cvs: we were needing a rendezvous circ, so we cannibalizedRoger Dingledine
2005-01-19make it clearer why FooPort and FooBindAddress are separateRoger Dingledine
2005-01-19some early thoughts on the requirements for our network discovery protocolRoger Dingledine
2005-01-19make the server setup docs more win32 friendlyRoger Dingledine
2005-01-18Basic windows libevent fixesNick Mathewson
2005-01-18mention that HiddenServiceNodes and HiddenServiceExcludeNodesRoger Dingledine
2005-01-18allow bandwidthburst to be smaller, but whine if it's small.Roger Dingledine
2005-01-18write at the top of rend-spec that reading the design paperRoger Dingledine
2005-01-17remove some extra-verbose logsRoger Dingledine
2005-01-17Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine
2005-01-16Sometime post 0.0.9, we should integrate an http proxy into Tor (maybeRoger Dingledine
2005-01-16make tor-resolve print the Tor version on --version tooRoger Dingledine
2005-01-15our man page still talked about the dirservers fileRoger Dingledine
2005-01-14reset published uptime when you wake up from hibernation,Roger Dingledine
2005-01-14when the hidden service launches a rendezvous circ, make sure itRoger Dingledine
2005-01-13Move call to event_init() immediately after start_daemon(); move start_daemon...Nick Mathewson
2005-01-13get rid of 0.0.8 backwards compatibilityRoger Dingledine
2005-01-13start generating version 1 style introduce cellsRoger Dingledine
2005-01-13fix some problems in control-specRoger Dingledine
2005-01-13point win32 folks at 0.0.9.2, not 0.0.9.1Roger Dingledine
2005-01-13when deciding if a port is handled and the port demands uptime, don'tRoger Dingledine
2005-01-12Add libevent-dev to build-dependsPeter Palfrader
2005-01-12more cleanupRoger Dingledine
2005-01-12fix another integer underflow caused by buckets going negativeRoger Dingledine
2005-01-12fix up some commentsRoger Dingledine
2005-01-12tolerate bandwidtch buckets going negative (i hope)Roger Dingledine
2005-01-12Note that we need to check return codes from more libevent functionsNick Mathewson
2005-01-12document LongLivedPorts in the man pageRoger Dingledine
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
2005-01-12add more chat and interactive protocols to LongLivedPortsRoger Dingledine
2005-01-12Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine
2005-01-12clean up smartlist_string_isin so callers don't have to manage bufsRoger Dingledine
2005-01-11if somebody starts his tor server in jan 2004 and then fixes hisRoger Dingledine
2005-01-10if you're a server and the auth dirservers are down, go to any otherRoger Dingledine
2005-01-10help avoid overflow from len_in + (len_in/n)*len_insRoger Dingledine
2005-01-10separate time_of_process_start from stats_n_seconds_uptime:Roger Dingledine
2005-01-10it helps to use the correct name for the structRoger Dingledine
2005-01-10when pruning circuit-wait streams when a dir fetch failed,Roger Dingledine