summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-27warn if we launch too many circuits for a given streamRoger Dingledine
2011-04-27revert most of ef81649d2fcRoger Dingledine
2011-04-27Add a circuit_purpose_to_string() function, and use itNick Mathewson
2011-04-26Fix a check-spaces complaintSebastian Hahn
2011-04-26Explain the "using anyway" log message betterSebastian Hahn
2011-04-26Fix a log msgSebastian Hahn
2011-04-26Check transition of circuit purpose from INTRO->GENERAL if nodes are constrainedNick Mathewson
2011-04-26When cannibalizing a circuit, make sure it has no ExcludeNodes on itNick Mathewson
2011-04-26When there is a transition in permitted nodes, apply it to trackexithosts mapNick Mathewson
2011-04-26Simplify calls to routerset_equalNick Mathewson
2011-04-26If we have chosen an exit that shares a family with all bridges, fail the cir...Nick Mathewson
2011-04-26Do not try to download descriptors for bridges in ExcludeNodes.Nick Mathewson
2011-04-26Correct the behavior of .exit with ExcludeNodes, StrictNodes, etc.Nick Mathewson
2011-04-26Note another place that we need to fix a 1090 issue.Nick Mathewson
2011-04-26Do not automatically ignore Fast/Stable for exits when ExitNodes is setNick Mathewson
2011-04-26Note a slightly less likely way to violate ExcludeNodesNick Mathewson
2011-04-26Note that circuit purpose changing can violate ExcludeNodesNick Mathewson
2011-04-26If we're excluded, and StrictNodes is set, do not do self-tests.Nick Mathewson
2011-04-26Add an XXX022-1090 to note consider_exit_fmily b0rkennessNick Mathewson
2011-04-26three more cases where maybe we want to excludeRoger Dingledine
2011-04-26make formal a constraint that's been true a while nowRoger Dingledine
2011-04-26refuse moria1.exit if moria1 is excludedRoger Dingledine
2011-04-26note another case where strictnodes is considered for exitsRoger Dingledine
2011-04-26If ExitNodes and Exclude{Exit}Nodes overlap, obey Exclude{Exit}Nodes.Roger Dingledine
2011-04-26the new entrynodes behavior is always strictRoger Dingledine
2011-04-26don't exit enclave to excluded relaysRoger Dingledine
2011-04-26slight tweak on circuit_conforms_to_optionsRoger Dingledine
2011-04-26handle excludenodes for dir fetch/postRoger Dingledine
2011-04-26If EntryNodes and ExcludeNodes overlap, obey ExcludeNodes.Roger Dingledine
2011-04-26refuse excluded hidserv nodes if strictnodesRoger Dingledine
2011-04-26Expose a new process_signal(uintptr_t), not signal_callback()Nick Mathewson
2011-04-26Merge remote-tracking branch 'sebastian/bug2917' into maint-0.2.2Nick Mathewson
2011-04-26Merge remote-tracking branch 'public/bug2332' into maint-0.2.2Nick Mathewson
2011-04-26Make SIZE_T_CEILING unsigned; add a signed SSIZE_T_CEILINGNick Mathewson
2011-04-26Downgrade notice to info when downloading a cert.Nick Mathewson
2011-04-26fix some comments before they create conflictsRoger Dingledine
2011-04-26Fix compilation in last patchNick Mathewson
2011-04-26Merge remote-tracking branch 'sebastian/bug2704' into maint-0.2.2Nick Mathewson
2011-04-26Fix more of bug 2704Sebastian Hahn
2011-04-26Don't leak the local hostname in relay nicknamesSebastian Hahn
2011-04-25Merge commit '91aa6f08bcf0acbdfa038aaffe73e327ddd87c67' into maint-0.2.2Nick Mathewson
2011-04-25Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-04-22Make the Log configuration option expand ~Sebastian Hahn
2011-04-21Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-04-21Fix a bug in removing DNSPort requests from their circular listNick Mathewson
2011-04-20Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-04-19Prevent hugely inflated observed bandwidth valuesSebastian Hahn
2011-04-19Don't sometimes undercount bw averageSebastian Hahn
2011-04-19Standardize our printf code on %d, not %i.Nick Mathewson
2011-04-19Merge remote-tracking branch 'rransom/bug2948' into maint-0.2.2Nick Mathewson