summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/weight.rs
Commit message (Expand)AuthorAgeFilesLines
* RelayFlags: Use RelayFlag enum variant names everywhereIan Jackson2025-11-181-6/+6
* RelayFlags: Use the singular RelayFlag for naming individual flagsIan Jackson2025-11-181-7/+7
* tor-netdoc: Remove the RelayFlags type alias in netstatusIan Jackson2025-11-181-1/+2
* tor-netdoc: Rename RelayFlags elements for regularity vs specIan Jackson2025-11-181-2/+2
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-netdoc: Apply much rustfmt churnIan Jackson2025-08-261-1/+1
* tor-netdoc: Combine ConsensusRouterStatus and GenericRouterStatusIan Jackson2025-08-261-3/+3
* tor-netdoc: Remove generics from Consensus and its contentsIan Jackson2025-08-261-1/+1
* tor-netdoc: netstatus: Move everything variety-specificIan Jackson2025-08-261-2/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-13/+10
* hs: Prevent a client from using a `MiddleOnly` relay for onion servicesNeel Chauhan2025-05-201-5/+3
* netdir: fix warning about an opportunity to use saturating_subNick Mathewson2025-05-151-5/+1
* netdir: Add a note about using f64Nick Mathewson2025-03-251-0/+8
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-2/+2
* Use uXX::MAX in place of std::uXX::MAXNick Mathewson2024-04-221-3/+3
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* netdir: Explain why there is no HsRend WeightRule.Nick Mathewson2024-01-141-1/+5
* tor-netdir: Add TODO about WeightRole::HsRendIan Jackson2023-08-291-0/+1
* tor-netdir: Support for seleting HS intro pointsIan Jackson2023-08-291-0/+3
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Upgrade to bitflags 2.0Nick Mathewson2023-03-131-1/+2
* tor-netdir: Provide ConsensusRelays extension traitIan Jackson2023-02-011-3/+4
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+0
* use wallclock where possible in teststrinity-1686a2022-02-261-0/+1
* tor-netdir: Resolve an XXXX about type uglinessNick Mathewson2021-12-081-4/+5
* tor-netdir: Use bitflags for WeightKindNeel Chauhan2021-11-301-34/+49
* Merge remote-tracking branch 'origin/mr/71'Nick Mathewson2021-09-081-0/+1
|\
| * fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* | Add validation function to WeightSetNick Mathewson2021-09-081-1/+18
|/
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+625