aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirauth
AgeCommit message (Expand)Author
2020-02-12dirvote: Reorder required protocol liststeor
2020-02-12dirvote: Move required protos into private headerteor
2020-02-11Merge branch 'ticket33029_042_01' into ticket33029_043_03David Goulet
2020-02-10Use semicolons after HT_PROTOTYPE and HT_GENERATE.Nick Mathewson
2020-02-06circuitbuild: expect bug message that clang-format will generate.Nick Mathewson
2020-02-06Wrap columnar tables in "clang-format off/on"Nick Mathewson
2020-01-17Merge branch 'ticket32806'Nick Mathewson
2020-01-17Remove some dead checksNick Mathewson
2020-01-17fix a stray asterisk in a commentNick Mathewson
2020-01-16Merge branch 'ticket32695_squashed'Nick Mathewson
2020-01-16Remove routerstatus_format_entry() consensus_method argument as unusedNick Mathewson
2020-01-16Remove support for now-obsolete consensus methods before 28.Nick Mathewson
2020-01-16add_c_file: Fix "control line not preceded by a blank line"teor
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-09Turn authdir_mode_v3() into a non-inline functionNick 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
2019-12-20Code Style: Delete headers that are included twiceteor
2019-12-20Code Style: Delete PRIVATE defines that are never usedteor
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