aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay
AgeCommit message (Expand)Author
2020-02-20Merge branch 'extract_routerkeys_squashed'Nick Mathewson
2020-02-20Move relay_handshake.[ch] into src/feature/relay, and make it optionalNick Mathewson
2020-02-20Disable routerkeys.c with --disable-relay-mode.Nick Mathewson
2020-02-20Move router_reset_reachability() into correct header, add a stubNick Mathewson
2020-02-20run "make autostyle"Nick Mathewson
2020-02-19Merge branch 'extract_relay_dns'Nick Mathewson
2020-02-19Merge branch 'extract_ext_orport'Nick Mathewson
2020-02-19Make dns_cancel_pending_resolve() STATIC.Nick Mathewson
2020-02-19Remove assert_all_pending_dns_resolves_ok().Nick Mathewson
2020-02-19dns.h: label functions that are only used inside feature/relayNick Mathewson
2020-02-19Note module-local functions in ext_orport.hNick Mathewson
2020-02-19Make connection_or_get_by_ext_or_id() testing-onlyNick Mathewson
2020-02-18Do not build selftest.c when running relay mode is disabled.Nick Mathewson
2020-02-18Make ext_orport.c relay-mode-only.Nick Mathewson
2020-02-18Move ext_orport identifier map into ext_orport.cNick Mathewson
2020-02-18Move some declarations into proto_ext_or.hNick Mathewson
2020-02-18Disable dns.c when relay mode is disabled.Nick Mathewson
2020-02-18Move DNS TTL manipulation code to src/core/orNick Mathewson
2020-02-18Replace identifiers related to clipping DNS ttls.Nick Mathewson
2020-01-20Merge branch 'tor-github/pr/1668'David Goulet
2020-01-15Don't escape the bridge distribution value.Alexander Færøy
2020-01-16add_c_file: Fix "control line not preceded by a blank line"teor
2020-01-15Remove "hyphae" as a known value for BridgeDistribution.Alexander Færøy
2020-01-15Lowercase BridgeDistribution value before adding it to the descriptor.Alexander Færøy
2020-01-15Make BridgeDistribution setting validator case-insensitive.Alexander Færøy
2020-01-15Always escape BridgeDistribution value from torrc in descriptors.Alexander Færøy
2020-01-13Split core/include.am into per-subdirectory include.am filesNick Mathewson
2020-01-09Merge branch 'ticket22029_attempt_squashed'Nick Mathewson
2020-01-09Allow ed25519 keys to be banned in approved-routersNeel Chauhan
2020-01-09Merge branch 'pre_formatter_cleanups_squashed'Nick Mathewson
2020-01-09Include ht.h in all headers that use HT_ENTRY()Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-08router: Improve port search function commentsteor
2019-12-20Code Style: Delete PRIVATE defines that are never usedteor
2019-12-19Declare relay/dirauth subsystem levels in a header.Nick Mathewson
2019-12-19Add "stub" files for disabled modules.Nick Mathewson
2019-12-04practracker: Add missing .may_include filesteor
2019-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-15Merge remote-tracking branch 'tor-github/pr/1535'teor
2019-11-14Avoid redundant typedef of or_options_t and smartlist_t in *_config.hNick Mathewson
2019-11-14Run "make autostyle"teor
2019-11-14relay: Disable relay_sys when the relay module is disabledteor
2019-11-14relay: Disable relay_periodic when the relay module is disabledteor
2019-11-07Use new configuration architecture for crypto optionsNick Mathewson
2019-11-07relay: Stop failing on startup when the relay module is disabledteor
2019-11-05Merge branch 'doxygen_libs'Nick Mathewson
2019-11-05Merge remote-tracking branch 'tor-github/pr/1477'teor
2019-11-05config: Run "make autostyle"teor
2019-11-05config: Wrap a long line in relay_config.cteor