aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src/sleep_runtime.rs
Commit message (Expand)AuthorAgeFilesLines
* Add cognitive-complexity exceptions for clippy.Nick Mathewson2023-09-051-0/+1
* 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: Add a cross-reference from MockSleepRuntime::wait_forIan Jackson2023-07-061-0/+4
* 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-9/+4
* tor-rtmock: Introduce impl_runtime! macroIan Jackson2023-07-061-62/+7
* Improve documentation around Cargo features; make Runtime require Debugeta2022-05-111-1/+1
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-301-0/+1
|\
| * remove most usage of SystemTime::nowtrinity-1686a2022-02-251-0/+1
* | add udp to runtimetrinity-1686a2022-03-141-1/+10
|/
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-261-2/+2
* Make TlsConnector wrap TCP connections, not create its owneta2021-12-071-1/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-3/+3
* Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-041-5/+6
* Fix some clippy-nightly warnings.Nick Mathewson2021-10-261-3/+4
* Overhaul the way WaitFor and the MockSleepProvider worketa2021-10-261-39/+55
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+165