aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/relay_config.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-12config: Do not compare for duplicate ORPorts with different addressesDavid Goulet
2021-01-19relay: Keep all ORPorts that are on different portsDavid Goulet
2020-11-17config: Really ignore non ORPorts when removing duplicatesDavid Goulet
2020-11-13port: Don't ignore ports of a different familyDavid Goulet
2020-08-14Revise trac.torproject.org urls to refer to gitlab replacements.Nick Mathewson
2020-07-30Handle ORPort auto when logging about removed orports.Nick Mathewson
2020-07-30Write unittest for #40065.George Kadianakis
2020-07-30Fix segfault and logic error in remove_duplicate_orports()Nick Mathewson
2020-07-21Rename check_server_ports to check_and_prune_server_portsDavid Goulet
2020-07-21relay: Remove possible ORPorts duplicate from parsed listDavid Goulet
2020-07-21relay: Automatically Enable an IPv6 ORPortDavid Goulet
2020-07-10Change connstats.c identifers to start with conn_statsNick Mathewson
2020-07-10Split bidi connection-stats code into a new C file.Nick Mathewson
2020-06-30Refactor reachability test logging: log exactly what we launch.Nick Mathewson
2020-06-23config: Change Address to be a LINELISTDavid Goulet
2020-04-09Merge remote-tracking branch 'tor-github/pr/1801/head'Nick Mathewson
2020-03-20relay/dirauth: Set some output arguments in stubsteor
2020-03-20relay: Move inform_testing_rechability() to relayteor
2020-03-12Merge branch 'ticket33361_035_01_squashed' into maint-0.4.3Nick Mathewson
2020-01-15Remove "hyphae" as a known value for BridgeDistribution.Alexander Færøy
2020-01-15Make BridgeDistribution setting validator case-insensitive.Alexander Færøy
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-05config: Wrap a long line in relay_config.cteor
2019-11-05config: Rename new global functions with a prefixteor
2019-11-04relay: Simplify some relay_config codeteor
2019-10-31config: Move warn_nonlocal_ext_orports() to relayteor
2019-10-31relay/config: Remove direct references to dirauth optionsteor
2019-10-31config: Move relay config actions into the relay moduleteor
2019-10-31config: Move accounting/bandwidth config into the relay moduleteor
2019-10-31config: Move relay config checks into the relay moduleteor
2019-10-31config: Move relay port parsing into the relay moduleteor