aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
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.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-08Don't delay descriptor fetches when missing info needed for circuitsNick Mathewson
2017-05-22Refactor directory_initiate_command() so that it accepts guard_state.George Kadianakis
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
2017-01-18Remove the (no longer compiled) code for legacy guard selection.Nick Mathewson
2017-01-18Merge branch 'ahf_bugs_17847_2_squashed'Nick Mathewson
2017-01-18Refactor duplicated extrainfo checks into a common macro.Alexander Færøy
2017-01-18Generalize router_is_already_dir_fetching_{rs,ds}.Alexander Færøy
2017-01-13Merge branch 'ipv6-only-client_squashed'Nick Mathewson
2017-01-13When IPv6 addresses have not been downloaded, use hard-coded address infoteor
2016-12-18fix typos and trivial syntax problemsRoger Dingledine
2016-12-16Merge branch 'prop271_030_v1_squashed'Nick Mathewson
2016-12-16Wrap all of the legacy guard code, and its users, in #ifdefsNick Mathewson
2016-12-13Remove AuthDirMaxServersPerAuthAddrNick Mathewson
2016-12-12Merge branch 'people-to-node-type'Nick Mathewson
2016-12-12Replace "people" with the appropriate network component in commentsJ. Ryan Stinnett
2016-12-09Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-09router: Fix memory leak in signed_descriptor_move()David Goulet
2016-11-30Use the new guard notification/selection APIs throughout TorNick Mathewson
2016-11-30Split bridge functions into a new module.Nick Mathewson
2016-11-30Stop discarding downloaded full descriptors when using microdescs for circuitsteor
2016-11-30Fetch unknown certificates if FetchUselessDescriptors is trueteor
2016-11-30Stop discarding consensus flavors and descriptors we wanted to fetchteor
2016-11-01Merge branch 'maint-0.2.9'Nick Mathewson
2016-10-31Rename routerstatus_version_supports_ntor to *_supports_extend2_cellsteor
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-10-26Allow asking a bridge's own descriptor over one-hop connectionNick Mathewson
2016-10-19Merge remote-tracking branch 'andrea/ticket19858_v2'Nick Mathewson
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-09-25Abolish globals in entrynodes.c; relativize guard context to new guard_select...Andrea Shepard
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)