summaryrefslogtreecommitdiff
path: root/src/feature/dirauth
AgeCommit message (Expand)Author
2019-12-19Move TestingDirVote{Exit,Guard,HSdir}{,IsStrict} to dirauth moduleNick Mathewson
2019-12-19Move TestingMin{Exit,Fast}FlagThreshold to dirauth module.Nick Mathewson
2019-12-19Move TestingDirAuthTimeToLearnReachability into dirauth module.Nick Mathewson
2019-12-19Move MinMeasuredBWsForAuthToIgnoreAdvertised to dirauth module.Nick Mathewson
2019-12-19Move ConsensusParams to dirauth module.Nick Mathewson
2019-12-19Move MinUptimeHidServDirectoryV2 to dirauth module.Nick Mathewson
2019-12-19Move AuthDirTestEd25519LinkKeys to the dirauth module.Nick Mathewson
2019-12-19Move AuthDirSharedRandomness to dirauth module.Nick Mathewson
2019-12-19Move AuthDirPinKeys to dirauth module.Nick Mathewson
2019-12-19Move AuthDirListBadExits to dirauth module.Nick Mathewson
2019-12-19Move AuthDirHasIPv6Connectivity into dirauth module.Nick Mathewson
2019-12-19Move BW-guarantee options in to dirauth module.Nick Mathewson
2019-12-19Dirauth options: move versioning options to dirauth moduleNick Mathewson
2019-12-19Declare relay/dirauth subsystem levels in a header.Nick Mathewson
2019-12-19Add config object for dirauth; move one option there.Nick Mathewson
2019-12-19Add "stub" files for disabled modules.Nick Mathewson
2019-12-04Merge branch 'ticket32609_squashed'Nick Mathewson
2019-12-04practracker: Add missing .may_include filesteor
2019-11-23process_descs.c: rename confusing identifiersNick Mathewson
2019-11-18Merge remote-tracking branch 'tor-github/pr/1517'teor
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-15Merge remote-tracking branch 'tor-github/pr/1533'teor
2019-11-14Avoid redundant typedef of or_options_t and smartlist_t in *_config.hNick Mathewson
2019-11-14relay: Disable relay_sys when the relay module is disabledteor
2019-11-14dirauth: Remove a HAVE_MODULE_DIRAUTH inside a functionteor
2019-11-07Make all our struct names end with "_t".Nick Mathewson
2019-11-07Stop using "config_suite_offset=-1" to indicate "no config suite."Nick Mathewson
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: 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-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-11-04dirauth: Refactor some code and teststeor
2019-10-31config: Move dirauth stats actions into the moduleteor
2019-10-31config: Move bw & other configs into the dirauth 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-28Merge branch 'tor-github/pr/1476'David Goulet
2019-10-26doxygen: add @file declarations for src/feature/Nick Mathewson
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
2019-10-24Make foo_validate() functions call config_validate().Nick Mathewson
2019-10-24Rename validate_fn{,_t} to start with "legacy_".Nick Mathewson
2019-10-24Use named-member syntax for initializing config_format_t objectsNick Mathewson