summaryrefslogtreecommitdiff
path: root/crates/arti-testing/src/rt
Commit message (Expand)AuthorAgeFilesLines
* tor-rtcompat: Implement StreamOps for all the stream types.Gabriela Moldovan2024-12-102-2/+17
* 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
* 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
* 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: support for conditional TCP failure.Nick Mathewson2022-03-071-5/+70
* arti-testing: add support for black-holing TCP connections.Nick Mathewson2022-03-071-5/+110
* arti-testing: CLI for making TCP connections break.Nick Mathewson2022-03-071-5/+28
* arti-testing: Initial support for broken TCP.Nick Mathewson2022-03-071-0/+66
* arti-testing: Initial implementationNick Mathewson2022-03-031-0/+199