aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-testing/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-111-0/+1
|\
| * Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* | rng ranges: Use gen_range_infallible() for Duration::ZERO..=TIan Jackson2023-07-101-2/+3
|/
* rng ranges: Use inclusive Duration ranges in several placesIan Jackson2023-07-071-1/+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
* arti-testing: remove some needless ::default()sNick Mathewson2023-05-111-4/+4
* Convert blockers in arti-testing to TODOsIan Jackson2023-03-211-2/+2
* 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