summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src/net.rs
Commit message (Expand)AuthorAgeFilesLines
* 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