summaryrefslogtreecommitdiff
path: root/crates/arti-testing/src
Commit message (Expand)AuthorAgeFilesLines
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Upgrade to clap 3: replace deprecated functionsGabriel de Perthuis2022-11-041-61/+74
* Upgrade to clap 3 with minimal changesGabriel de Perthuis2022-11-041-7/+5
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* tor-config: Replace dir detection with ConfigurationSource enumIan Jackson2022-08-251-2/+7
* 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-132-2/+5
* ConfigurationSource: Rename new to new_emptyIan Jackson2022-05-111-1/+1
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+0
* Directory filtering in arti-testing.Nick Mathewson2022-03-313-0/+213
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-211-1/+1
* add udp to runtimetrinity-1686a2022-03-141-0/+1
* arti-testing: Make Action implement CopyNick Mathewson2022-03-101-2/+2
* arti-testing: reverse two more attrs in attempt to fix min-versionsNick Mathewson2022-03-071-1/+1
* arti-testing: reverse two attrs in attempt to fix min-versionsNick Mathewson2022-03-071-1/+1
* arti-testing: todo comment cleanupNick Mathewson2022-03-071-8/+1
* arti-testing: support for conditional TCP failure.Nick Mathewson2022-03-073-9/+89
* arti-testing: add support for black-holing TCP connections.Nick Mathewson2022-03-073-7/+112
* arti-testing: CLI for making TCP connections break.Nick Mathewson2022-03-073-9/+146
* arti-testing: Initial support for broken TCP.Nick Mathewson2022-03-073-7/+97
* 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-035-0/+657