aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2012-08-17Consider IPv6 OR ports when deciding whether a routerinfo change is cosmetic.Linus Nordberg
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-03Remove bogus comment claiming that an assertion is triggerable by consensusRobert Ransom
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
2012-05-11Raise thresholds for declaring bootstrapping complete.Nick Mathewson
2012-03-30Twiddle ROUTER_{MAX_COSMETIC_TIME_DIFFERENCE,MAX_AGE_TO_PUBLISH}Nick Mathewson
2012-03-30Exits don't need to fetch certs for unknown authoritiesNick Mathewson
2012-03-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-09Revise "sufficient exit nodes" check to work with restrictive ExitNodesNick Mathewson
2012-03-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-08Require a threshold of exit nodes before building circuitsNick Mathewson
2012-02-23When not fetching v2 dir info, don't require it for cleaning descriptorsDaniel Bryg
2012-02-10Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-02-10Downgrade "missing a certificate" from notice to infoNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson
2011-11-28New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson
2011-09-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-30Use %f with printf-style formatting, not %lfNick Mathewson
2011-07-15Better messages when we're stalled because of microdescriptorsNick Mathewson
2011-07-15Remove compare_addr_to_node_policyNick Mathewson
2011-07-11Rename and tweak nodelist_add_node_family() to add nodeNick Mathewson
2011-07-11Look at the right consensus in router_add_to_routerlist()Nick Mathewson
2011-07-07Kill redundant checks around routerset_contains_*()Nick Mathewson
2011-07-01Defensive programming: don't crash with broken node_tNick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Log descriptions of nodes, not just nicknames.Nick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-15Fixup whitespace issues from 3122 commitNick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Merge branch 'bug2732-simpler' into maint-0.2.2Nick Mathewson
2011-05-15Rip out more of hid_serv_acting_as_directoryNick Mathewson
2011-05-12Accept hs descriptors even if we don't see an HSDir for usNick Mathewson
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson