summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src/net.rs
Commit message (Expand)AuthorAgeFilesLines
* rtmock: Implement server support.Nick Mathewson2026-01-291-10/+44
* rtcompat: new server-related members on TlsProvider trait.Nick Mathewson2026-01-291-1/+6
* rtcompat: new own_certificate method on CertifiedConn traitNick Mathewson2026-01-291-0/+6
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* *: use std::io::Error::other in many placesNick Mathewson2025-05-151-4/+1
* tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle.Gabriela Moldovan2025-01-151-1/+1
* tor-rtmock: Implement StreamOps for MockTlsStream (fmt).Gabriela Moldovan2025-01-151-1/+3
* tor-rtmock: Implement StreamOps for MockTlsStream.Gabriela Moldovan2025-01-151-1/+14
* tor-rtmock: Provide and use an mpsc::channel wrapper in tor-rtmockIan Jackson2024-10-151-1/+2
* tor-rtmock: Simplify two cfgIan Jackson2024-10-081-1/+0
* tor-rtmock: miri: disable tests that use wallclock timeIan Jackson2024-10-081-0/+3
* rtcompat: remove async_trait from NetStreamListener.Nick Mathewson2024-09-241-1/+0
* Documentation updates for "NetStreamProvider" renameNick Mathewson2024-09-241-2/+3
* rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-241-7/+7
* rtcompat: Remove accept() from TcpListenerNick Mathewson2024-09-241-15/+7
* tls: Support export keying material (RFC 5705)David Goulet2024-06-181-0/+12
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* clippy: Use Result::cloned in several placesIan Jackson2024-01-311-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Add exceptions for some cases of diverging_sub_expressionNick Mathewson2023-07-101-0/+1
* tor-rtmock: Net: Make UDP sockets un-constructableIan Jackson2023-07-061-14/+15
* tor-rtmock: impl Default for MockNetProviderIan Jackson2023-07-061-0/+6
* tor-rtmock: impl Default for MockNetProvider (prep)Ian Jackson2023-07-061-3/+2
* tor-rtmock: net: "Provide" a UDP "implementation" which doesn't workIan Jackson2023-07-061-0/+44
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Improve documentation around Cargo features; make Runtime require Debugeta2022-05-111-0/+8
* rtmock: add the ability to make a connection time out.Nick Mathewson2022-04-021-6/+29
* Make test_with_all_runtimes cover _all_ the runtimes.Nick Mathewson2022-01-261-8/+10
* Make TlsConnector wrap TCP connections, not create its owneta2021-12-071-40/+25
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-2/+3
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+660