aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/resolve_addr.c
AgeCommit message (Expand)Author
2020-10-01fix typosRoger Dingledine
2020-09-03addr: Missing AF family to index conversionDavid Goulet
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-22Merge branch 'tor-gitlab/mr/74'David Goulet
2020-07-22addr: Always set addr_out to UNSPEC in find_my_addressDavid Goulet
2020-07-22relay: Limit Directory Authority Addresses to Address and ORPortDavid Goulet
2020-07-21relay: Add AddressDisableIPv6 torrc optionDavid Goulet
2020-07-20relay: Don't log at warn level when we find an addressDavid Goulet
2020-07-20test: Unit test for relay_address_new_suggestion()David Goulet
2020-07-20addr: Continue discovery if Address exits but not for wanted familyDavid Goulet
2020-07-10addr: Remove BUG() that always triggersDavid Goulet
2020-07-09Merge remote-tracking branch 'tor-gitlab/mr/21'Nick Mathewson
2020-07-09addr: Static assert resolved address cache sizeDavid Goulet
2020-07-08addr: Initialize resolved address cache to NULL addressDavid Goulet
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-07-06addr: Fix possible memleak in find_my_address()David Goulet
2020-07-02addr: Prioritize interface lookup over local hostnameDavid Goulet
2020-07-01Merge remote-tracking branch 'dgoulet/ticket33235_045_01'Nick Mathewson
2020-06-30resolve_addr.c: remove a needless quote markNick Mathewson
2020-06-30addr: Document better is_local_addr_to_resolve_addr()David Goulet
2020-06-30addr: Don't guess our address if no Address lines are validDavid Goulet
2020-06-30addr: Continue trying all Address options on resolve failureDavid Goulet
2020-06-30addr: Only attempt Address resolution on non parsable linesDavid Goulet
2020-06-25addr: Look at /48 for IPv6 in is_local_addr()David Goulet
2020-06-24addr: Rename resolved_addr_is_local()David Goulet
2020-06-24addr: Refactor find_my_address() to simplify itDavid Goulet
2020-06-24addr: Set out parameters to NULL in resolve_addr.cDavid Goulet
2020-06-24addr: Safeguard last resolved address index accessDavid 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: Make resolve_my_address_v4() use find_my_address()David 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-06-23config: Change Address to be a LINELISTDavid Goulet
2020-06-05Merge remote-tracking branch 'tor-github/pr/1902/head'Nick Mathewson
2020-06-01config: Add IPv4 Address config debug loggingc
2020-05-21Check for NULL from tor_dup_ip()rl1987
2020-05-05config: New file resolve_addr.{c|h}David Goulet