summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2011-04-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-28Merge remote-tracking branches 'rransom/bug2722' and 'rransom/bug2722b' into ...Nick Mathewson
2011-04-27Merge maint-0.2.2 for the bug1090-part1-squashed branchNick 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-26Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-26Downgrade notice to info when downloading a cert.Nick Mathewson
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'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-14Merge remote branch 'origin/maint-0.2.2'Nick 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-02-04Merge remote branch 'origin/maint-0.2.2' for bug2203_rebasedNick Mathewson
2011-01-25Fix client side of 2203: Do not count BadExits as Exits.Mike Perry
2011-01-15Merge branch 'maint-0.2.2'Roger Dingledine
2011-01-15Sanity-check consensus param valuesSebastian Hahn
2011-01-15Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
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.2'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-16Merge branch 'maint-0.2.2'Roger Dingledine
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 'origin/maint-0.2.2' for bug 1859 patchesNick Mathewson
2010-10-21Merge remote branch 'hoganrobert/bug1859' into maint-0.2.2Nick Mathewson
2010-10-15Remove more unused code from routerlist.cNick Mathewson
2010-10-15Remove "is this too slow?" XXXX comments for code not appearing in profilesNick Mathewson
2010-10-15Remove the unused old fuzzy-time codeNick Mathewson
2010-10-14Make check-spaces happySebastian Hahn
2010-10-14Rename router_get_by_digest()Sebastian Hahn
2010-10-13Fix a few trivial bugs from the nodelist mergeNick Mathewson
2010-10-13Issues with router_get_by_nickname()Robert Hogan
2010-10-04Fix a couple more node_t-related nullpointer bugsNick Mathewson
2010-10-01Fix a bug in smartlist_choose_node_by_bandwidthNick Mathewson
2010-10-01Implement node-based router family codeNick Mathewson
2010-10-01Rename routerstatus_t.is_running to is_flagged_runningNick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Try to make most routerstatus_t interfaces constNick Mathewson
2010-10-01Try to make most routerinfo_t interfaces constNick Mathewson