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