aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
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-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-19bugfix for cvs: we were needing a rendezvous circ, so we cannibalizedRoger Dingledine
2005-01-18Basic windows libevent fixesNick Mathewson
2005-01-18allow bandwidthburst to be smaller, but whine if it's small.Roger 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-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-13when deciding if a port is handled and the port demands uptime, don'tRoger Dingledine
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-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-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-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
2005-01-07when we haven't fetched a directory yet, or the last time weRoger Dingledine
2005-01-07fix unit tests: address has to be a non-private IP, and socksportRoger Dingledine
2005-01-06new config option DirAllowPrivateAddresses for authdirservers.Roger Dingledine
2005-01-06Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...Nick Mathewson
2005-01-06finish marking my comment in main.cRoger Dingledine
2005-01-06clean up string printing in relay logsRoger Dingledine
2005-01-06fix trivial typo in log entryRoger Dingledine
2005-01-05typo spotted by chrisNick Mathewson
2005-01-05Implement SIGNAL control command.Nick Mathewson
2005-01-05Stop reversing and re-reversing config lines: keep them in order all the time...Nick Mathewson
2005-01-05Remove broken and undocumented wart where multiple CSV config lines are appen...Nick Mathewson
2005-01-04fix duplicate dns_cancel_pending_resolve reported by Giorgos PallasRoger Dingledine
2005-01-04bandaid: make Giorgos Pallas's dns assert bug not actually crash on him.Roger Dingledine
2005-01-04Nothing actually _uses_ socks_port, so why publish it? For backward compatibi...Nick Mathewson
2005-01-04post 0.0.9.x, demand that servers declare at least 20000 bytes/sRoger Dingledine
2005-01-04Make sequence of log messages when starting on win32 with no config file more...Nick Mathewson
2005-01-04forward-port the fix for the compiler warningRoger Dingledine
2005-01-03update print_usage to use new urlRoger Dingledine
2005-01-03update url for when users try to use socksport as an http proxyRoger Dingledine
2005-01-03Log when we retry a directory connectionNick Mathewson