aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-02-01give a bit more load to servers that claim to be able toRoger Dingledine
2005-02-01Go into soft hibernation after 95% of the bandwidth is used,Roger Dingledine
2005-02-01define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine
2005-02-01fix an edge case in parsing config options (thanks weasel)Roger Dingledine
2005-01-31Fix arma's fix for my leakPeter Palfrader
2005-01-31fix a minor memory leak found by weaselRoger Dingledine
2005-01-31stop a sigpipe.Roger Dingledine
2005-01-31stop logging loudly when a client tries an old onion key. it'sRoger Dingledine
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-31clarify what smartlist_remove promises, since we rely on it.Roger 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-28make the example log-to-file line use log-level notice rather thanRoger Dingledine
2005-01-27Add rudimentary pthread support that needs more testing.Nick Mathewson
2005-01-27Forward-port win32 service patch; try to clean it a touch.Nick Mathewson
2005-01-22comment SocksPort better as it pertains to serversRoger Dingledine
2005-01-22fwd-port win32 isprint fixNick Mathewson
2005-01-22Fix dumb bug in unittests.Nick Mathewson
2005-01-22forward-port: fix win32 compileRoger Dingledine
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-20give a header file for ntohsRoger Dingledine
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-20Compilation fixes for win32 version detection.Nick Mathewson
2005-01-20Make zlib detection happy on little-endian platforms; fix unit tests.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