aboutsummaryrefslogtreecommitdiff
path: root/src/feature
AgeCommit message (Expand)Author
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-14dirauth: Remove a HAVE_MODULE_DIRAUTH inside a functionteor
2019-11-07Merge branch 'config_subsys_v4'Nick Mathewson
2019-11-07Make all our struct names end with "_t".Nick Mathewson
2019-11-07Fix various doxygen comments in feature/hs.Nick Mathewson
2019-11-07Stop using "config_suite_offset=-1" to indicate "no config suite."Nick Mathewson
2019-11-07Use new configuration architecture for crypto optionsNick Mathewson
2019-11-07Macros for declaring configuration structs and variable-tablesNick Mathewson
2019-11-07relay: Stop failing on startup when the relay module is disabledteor
2019-11-06entrynodes.h: make a comment into doxygen.Nick Mathewson
2019-11-06hs_ident.c: make comments into doxygen.Nick Mathewson
2019-11-06hs_ident.h: make comments into doxygen.Nick Mathewson
2019-11-06Merge branch 'tor-github/pr/1491'David Goulet
2019-11-05hs-v2: Fix memory leak in error code pathDavid Goulet
2019-11-05Merge branch 'doxygen_libs'Nick Mathewson
2019-11-05Doxygen: add several missing links.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
2019-11-05config: Rename new global functions with a prefixteor
2019-11-04directory-level documentation for feature/*Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04Document our top-level directoriesNick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-11-04relay: Simplify relay/transport_configteor
2019-11-04relay: Disable server transport options when the module is disabledteor
2019-11-04relay: Simplify some relay_config codeteor
2019-11-04relay: Disable relay config when the module is disabledteor
2019-11-04relay: Make a transport_config function privateteor
2019-11-04dirauth: Refactor some code and teststeor
2019-10-31dos: Add HS DoS INTRO2 rejected stats in heartbeatDavid Goulet
2019-10-31dos: Account rejection in hs_dos_can_send_intro2David Goulet
2019-10-31config: Move warn_nonlocal_ext_orports() to relayteor
2019-10-31relay/config: Remove direct references to dirauth optionsteor
2019-10-31config: Move dirauth stats actions into the moduleteor
2019-10-31config: Move relay config actions into the relay moduleteor
2019-10-31config: Move server transport actions into the relay moduleteor
2019-10-31config: Move bw & other configs into the dirauth moduleteor
2019-10-31config: Move accounting/bandwidth config into the relay moduleteor
2019-10-31config: Move server transport 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
2019-10-31dirauth: Remove some outdated config commentsteor
2019-10-31dirauth: Refactor some config checksteor
2019-10-31dirauth: Disable dirauth config when the module is disabledteor
2019-10-31config: Move dirauth config into the dirauth moduleteor
2019-10-30hs-v2: Lookup intro failure cache when picking an intro from descriptorNeel Chauhan