aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2012-11-14Parse IPv6 policy summaries from router descriptors and microdescsNick Mathewson
2012-11-04Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson
2012-10-31Change some comments to reflect the multitude of GeoIP databases.Linus Nordberg
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-09-17Implement and use crypto_pk_eq_keysRobert Ransom
2012-09-14Move functions for seeing if we know enough nodes into nodelistNick Mathewson
2012-09-14Remove router_get_by_{nickname,hexdigest} entirelyNick Mathewson
2012-09-14Remove the old disabled router_get_by_nickname implementationNick Mathewson
2012-09-14Move many of the node_ functions from routerlist to nodelistNick Mathewson
2012-09-14Split the routerset code out of routerlist.cNick Mathewson
2012-09-12Fix directory self-testing logicNick Mathewson
2012-09-11Merge remote-tracking branch 'public/bug6538'Nick Mathewson
2012-09-10Merge branch 'remove_old_ver_checks'Nick Mathewson
2012-09-09minor logging improvementRoger Dingledine
2012-09-07Remove version_supports checks for versions before 0.2.2.Nick Mathewson
2012-09-03resolve an XXX by agreeing with nickmRoger Dingledine
2012-09-03make "Launching %d requests for %d routers" message more usefulRoger Dingledine
2012-08-28Use a time-invariant comparison in choose_array_element_by_weightNick Mathewson
2012-08-27In choose-by-bw, scale to better use the range of uint64Nick Mathewson
2012-08-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-17Consider IPv6 OR ports when deciding whether a routerinfo change is cosmetic.Linus Nordberg
2012-08-09Refactor the core of choosing by weights into a functionNick Mathewson
2012-08-09Refactor smartlist_choose_node_by_bandwidth to be less horrible.Nick Mathewson
2012-08-09Use a smarter fix for bug 1203.Nick Mathewson
2012-08-09Remove remaining timing-dependency in choosing nodes by bandwidthNick Mathewson
2012-08-09Change smartlist_choose_node_by_bandwidth to avoid doubleNick Mathewson
2012-08-03Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-03Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-08-03Mitigate a side-channel leak of which relays Tor chooses for a circuitRobert Ransom
2012-08-03Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-03Remove bogus comment claiming that an assertion is triggerable by consensusRobert Ransom
2012-07-19Try to re-approximate the older semantics of nodelist_add_routerinfoNick Mathewson
2012-07-19Rename routers_have_same_or_addr() to reflect the fact that it now checks bot...Linus Nordberg
2012-07-19Add last_reachable and testing_since for IPv6 OR port.Linus Nordberg
2012-07-19Move last_reachable and testing_since from routerinfo_t to node_t.Linus Nordberg
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-06-28Downgrade 'Got a certificate, but we already have it' log message from warnin...Andrea Shepard
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-08changes file and whitespace fix for bug5235 patchNick Mathewson
2012-06-08Rate-limit 'Weighted bandwidth is 0.000000 ...' message; it can be produced i...Andrea Shepard
2012-06-05Fix "make check-spaces" issuesNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve some markup complaints from doxygenNick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-05-31Merge remote-tracking branch 'public/bug3196'Nick Mathewson
2012-05-16Merge remote-tracking branch 'public/bug2297'Nick Mathewson
2012-05-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-16Correct the bulletproofing of routerlist_insert()Nick Mathewson