aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-testing/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* 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