summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2018-06-29Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
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-04-22Rename node_has_descriptor() to node_has_any_descriptor()Nick Mathewson
2018-04-22Use node_has_preferred_descriptor() in another caseNick Mathewson
2018-03-03Merge branch 'ticket23814' into maint-0.3.3Nick Mathewson
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
2018-02-07more fixes for typos, grammar, whitespace, etcRoger Dingledine
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-31remove the max_failures argument from download_status_is_ready.Nick Mathewson
2018-01-25Remove the old ("deterministic") download schedule.Nick Mathewson
2018-01-24Extract protover summary flags into a new structureNick Mathewson
2018-01-07avoid calling format_iso_time() with TIME_MAXRoger Dingledine
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-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Convert remaining function (mostly static) to new free styleNick Mathewson
2017-12-08Switch to a safer FREE_AND_NULL implementationNick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-12-05Merge branch 'more_directories_squashed'Nick Mathewson
2017-12-05New accessors for keydir/cachedir accessNick Mathewson
2017-11-30Merge branch 'maint-0.3.2'Nick 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-30Avoid use-after-free error in 20020 fixNick Mathewson
2017-11-28Use local descriptor object to exclude self in path selectionDavid Goulet
2017-11-17Make all the free() functions from container.h clear their targetsNick Mathewson
2017-11-16Log a better message if a router we're re-adding is expired.Nick Mathewson
2017-11-09Merge branch 'ticket12062_squashed'Nick Mathewson
2017-11-09Audit all of the "is the network turned off" checks.Nick Mathewson
2017-11-09Merge branch 'maint-0.3.2'Nick Mathewson
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 'maint-0.3.2'Nick 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-07Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-07Revert "Remove an erroneous 0.5 in compute_weighted_bandwidths()"Nick Mathewson
2017-11-06Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-06Merge remote-tracking branch 'public/bug23318_029' into maint-0.3.2Nick Mathewson