aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirauth/src/consensus
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'da-microdesc-calc' into 'main'"Clara Engler2026-08-044-579/+6
* tor-dirauth: tests: Unit test for microdescriptor calculation coalesceIan Jackson2026-08-041-0/+52
* tor-dirauth: tests: Provide SupportedConsensusMethod::new_uncheckedIan Jackson2026-08-041-0/+8
* tor-dirauth: tests: Test error handling of all-supported-microdescsIan Jackson2026-08-041-1/+25
* tor-dirauth: tests: Test computation of all microdescriptorsIan Jackson2026-08-041-0/+20
* tor-dirauth: Function for computing all supported microdescriptorsIan Jackson2026-08-041-0/+85
* tor-dirauth: tests: Test microdescriptor calculation against live dataIan Jackson2026-08-041-0/+64
* tor-dirauth: Implement main microdescriptor calculation functionIan Jackson2026-08-042-3/+51
* tor-dirauth: Use TrackedConsensusMethod in summarise_policy_v4_approximateIan Jackson2026-08-041-3/+7
* tor-dirauth: Introduce new TrackedConsensusMethod typeIan Jackson2026-08-041-0/+268
* Move supported consensus methods iteration to tor-dirauth from arti-dirauthIan Jackson2026-07-231-0/+18
* tor-dirauth: Add comment about partially private rejectsIan Jackson2026-07-211-0/+3
* tor-dirauth: Add comment about port 0Ian Jackson2026-07-211-0/+2
* 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
* tor-dirauth: Replace map_ranges with local import and value wrappingIan Jackson2026-07-151-14/+0
* tor-dirauth: Introduce SupportedConsensusMethod newtypeIan Jackson2026-07-151-0/+106