summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/testnet.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-netdir: port to web-time-compat.Nick Mathewson2026-03-261-2/+2
* RelayFlags: Use RelayFlag enum variant names everywhereIan Jackson2025-11-181-10/+10
* RelayFlags: Use the singular RelayFlag for naming individual flagsIan Jackson2025-11-181-11/+11
* tor-netdoc: Remove the RelayFlags type alias in netstatusIan Jackson2025-11-181-2/+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-8/+3
* tor-netdoc: Remove generics from Consensus and its contentsIan Jackson2025-08-261-9/+9
* tor-netdoc: netstatus: Move everything variety-specificIan Jackson2025-08-261-10/+10
* tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs...Gabriela Moldovan2024-09-091-1/+6
* tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.Gabriela Moldovan2024-09-091-9/+9
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* netdir: flag every testnet relay as Fast and StableNick Mathewson2024-01-161-1/+5
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Add country codes to relays inside a NetDireta2023-07-131-0/+40
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Remove explicit allows for missing_panics_docs.Nick Mathewson2023-07-061-1/+0
* tor-netdir: Update tests to parse the descriptor, make test consensus lifetim...Gabriela Moldovan2023-05-031-8/+17
* tor-netdir: testnet: Make all non-guard non-exits be hsdirsIan Jackson2023-04-051-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* fix clippy::needless_borrowtrinity-1686a2022-09-101-1/+1
* tor-netdir: testnet: construct_custom_netdir_with_params: Fix docIan Jackson2022-08-171-1/+2
* tor-netdir, testnet: Provide construct_custom_netdir_with_paramsIan Jackson2022-08-161-2/+16
* tor-netdir: testnet: Make construct_netdir infallibleIan Jackson2022-06-131-2/+2
* 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: Split testnet errors into a new typeNick Mathewson2022-02-151-6/+9
* Merge remote-tracking branch 'origin/mr/151'Nick Mathewson2021-11-301-12/+0
|\
| * Remove unused tap_onion_key and tap_keyNeel Chauhan2021-11-281-12/+0
* | add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
|/
* tor_netdir::testnet: Correct a documentation error.Nick Mathewson2021-09-291-1/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+238