aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirauth/src/consensus/ip_summary.rs
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch 'da-microdesc-calc' into 'main'"Clara Engler2026-08-041-7/+6
| | | This reverts merge request !4264
* tor-dirauth: Implement main microdescriptor calculation functionIan Jackson2026-08-041-3/+0
| | | | This is actually quite simple now.
* tor-dirauth: Use TrackedConsensusMethod in summarise_policy_v4_approximateIan Jackson2026-08-041-3/+7
| | | | | It doesn't actually use the value, but its call site is going to have one of these, not a SupportedConsensusMethod.
* 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