summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2005-01-31fix another rogue connection_free that was causing us troublesRoger Dingledine
2005-01-31don't double-detach a closing exit conn that's waiting for dns resolveRoger Dingledine
2005-01-31but don't spring the trip on worker children, because it turnsRoger Dingledine
2005-01-31lay a trap for situations where we connection_free somethingRoger Dingledine
2005-01-31stop the infinite loop of freeing the same connection_t over andRoger Dingledine
2005-01-30be less noisy about complaining when a jap client tries to connectRoger Dingledine
2005-01-30Stop crashing when we're asking to close_if_marked a conn thatRoger Dingledine
2005-01-30be safe: if you got a resolvefailed end cell but you're not an AP, bail.Roger Dingledine
2005-01-30try to find the corrupt closeable_connection_lst entry earlyRoger Dingledine
2005-01-30we should handle the case where the client has no cert, forRoger Dingledine
2005-01-30give a better log message when we don't have a good mirror ofRoger Dingledine
2005-01-30comment about a bug wrt clock skewRoger Dingledine
2005-01-29if we fetch the dir from a mirror that has a wildly skewedRoger Dingledine
2005-01-29distinguish between "well-formed and rejected" and "not wellRoger Dingledine
2005-01-29accept LDAP (389/tcp) and LDAPS (636/tcp) in default exit policyRoger Dingledine
2005-01-29don't let a corrupt directory cache keep us from startingRoger Dingledine
2005-01-28forward-port the shutting upRoger Dingledine
2005-01-28forward-port the dns and maxconn fixesRoger Dingledine
2005-01-27Forward-port win32 service patch; try to clean it a touch.Nick Mathewson
2005-01-22fwd-port win32 isprint fixNick Mathewson
2005-01-22Fix dumb bug in unittests.Nick Mathewson
2005-01-21clean a couple of messagesNick Mathewson
2005-01-21special case so we don't yell when an empty http body doesn't specify aRoger Dingledine
2005-01-21if we get an incredibly skewed timestamp from a dirserver mirror thatRoger Dingledine
2005-01-20Log the offending policy, not the first policyNick Mathewson
2005-01-20Appease another 64-bit warningNick Mathewson
2005-01-20Have reason string for serverdesc post requests contain actual serverdesc sta...Nick Mathewson
2005-01-20Appease weasel's paranoid 64-bit compiler.Nick Mathewson
2005-01-20start to fix http status stuff, more work neededRoger Dingledine
2005-01-20Give better reason phrases in HTTP status lines. Start resolving task #67. (M...Nick Mathewson
2005-01-20Warn when exit policy implicitly allows local addresses.Nick Mathewson
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