index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
app
/
config
/
resolve_addr.c
Age
Commit message (
Expand
)
Author
2022-12-16
Fix typos
Dimitris Apostolou
2021-04-19
relay: Emit log warning if Address is internal and can't be used
David Goulet
2021-03-12
Run "make autostyle" in advance of new series.
Nick Mathewson
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2021-02-10
relay: Allow RFC1918 addresses for non public relays
David Goulet
2020-12-21
relay: Log address suggested by directory authorities
David Goulet
2020-10-01
fix typos
Roger Dingledine
2020-09-03
addr: Missing AF family to index conversion
David Goulet
2020-07-24
relay: Add a cache that tracks which address was configured
David Goulet
2020-07-24
relay: Turn find address "method_used" into enum
David Goulet
2020-07-22
Merge branch 'tor-gitlab/mr/74'
David Goulet
2020-07-22
addr: Always set addr_out to UNSPEC in find_my_address
David Goulet
2020-07-22
relay: Limit Directory Authority Addresses to Address and ORPort
David Goulet
2020-07-21
relay: Add AddressDisableIPv6 torrc option
David Goulet
2020-07-20
relay: Don't log at warn level when we find an address
David Goulet
2020-07-20
test: Unit test for relay_address_new_suggestion()
David Goulet
2020-07-20
addr: Continue discovery if Address exits but not for wanted family
David Goulet
2020-07-10
addr: Remove BUG() that always triggers
David Goulet
2020-07-09
Merge remote-tracking branch 'tor-gitlab/mr/21'
Nick Mathewson
2020-07-09
addr: Static assert resolved address cache size
David Goulet
2020-07-08
addr: Initialize resolved address cache to NULL address
David Goulet
2020-07-07
addr: Attempt to learn our address with ORPort
David Goulet
2020-07-07
addr: New function relay_address_new_suggestion()
David Goulet
2020-07-07
addr: Rename and make resolved_addr_set_last() function public
David Goulet
2020-07-06
addr: Fix possible memleak in find_my_address()
David Goulet
2020-07-02
addr: Prioritize interface lookup over local hostname
David Goulet
2020-07-01
Merge remote-tracking branch 'dgoulet/ticket33235_045_01'
Nick Mathewson
2020-06-30
resolve_addr.c: remove a needless quote mark
Nick Mathewson
2020-06-30
addr: Document better is_local_addr_to_resolve_addr()
David Goulet
2020-06-30
addr: Don't guess our address if no Address lines are valid
David Goulet
2020-06-30
addr: Continue trying all Address options on resolve failure
David Goulet
2020-06-30
addr: Only attempt Address resolution on non parsable lines
David Goulet
2020-06-25
addr: Look at /48 for IPv6 in is_local_addr()
David Goulet
2020-06-24
addr: Rename resolved_addr_is_local()
David Goulet
2020-06-24
addr: Refactor find_my_address() to simplify it
David Goulet
2020-06-24
addr: Set out parameters to NULL in resolve_addr.c
David Goulet
2020-06-24
addr: Safeguard last resolved address index access
David Goulet
2020-06-24
addr: Remove resolve_my_address_v4()
David Goulet
2020-06-24
addr: Refactor is_local_addr() to support IPv6
David Goulet
2020-06-24
addr: Refactor last resolved address cache accessors
David Goulet
2020-06-24
addr: Make resolve_my_address_v4() use find_my_address()
David Goulet
2020-06-24
addr: New find_my_address() to support multiple address families
David Goulet
2020-06-23
addr: Rename last_resolved_addr to be v4 specific
David Goulet
2020-06-23
addr: Rename resolve_my_address to be v4 specific
David Goulet
2020-06-23
config: Change Address to be a LINELIST
David Goulet
2020-06-05
Merge remote-tracking branch 'tor-github/pr/1902/head'
Nick Mathewson
2020-06-01
config: Add IPv4 Address config debug logging
c
2020-05-21
Check for NULL from tor_dup_ip()
rl1987
2020-05-05
config: New file resolve_addr.{c|h}
David Goulet