aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/resolve_addr.h
AgeCommit message (Expand)Author
2020-07-24relay: Add a cache that tracks which address was configuredDavid Goulet
2020-07-24relay: Turn find address "method_used" into enumDavid Goulet
2020-07-21Rename get_first_advertised_{addr,port}_by_type_af().Nick Mathewson
2020-07-20test: Unit test for relay_address_new_suggestion()David Goulet
2020-07-09Merge remote-tracking branch 'tor-gitlab/mr/21'Nick Mathewson
2020-07-07addr: Attempt to learn our address with ORPortDavid Goulet
2020-07-07addr: New function relay_address_new_suggestion()David Goulet
2020-07-07addr: Rename and make resolved_addr_set_last() function publicDavid Goulet
2020-06-24addr: Rename resolved_addr_is_local()David Goulet
2020-06-24addr: Remove resolve_my_address_v4()David Goulet
2020-06-24addr: Refactor is_local_addr() to support IPv6David Goulet
2020-06-24addr: Refactor last resolved address cache accessorsDavid Goulet
2020-06-24addr: New find_my_address() to support multiple address familiesDavid 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-05config: New file resolve_addr.{c|h}David Goulet