Age | Commit message (Collapse) | Author |
|
New name is more accurate semantically.
Closes #33789
Signed-off-by: David Goulet <dgoulet@torproject.org>
|
|
This commit moves router_pick_published_address() and the related helper
functions into the new file.
The log_addr_has_changed() function has been made public in router.h so we can
use it in relay_resolve_addr.c.
This is a refactoring as part of Sponsor 55. Only code movement at this
commit.
Part of #33789
Signed-off-by: David Goulet <dgoulet@torproject.org>
|
|
Move the relay-only circuit building functions into a new file.
Part of 33633.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This saves about 1% for me on a binary compiled without relay mode.
Closes ticket 33366.
|
|
Fix dirauth and relay module include.am add_c_file.py
"control line not preceded by a blank line" errors.
Also remove a duplicate ADD_C_FILE: SOURCES in the relay module.
Obviously correct fixes to already-reviewed code.
|
|
Closes ticket 32137.
|