aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src/net_runtime.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-rtmock: Use derive-adhoc for composite runtimesIan Jackson2023-07-071-8/+4
* tor-rtmock: Use the same specified field for BlockOn and SpawnIan Jackson2023-07-061-2/+1
* tor-rtmock: net: "Provide" a UDP "implementation" which doesn't workIan Jackson2023-07-061-1/+0
* tor-rtmock: Introduce impl_runtime_preludeIan Jackson2023-07-061-8/+2
* tor-rtmock: Introduce impl_runtime! macroIan Jackson2023-07-061-56/+7
* Improve documentation around Cargo features; make Runtime require Debugeta2022-05-111-1/+1
* add udp to runtimetrinity-1686a2022-03-141-2/+13
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-261-2/+2
* Make TlsConnector wrap TCP connections, not create its owneta2021-12-071-3/+4
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+2
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+87