summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-12-11Don't use helper nodes for circuits with purpose 'testing'.Roger Dingledine
2005-12-11when removing dead helpers, only write or_state to disk once at theRoger Dingledine
2005-12-11mark the helper node as down if we time-out on the circuit handshakeRoger Dingledine
2005-12-11don't mark the helper node as down when we fail to connect toRoger Dingledine
2005-12-11fix yet another time comparison bug. we were abandoning helpersRoger Dingledine
2005-12-11fix an error in reporting why we abandoned a helper nodeRoger Dingledine
2005-12-11choose helper nodes to have high capacity alwaysRoger Dingledine
2005-12-11a first go at fixing a bug matt edman reported: when he triesRoger Dingledine
2005-12-11setconf orport=9001Roger Dingledine
2005-12-11whenever we hupped or did a controller setconf, we were prependingRoger Dingledine
2005-12-11i think fascistfirewall still has its uses. it's a synonymRoger Dingledine
2005-12-11bump to 0.1.1.10-alpha-cvsRoger Dingledine
2005-12-10bump to 0.1.1.10-alphaRoger Dingledine
2005-12-10explain why 0.1.1.9-alpha-cvs is a special version.Roger Dingledine
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-10crank the max line limit down to 150 chars.Roger Dingledine
2005-12-09In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson
2005-12-09Normalize whitespaceNick Mathewson
2005-12-09For some bizarre reason, MSVC does not implement GCC extensions. Who would ha...Nick Mathewson
2005-12-09util.c:1308: error: conflicting types for "is_internal_IP"Nick Mathewson
2005-12-09let the user configure a sockslistenaddress on other private IPsRoger Dingledine
2005-12-09let is_internal_IP() know whether you're asking about an IPRoger Dingledine
2005-12-08Make code to handle "private" alias work when assume_action is set.Nick Mathewson
2005-12-08when we're checking reachability, make it clearer in the logsRoger Dingledine
2005-12-08remove a redundant memcpy when extending to a new serverRoger Dingledine
2005-12-08Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.Nick Mathewson
2005-12-08Release memory from conn_circid_circuit_map on exit.Nick Mathewson
2005-12-08Add private:* as an alias in configuration for policies.Nick Mathewson
2005-12-08Warn when binding to a public address for socks. This warning needs to be im...Nick Mathewson
2005-12-08Document CREATE_FAST better in the code. Move our key expansion algorithm in...Nick Mathewson
2005-12-08Whitespace normalizationNick Mathewson
2005-12-08Do not free a constant string.Nick Mathewson
2005-12-07Make clients use CREATE_FAST cells. add an option to disable this.Nick Mathewson
2005-12-07fix typo noticed by scrimblyRoger Dingledine
2005-12-07what the heck is wrong with this little piece of code?Roger Dingledine
2005-12-06tell the controller about new .onion streams too.Roger Dingledine
2005-12-06get rid of nick's crazy voodoo dh checking.Roger Dingledine
2005-12-06the other half of weasel's patch, so old gcc's can build cvs again.Roger Dingledine
2005-12-06Old gccs want you to do your variable declarations firstPeter Palfrader
2005-12-06when we're giving up on a circuit and retrying on a new one,Roger Dingledine
2005-12-06Fix bug 212: Directory authorities should not try to download server descript...Nick Mathewson
2005-12-05Better fix for last bug: avoids trying to double-mark circuits.Nick Mathewson
2005-12-05We were neglecting to unlink marked circuits from soon-to-close OR connections.Nick Mathewson
2005-12-05Change how OR conns get removed from the identity map; fix some warnings on s...Nick Mathewson
2005-12-05Check magic when removing old connection from map.Nick Mathewson
2005-12-05Set chosen_exit_name to something we are not about to zero.Nick Mathewson
2005-12-05When parsing foo.exit, if foo is unknown, and we are leaving circuits unattac...Nick Mathewson
2005-12-05Remove superfluous strdupPeter Palfrader
2005-12-05Also print usernames, not just numeric UIDs when we tell the user that his da...Peter Palfrader
2005-12-05give a hint when people are running tor as the wrong user, rather thanRoger Dingledine