summaryrefslogtreecommitdiff
path: root/crates/arti-testing/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* all: run cargo fmtSteven Engler2025-11-041-1/+1
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* rtcompat: Add an extension trait for building modified RuntimesNick Mathewson2024-09-241-9/+2
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and implIan Jackson2024-03-251-0/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Convert blockers in arti-testing to TODOsIan Jackson2023-03-211-2/+2
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* lints: Make lint blocks consistentIan Jackson2022-05-311-1/+2
* lints: arti-testing: Move some allows outside the auto blockIan Jackson2022-05-311-2/+3
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Split TorClientConfig out of ArtiConfig, and Resolvable traitIan Jackson2022-05-241-3/+3
* arti-config abolition: Change references to use tor_configIan Jackson2022-05-131-1/+2
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+0
* Directory filtering in arti-testing.Nick Mathewson2022-03-311-0/+6
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-211-1/+1
* add udp to runtimetrinity-1686a2022-03-141-0/+1
* arti-testing: todo comment cleanupNick Mathewson2022-03-071-8/+1
* arti-testing: support for conditional TCP failure.Nick Mathewson2022-03-071-4/+6
* arti-testing: add support for black-holing TCP connections.Nick Mathewson2022-03-071-1/+1
* arti-testing: CLI for making TCP connections break.Nick Mathewson2022-03-071-3/+77
* arti-testing: Initial support for broken TCP.Nick Mathewson2022-03-071-7/+30
* fix reproducible build summary giving invalid branch and commit idtrinity-1686a2022-03-041-1/+1
* Allow println in arti-testing.Nick Mathewson2022-03-031-0/+2
* arti-testing: Initial implementationNick Mathewson2022-03-031-0/+247