aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2018-06-29Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-29Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-06-23Fix memory leak in frac_nodes_with_descriptors().Alexander Færøy
2018-02-12Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-12Merge branch 'bug23318-redux_029' into maint-0.2.9Nick Mathewson
2017-12-11Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-12-11Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-12-11Merge remote-tracking branch 'public/bug23985_029' into maint-0.2.9Nick Mathewson
2017-11-30Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2017-11-30Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-11-30Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-11-30Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-11-30Merge branch 'maint-0.2.5' into maint-0.2.8Nick Mathewson
2017-11-28Use local descriptor object to exclude self in path selectionDavid Goulet
2017-11-09Merge branch 'bug23985_029' into maint-0.3.2Nick Mathewson
2017-11-08Don't delay descriptor fetches when missing info needed for circuitsNick Mathewson
2017-11-08Merge branch 'bug23318-redux_029' into maint-0.3.2Nick Mathewson
2017-11-08Stop calculating total twice in frac_nodes_with_descriptors()teor
2017-11-08Check arguments and initialise variables in compute_weighted_bandwidths()teor
2017-11-08Actually log the total bandwidth in compute_weighted_bandwidths()teor
2017-11-08Use node counts in networks with all zero-bandwidthsteor
2017-11-08Remove an erroneous 0.5 in compute_weighted_bandwidths()Nick Mathewson
2017-11-07Revert "Remove an erroneous 0.5 in compute_weighted_bandwidths()"Nick Mathewson
2017-11-06Merge remote-tracking branch 'public/bug23318_029' into maint-0.3.2Nick Mathewson
2017-09-22Remove an erroneous 0.5 in compute_weighted_bandwidths()Nick Mathewson
2017-09-15Replace accumulated C ;;s with ;sNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-12Remove named_map and unnamed_map from networkstatus.cNick Mathewson
2017-09-08Merge branch 'ed25519_lookup'Nick Mathewson
2017-09-07prop224: Pick rendezvous point of protover HSRend=2David Goulet
2017-08-22Remove some support for nickname-based hexdigestsNick Mathewson
2017-08-11Raise MIN_DL_PER_REQUEST to 32Nick Mathewson
2017-07-06Merge remote-tracking branch 'public/bug19648'Nick Mathewson
2017-06-21Remove obsolete authdir_mode_any_nonhidserv()huyvq
2017-06-21Convert authdir_mode_handles_descs() to alternative wrappershuyvq
2017-05-26Cleanup MOCK_IMPL (etc) to be findable with etagsNick Mathewson
2017-05-23Don't say "downloading 1 descriptor, 4 at a time"Nick Mathewson
2017-05-22Refactor directory_initiate_command() so that it accepts guard_state.George Kadianakis
2017-05-10simplify functions now that they don't use options paramRoger Dingledine
2017-05-09Merge branch 'dgoulet_ticket22060_031_01_squashed'Nick Mathewson
2017-05-09config: Remove ExcludeSingleHopRelays optionDavid Goulet
2017-05-09config: Remove AllowInvalidNodes optionDavid Goulet
2017-04-27Merge branch 'dirreq'Nick Mathewson
2017-04-27Improve control flow in authority_certs_fetch_resource_implNick Mathewson
2017-04-24Add regression test for #22304Taylor Yu
2017-04-21Replace remaining directory_initiate_command_* instancesNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-02-15Merge branch 'maint-0.2.9'Nick Mathewson
2017-02-14Fix policies.c instance of the "if (r=(a-b)) return r" patternNick Mathewson
2017-01-18Remove PDS_FOR_GUARDNick Mathewson