aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist
AgeCommit message (Expand)Author
2020-10-01fix typosRoger Dingledine
2020-09-28Add missing documentation for get_net_param_from_listNick Mathewson
2020-09-23Implement IPv6 sybil protection.vnepveu
2020-09-22Merge branch 'tor-gitlab/mr/145'David Goulet
2020-09-17Use the correct SIGNED_KEY_TYPE value for signing->link certsNick Mathewson
2020-09-17Fix wide linesNick Mathewson
2020-09-17Rename tor_cert_create to tor_cert_create_ed25519Nick Mathewson
2020-08-19relay: Query our cache when deciding for dummy descriptor fetchDavid Goulet
2020-08-05Replace several C identifiers for ticket 18106.Nick Mathewson
2020-07-16nodelist: Fix possible NULL derefDavid Goulet
2020-07-14Merge branch 'tor-gitlab/mr/49'David Goulet
2020-07-14Merge branch 'ticket40033_045_01_squashed'Nick Mathewson
2020-07-14Rename blacklist and whitelist wordingDavid Goulet
2020-07-14node: Standardize interface of format_node_description()David Goulet
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-07-07addr: New function relay_address_new_suggestion()David Goulet
2020-07-02Allow multiple addresses in extend_info_t.Nick Mathewson
2020-07-02Merge remote-tracking branch 'dgoulet/ticket32822_045_01'Nick Mathewson
2020-07-02Merge branch 'maint-0.4.4'David Goulet
2020-07-02Merge branch 'maint-0.4.3' into maint-0.4.4David Goulet
2020-07-02Merge branch 'maint-0.4.2' into maint-0.4.3David Goulet
2020-07-02Merge branch 'maint-0.3.5' into maint-0.4.2David Goulet
2020-07-02router: Authorities add their own IPv6 to trusted dir serversteor
2020-06-30node: Rename addrs_in_same_network_family()David Goulet
2020-06-30Downgrade "Bug: No entry found in extrainfo map" message.Nick Mathewson
2020-06-24Add two new networkstatus parameters to emulate AssumeReachable.Nick Mathewson
2020-06-24Move code into notify_after_networkstatus_changes().Nick Mathewson
2020-06-24Make a bunch of networkstatus_t parameters constant.Nick Mathewson
2020-06-24Merge branch 'tor-github/pr/1945'David Goulet
2020-06-24addr: Remove resolve_my_address_v4()David Goulet
2020-06-24Make routerset_contains_router() support IPv6Neel Chauhan
2020-06-23addr: Rename resolve_my_address to be v4 specificDavid Goulet
2020-06-09Merge remote-tracking branch 'tor-github/pr/1888/head'Nick Mathewson
2020-05-21Check for NULL from tor_dup_ip()rl1987
2020-05-21Actually, bail out of routerstatus_format_entry() if fmt_addr32() failsrl1987
2020-05-21Check that fmt_addr32() returned non-empty string before putting it into docu...rl1987
2020-05-18node: Clean up some outdated commentsteor
2020-05-18routerlist: Choose bridges for direct bridge connectionsteor
2020-05-18routerlist: Split the node checks into their own functionteor
2020-05-18nodelist: Replace int with boolteor
2020-05-18nodelist: Stop recursing in router_choose_random_node()teor
2020-05-18nodelist: Rewrite router_crn_flags_tteor
2020-05-18nodelist: Remove the unused CRN_WEIGHT_FOR_EXIT flagteor
2020-05-18nodelist: Move node flag checksteor
2020-05-18nodelist: Move the v3 onion service rendezvous checkteor
2020-05-18nodelist: Move the single-hop exit checkteor
2020-05-11nodelist: Fix a comment and a log messageteor
2020-05-11routerlist: Choose nodes that can initiate IPv6 extendsteor
2020-05-11protover: Add node functions for IPv6 extend supportteor
2020-05-11protover: Sort version flags by their underlying protocolsteor