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
/
feature
/
relay
/
relay_find_addr.c
Age
Commit message (
Expand
)
Author
2022-10-27
resolve a BUG() on relays at startup
Roger Dingledine
2022-02-22
Extend info argument updates for non-ntorv3 cases
Mike Perry
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2021-02-23
relay: Avoid a directory early fetch
David Goulet
2021-02-22
relay: Move log notice after suggested address lookup
David Goulet
2021-01-27
relay: Log if we can't find an address for configured ORPort
David Goulet
2021-01-27
relay: Skip address discovery if no ORPort is found
David Goulet
2021-01-14
relay: Don't BUG() if we can't find authority descriptor
David Goulet
2020-11-17
relay: Launch dummy circuit only when descriptor build fails
David Goulet
2020-07-21
relay: Add AddressDisableIPv6 torrc option
David Goulet
2020-07-20
relay: Use flags in relay_find_addr_to_publish()
David Goulet
2020-07-20
relay: Handle dir address suggestion with new interface
David Goulet
2020-07-20
relay: Remove router_pick_published_address()
David Goulet
2020-07-20
test: Move unit tests to new find address interface
David Goulet
2020-07-20
relay: Deciding to fetch from authority, use new find address API
David Goulet
2020-07-20
addr: New function to find address to publish
David Goulet
2020-07-10
addr: Remove a BUG() that can normally occur
David Goulet
2020-07-08
addr: Validate identity key when getting a suggestion
David Goulet
2020-07-07
addr: New function relay_address_new_suggestion()
David Goulet
2020-06-24
addr: Remove resolve_my_address_v4()
David Goulet
2020-06-24
addr: Refactor last resolved address cache accessors
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-05-05
relay: Rename relay_resolve_addr.{c|h} file
David Goulet