| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Merge branch 'da-microdesc-calc' into 'main'" | Clara Engler | 2026-08-04 | 4 | -579/+6 |
| | | | | This reverts merge request !4264 | ||||
| * | tor-dirauth: tests: Unit test for microdescriptor calculation coalesce | Ian Jackson | 2026-08-04 | 1 | -0/+52 |
| | | |||||
| * | tor-dirauth: tests: Provide SupportedConsensusMethod::new_unchecked | Ian Jackson | 2026-08-04 | 1 | -0/+8 |
| | | |||||
| * | tor-dirauth: tests: Test error handling of all-supported-microdescs | Ian Jackson | 2026-08-04 | 1 | -1/+25 |
| | | |||||
| * | tor-dirauth: tests: Test computation of all microdescriptors | Ian Jackson | 2026-08-04 | 1 | -0/+20 |
| | | |||||
| * | tor-dirauth: Function for computing all supported microdescriptors | Ian Jackson | 2026-08-04 | 1 | -0/+85 |
| | | |||||
| * | tor-dirauth: tests: Test microdescriptor calculation against live data | Ian Jackson | 2026-08-04 | 1 | -0/+64 |
| | | |||||
| * | tor-dirauth: Implement main microdescriptor calculation function | Ian Jackson | 2026-08-04 | 2 | -3/+51 |
| | | | | | This is actually quite simple now. | ||||
| * | tor-dirauth: Use TrackedConsensusMethod in summarise_policy_v4_approximate | Ian Jackson | 2026-08-04 | 1 | -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: Introduce new TrackedConsensusMethod type | Ian Jackson | 2026-08-04 | 1 | -0/+268 |
| | | |||||
| * | Move supported consensus methods iteration to tor-dirauth from arti-dirauth | Ian Jackson | 2026-07-23 | 1 | -0/+18 |
| | | | | | Now we provide SupportedConsensusMethod::iter_all(). | ||||
| * | tor-dirauth: Add comment about partially private rejects | Ian Jackson | 2026-07-21 | 1 | -0/+3 |
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4212#note_3436989 | ||||
| * | tor-dirauth: Add comment about port 0 | Ian Jackson | 2026-07-21 | 1 | -0/+2 |
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4212#note_3436987 | ||||
| * | tor-dirauth: Fix comment typo | Ian Jackson | 2026-07-21 | 1 | -1/+1 |
| | | |||||
| * | tor-dirauth: Fix doc url | Ian Jackson | 2026-07-21 | 1 | -1/+1 |
| | | |||||
| * | tor-dirauth: Test approximate port summary algorithm | Ian Jackson | 2026-07-21 | 1 | -0/+143 |
| | | |||||
| * | tor-dirauth: Implement approximate port summary algorithm | Ian Jackson | 2026-07-21 | 1 | -0/+360 |
| | | |||||
| * | tor-dirauth: Provide SupportedConsensusMethod::MAX for testing | Ian Jackson | 2026-07-21 | 1 | -0/+7 |
| | | |||||
| * | tor-dirauth: Move supported_well_formed test case to consensus.rs | Ian Jackson | 2026-07-15 | 1 | -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 wrapping | Ian Jackson | 2026-07-15 | 1 | -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 newtype | Ian Jackson | 2026-07-15 | 1 | -0/+106 |
