summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-02-05Avoid double-free on tor-resolve failureNick Mathewson
2005-02-05Re-normalize whitespace; make "make check-spaces" happyNick Mathewson
2005-02-05forward-port NT service patchNick Mathewson
2005-02-05Fix tor-resolve implementation to prevent crashes and send resolves when we s...Nick Mathewson
2005-02-04forward-port the logic skew and double-free thingRoger Dingledine
2005-02-03Handle return value from getaddrinfo properlyNick Mathewson
2005-02-03fix the latest bug: don't explode when some router declares aRoger Dingledine
2005-02-03Use getaddrinfo and gethostbyname_r where available. Note that these are not...Nick Mathewson
2005-02-03Forward-port SGI Compatibility patches from Jan SchaumannNick Mathewson
2005-02-03point out a potential thread/process leak problem when we're out of memoryRoger Dingledine
2005-02-03another minor fixRoger Dingledine
2005-02-03Add --with-dmalloc configure optionPeter Palfrader
2005-02-03Write a function header for Roger so he can fill it with lifePeter Palfrader
2005-02-03http://www.erlenstar.demon.co.uk/unix/faq_2.html says weRoger Dingledine
2005-02-02note a bug that wmf just foundRoger Dingledine
2005-02-02bugfix: tor-resolve requests were ignoring .exit if there wasRoger Dingledine
2005-02-02reject more default filesharing ports by default.Roger Dingledine
2005-02-02only check if exit_policy_implicitly_allows if you're a server.Roger Dingledine
2005-02-02sometimes, a conn on the closeable_lst gets absolutelyRoger Dingledine
2005-02-01bump the default rate limit to 1 MBRoger Dingledine
2005-02-01reject odd-looking addresses at the client, rather than havingRoger Dingledine
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