aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2018-02-12Merge branch 'bug23318-redux_029' into maint-0.2.9Nick Mathewson
2017-12-11Merge remote-tracking branch 'public/bug23985_029' into maint-0.2.9Nick 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-08Don't delay descriptor fetches when missing info needed for circuitsNick 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-02-14Fix policies.c instance of the "if (r=(a-b)) return r" patternNick Mathewson
2016-12-09router: Fix memory leak in signed_descriptor_move()David Goulet
2016-10-31Rename routerstatus_version_supports_ntor to *_supports_extend2_cellsteor
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-09-26Remove version_known, and subtly change the meaning of protocols_knownNick Mathewson
2016-09-26Use protocols to see when EXTEND2 support exists.Nick Mathewson
2016-09-26Emit and parse protocol lists in router descriptorsNick Mathewson
2016-08-29Merge remote-tracking branch 'teor/reject-tap-v6'Nick Mathewson
2016-08-24Merge branch 'maint-0.2.8'Nick Mathewson
2016-08-24Fix path selection on firewalled clientsteor
2016-08-22Merge branch 'maint-0.2.8'Nick Mathewson
2016-08-22Do not pass NULL to log(%s) in dir_server_new.Nick Mathewson
2016-08-10Debug logging for router/consensus descriptor download resetsAndrea Shepard
2016-07-28Merge branch 'bug18902_squashed'Nick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-07-26Check that extend_info_from_router is never called on a clientteor (Tim Wilson-Brown)
2016-07-15Clients avoid choosing nodes that can't do ntorteor (Tim Wilson-Brown)
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick Mathewson
2016-07-01prop250: Fix unit tests about the RSA fingerprint checkDavid Goulet
2016-07-01Merge remote-tracking branch 'teor/bug19530-v2'Nick Mathewson
2016-07-01Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-01When tor can't find a directory, log lessteor (Tim Wilson-Brown)
2016-07-01Make authority_certs_fetch_missing support bridge hintsteor (Tim Wilson-Brown)
2016-07-01Refactor duplicate code in authority_certs_fetch_missingteor (Tim Wilson-Brown)
2016-07-01Call purpose_needs_anonymity in authority_certs_fetch_missingteor (Tim Wilson-Brown)
2016-07-01Hex-encode raw digest before printing in authority_certs_fetch_missingteor (Tim Wilson-Brown)
2016-07-01Refactor authority_certs_fetch_missing to call get_options onceteor (Tim Wilson-Brown)
2016-06-30Merge remote-tracking branch 'andrea/ticket19323_squashed'Nick Mathewson
2016-06-29Expose GETINFO download status statics for test suite and make things mockableAndrea Shepard
2016-06-29Expose authority certificate download statuses on the control portAndrea Shepard
2016-06-28Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-28whitespace fixesNick Mathewson
2016-06-28Merge remote-tracking branch 'teor/bug18812' into maint-0.2.8Nick Mathewson
2016-06-28Make it clear that fallbacks include authoritiesteor (Tim Wilson-Brown)
2016-06-23Merge remote-tracking branch 'public/bug15942_v2_alternative'Nick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-18Use exponential backoffs for certificate downloadsAndrea Shepard
2016-06-18Implement DL_SCHED_RANDOM_EXPONENTIAL support for download_status_tAndrea Shepard
2016-06-13Coverity dislikes (double) (int/int).Nick Mathewson