summaryrefslogtreecommitdiff
path: root/crates/arti-testing/src
Commit message (Expand)AuthorAgeFilesLines
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-3/+3
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-182-4/+4
* Always use full path to rand::thread_rng().Nick Mathewson2025-03-181-2/+1
* tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle (fmt).Gabriela Moldovan2025-01-151-1/+1
* tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle.Gabriela Moldovan2025-01-151-2/+2
* tor-rtcompat: Implement new_handle() using TcpSockFd (fmt).Gabriela Moldovan2025-01-151-1/+3
* tor-rtcompat: Implement new_handle() using TcpSockFd.Gabriela Moldovan2025-01-151-1/+8
* tor-rtcompat: Add the ability to get a StreamOps handle.Gabriela Moldovan2025-01-151-0/+4
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* tor-rtcompat: Implement StreamOps for all the stream types.Gabriela Moldovan2024-12-102-2/+17
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* TimerangeBound: Stop using std::ops::Bound.Wesley Aptekar-Cassels2024-11-251-6/+12
* rtcompat: remove async_trait from NetStreamListener.Nick Mathewson2024-09-242-2/+0
* Make Runtime require NetStreamProvider<unix::SocketAddr>Nick Mathewson2024-09-241-2/+2
* Documentation updates for "NetStreamProvider" renameNick Mathewson2024-09-242-4/+4
* rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-242-17/+17
* rtcompat: Remove accept() from TcpListenerNick Mathewson2024-09-242-19/+0
* 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