aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/relay_find_addr.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-23relay: Avoid a directory early fetchDavid Goulet
2021-02-22relay: Move log notice after suggested address lookupDavid Goulet
2021-01-27relay: Log if we can't find an address for configured ORPortDavid Goulet
2021-01-27relay: Skip address discovery if no ORPort is foundDavid Goulet
2021-01-14relay: Don't BUG() if we can't find authority descriptorDavid Goulet
2020-11-17relay: Launch dummy circuit only when descriptor build failsDavid Goulet
2020-07-21relay: Add AddressDisableIPv6 torrc optionDavid Goulet
2020-07-20relay: Use flags in relay_find_addr_to_publish()David Goulet
2020-07-20relay: Handle dir address suggestion with new interfaceDavid Goulet
2020-07-20relay: Remove router_pick_published_address()David Goulet
2020-07-20test: Move unit tests to new find address interfaceDavid Goulet
2020-07-20relay: Deciding to fetch from authority, use new find address APIDavid Goulet
2020-07-20addr: New function to find address to publishDavid Goulet
2020-07-10addr: Remove a BUG() that can normally occurDavid Goulet
2020-07-08addr: Validate identity key when getting a suggestionDavid Goulet
2020-07-07addr: New function relay_address_new_suggestion()David Goulet
2020-06-24addr: Remove resolve_my_address_v4()David Goulet
2020-06-24addr: Refactor last resolved address cache accessorsDavid Goulet
2020-06-23addr: Rename last_resolved_addr to be v4 specificDavid Goulet
2020-06-23addr: Rename resolve_my_address to be v4 specificDavid Goulet
2020-05-05relay: Rename relay_resolve_addr.{c|h} fileDavid Goulet