tor/src/feature/client
teor 11f283f561 config: Move server transport config into the relay module
This commit:
* creates feature/relay/transport_config.[ch],
* moves server transport config checks into them,
* exposes some code from src/app/config.c
  (we'll refactor it later in 29211), and
* adds thin wrappers to make the moved code compile.

No functional changes: the moved code is still enabled,
even if the relay module is disabled. (Some of the checks
are re-ordered, so the order of some warnings may change.)

Part of 32213.
2019-10-31 12:34:20 +10:00
..
addressmap.c Split all controller events code into a new control_events.c 2019-03-25 12:11:59 -04:00
addressmap.h doxygen: add @file declarations for src/feature/ 2019-10-26 12:05:28 -04:00
bridges.c Replace all remaining tor_mem_is_zero() with fast_mem_is_zero() 2019-04-30 14:49:05 -04:00
bridges.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
circpathbias.c Re-run "make autostyle" with improved annotate_ifdef_directives 2019-09-30 08:57:37 -04:00
circpathbias.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
dnsserv.c Re-run "make autostyle" with improved annotate_ifdef_directives 2019-09-30 08:57:37 -04:00
dnsserv.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
entrynodes.c Rename confparse.[ch] identifiers to confmgt.[ch] identifiers. 2019-10-26 10:09:03 -04:00
entrynodes.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
proxymode.c doxygen: add @file declarations for src/feature/ 2019-10-26 12:05:28 -04:00
proxymode.h Re-run make autostyle. 2019-10-22 09:40:31 -04:00
transports.c config: Move server transport config into the relay module 2019-10-31 12:34:20 +10:00
transports.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00