aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2011-04-28Merge remote-tracking branches 'rransom/bug2722' and 'rransom/bug2722b' into ...Nick 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 ExitNodes and Exclude{Exit}Nodes overlap, obey Exclude{Exit}Nodes.Roger Dingledine
2011-04-26don't exit enclave to excluded relaysRoger Dingledine
2011-04-26handle excludenodes for dir fetch/postRoger Dingledine
2011-04-26If EntryNodes and ExcludeNodes overlap, obey ExcludeNodes.Roger Dingledine
2011-04-26Downgrade notice to info when downloading a cert.Nick Mathewson
2011-03-25Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson
2011-03-25Remove the "fuzzy time" codeNick Mathewson
2011-03-13fix two issues pointed out by nickmRoger Dingledine
2011-03-12Revert "If we are not using BEGIN_DIR cells, don't attempt to contact hidden ...Robert Ransom
2011-02-22Merge remote branch 'public/bug1859_021' into maint-0.2.1Nick Mathewson
2011-02-08don't use old non-configured bridges (bug 2511)Roger Dingledine
2011-01-25Fix client side of 2203: Do not count BadExits as Exits.Mike Perry
2011-01-15Sanity-check consensus param valuesSebastian Hahn
2011-01-15Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-15Fix a heap overflow found by debuger, and make it harder to make that mistake...Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-11-15Clean up my 1776 fix a bitNick Mathewson
2010-11-12Issues with router_get_by_nickname()Robert Hogan
2010-11-10Bulletproof the routerlist manipulation functions to handle reinserting the s...Nick Mathewson
2010-11-02Fix the assert in bug 1776Nick Mathewson
2010-10-21Merge remote branch 'hoganrobert/bug1859' into maint-0.2.2Nick Mathewson
2010-10-13Issues with router_get_by_nickname()Robert Hogan
2010-09-30Note an XXX about potential overflowSebastian Hahn
2010-09-30Use an upper and lower bound for bridge weightsSebastian Hahn
2010-09-28Actually notice when our last entrynode goes downRoger Dingledine
2010-09-27Merge branch 'bug1805' into maint-0.2.2Nick Mathewson
2010-09-27Clean up some bug1805 comments based on arma's feedbackNick Mathewson
2010-09-22Rename has_completed_circuit to can_complete_circuitNick Mathewson
2010-09-22Merge remote branch 'arma/bug1362'Nick Mathewson
2010-09-22Changes to bug1959_part1 on review from arma.Nick Mathewson
2010-09-21Make our min-info check also check for entry node presenceNick Mathewson
2010-09-21log when we finish a circuit after being offlineRoger Dingledine
2010-09-14Add a simple integer-ceiling-division macro before we get it wrongNick Mathewson
2010-09-14Merge branch 'bug1899'Nick Mathewson
2010-09-14Merge branch 'bug911'Nick Mathewson
2010-09-14Extract the "do these routers have the same addr:orport" logic into a fnNick Mathewson
2010-09-14Merge remote branch 'sebastian/bug1776_v3'Nick Mathewson
2010-09-06Kill warn when picking bridges without bw weightSebastian Hahn
2010-09-02Complicate the rules on WARN vs INFO in consensus verificationNick Mathewson
2010-08-20Allow clients to use relays as bridgesSebastian Hahn
2010-08-18Move code for launching tests out of router_add_to_routerlist()Nick Mathewson
2010-07-31Allow using regular relays as bridgesSebastian Hahn
2010-07-27Move the header for bandwidth_weight_rule_to_string into reasons.hSebastian Hahn
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn