summaryrefslogtreecommitdiff
path: root/crates/arti-testing/src/rt
Commit message (Expand)AuthorAgeFilesLines
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* 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
* 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