aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirauth
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'da-microdesc-calc' into 'main'"Clara Engler2026-08-047-603/+11
* 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-042-1/+87
* tor-dirauth: tests: Test microdescriptor calculation against live dataIan Jackson2026-08-043-0/+68
* tor-dirauth: Implement main microdescriptor calculation functionIan Jackson2026-08-045-4/+58
* tor-dirauth: Use TrackedConsensusMethod in summarise_policy_v4_approximateIan Jackson2026-08-041-3/+7
* tor-dirauth: Introduce new TrackedConsensusMethod typeIan Jackson2026-08-044-3/+278
* tor-dirauth: Rework tor-netdoc dependencyIan Jackson2026-08-041-1/+2
* maint: remove semver.md filesSteven Engler2026-08-031-1/+0
* Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-3/+3
* maint: ran 'cargo sort' in arti-dirauth and tor-dirauthSteven Engler2026-08-031-4/+4
* maint: ran fixup-featuresSteven Engler2026-08-031-1/+1
* Merge branch 'testdata-export' into 'main'Ian Jackson2026-07-271-1/+1
|\
| * Require derive-deftly 1.11.4Ian Jackson2026-07-231-1/+1
* | Move supported consensus methods iteration to tor-dirauth from arti-dirauthIan Jackson2026-07-234-0/+35
|/
* Much formatting churn for 2024 editionIan Jackson2026-07-221-1/+1
* Bump edition of tor-dirserver and tor-dirauthIan Jackson2026-07-221-1/+1
* 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-213-0/+368
* tor-dirauth: Add dependencies needed for IP summariesIan Jackson2026-07-211-0/+5
* tor-dirauth: Provide SupportedConsensusMethod::MAX for testingIan Jackson2026-07-211-0/+7
* tor-dirauth: Warn on possibly-panicking arithmeticIan Jackson2026-07-211-1/+2
* Merge branch 'remove-lint' into 'main'Jim Newsome2026-07-151-1/+1
|\
| * add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
| * Removed unnecessary lintpryty262026-07-151-1/+1
* | tor-dirauth: Move supported_well_formed test case to consensus.rsIan Jackson2026-07-152-10/+29
* | tor-dirauth: Add spec link to consensus methods listIan Jackson2026-07-151-0/+6
* | tor-dirauth: Replace map_ranges with local import and value wrappingIan Jackson2026-07-152-20/+9
* | tor-dirauth: Introduce SupportedConsensusMethod newtypeIan Jackson2026-07-156-0/+140
|/
* Version bumps for 2.5.0Nick Mathewson2026-06-301-2/+2
* tor-dirauth: Correct authors (fmt)Ian Jackson2026-06-221-1/+5
* tor-dirauth: Update MSRVIan Jackson2026-06-221-1/+1
* tor-dirauth: Correct authorsIan Jackson2026-06-221-1/+1
* tor-dirauth: New crate, emptyIan Jackson2026-06-223-0/+95