summaryrefslogtreecommitdiff
path: root/crates/tor-dirauth/src/consensus
Commit message (Collapse)AuthorAgeFilesLines
* Move supported consensus methods iteration to tor-dirauth from arti-dirauthIan Jackson2026-07-231-0/+18
| | | | Now we provide SupportedConsensusMethod::iter_all().
* tor-dirauth: Add comment about partially private rejectsIan Jackson2026-07-211-0/+3
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4212#note_3436989
* tor-dirauth: Add comment about port 0Ian Jackson2026-07-211-0/+2
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4212#note_3436987
* tor-dirauth: Fix comment typoIan Jackson2026-07-211-1/+1
|
* tor-dirauth: Fix doc urlIan Jackson2026-07-211-1/+1
|
* tor-dirauth: Test approximate port summary algorithmIan Jackson2026-07-211-0/+143
|
* tor-dirauth: Implement approximate port summary algorithmIan Jackson2026-07-211-0/+360
|
* tor-dirauth: Provide SupportedConsensusMethod::MAX for testingIan Jackson2026-07-211-0/+7
|
* tor-dirauth: Move supported_well_formed test case to consensus.rsIan Jackson2026-07-151-10/+0
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4200#note_3433115
* tor-dirauth: Replace map_ranges with local import and value wrappingIan Jackson2026-07-151-14/+0
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4200#note_3433105 Suggested-by: Jim Newsome <[email protected]>
* tor-dirauth: Introduce SupportedConsensusMethod newtypeIan Jackson2026-07-151-0/+106