summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src
Commit message (Expand)AuthorAgeFilesLines
* tor-rtmock-simple-time-typos: Fix typosNiel Duysters2025-10-011-3/+3
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* tor-rtmock: MockTimeCore: fix docsIan Jackson2025-08-121-2/+2
* tor-rtmock: Slightly clean up CrateGetters macroIan Jackson2025-08-121-4/+5
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-077-21/+17
* Update code for Edition 2024Nick Mathewson2025-08-071-13/+21
* tor-rtcompat, tor-rtmock: Allow unused functions.Gabriela Moldovan2025-07-071-0/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-rtmock: Use subthread_spawn for spawn_blocking.Wesley Aptekar-Cassels2025-06-091-38/+6
* *: use std::io::Error::other in many placesNick Mathewson2025-05-152-11/+4
* rtmock: use Option::replace instead of mem::replaceNick Mathewson2025-05-151-8/+6
* tor-rtcompat: task tests: Allow a clippy lintIan Jackson2025-04-101-0/+1
* tor-rtcompat: task: Break out subthread_yieldIan Jackson2025-04-101-30/+36
* tor-rtcompat: task tests: Allow a clippy lintIan Jackson2025-04-101-0/+1
* tor-rtcompat: BlockOn: relax bounds on reenter_block_onIan Jackson2025-04-092-2/+2
* tor-rtmock: task: subthread_block_on_future; Yield a bit moreIan Jackson2025-04-091-2/+18
* tor-rtmock: task tests: New subhtread_pingpong testIan Jackson2025-04-091-1/+43
* tor-rtmock: task: Redo subthread_block_on_future; poll on the subthread (fmt)Ian Jackson2025-04-091-14/+3
* tor-rtmock: task: Redo subthread_block_on_future; poll on the subthreadIan Jackson2025-04-091-68/+62
* tor-rtmock: task: Minor refactoringIan Jackson2025-04-091-4/+6
* tor-rtmock: task: import Left and RightIan Jackson2025-04-091-3/+3
* tor-rtmock: task: impl Debug for TaskFutureInfoIan Jackson2025-04-091-1/+3
* tor-rtmock: task: Break out Waker::make_wakerIan Jackson2025-04-091-5/+10
* tor-rtmock: Improve a commentIan Jackson2025-04-091-1/+6
* tor-rtmock: Fix a commentIan Jackson2025-04-091-1/+1
* AF_UNIX terminology: Rename two error structsIan Jackson2025-03-241-2/+2
* tor-rtmock: Add since= to deprecateds (formatting)Ian Jackson2025-03-061-1/+2
* tor-rtmock: Add since= to deprecatedsIan Jackson2025-03-062-2/+2
* tor-rtmock: Actually apply deprecated attr to deprecated time.rsIan Jackson2025-03-063-5/+15
* tor-rtcompat: Rename spawn_thread to spawn_blockingIan Jackson2025-03-042-9/+9
* tor-rtcompat: Remove the TODO re #1835Ian Jackson2025-03-041-3/+0
* tor-rtcompat: Explain Sendness of reenter_block_on futureIan Jackson2025-03-041-0/+1
* tor-rtmocK; Detect wrong-context blocking_io and spawn_threadIan Jackson2025-03-041-0/+19
* tor-rtmock: Split out spawn_thread_innerIan Jackson2025-03-041-5/+16
* tor-rtmocK; Detect re-entry into MockExecutorIan Jackson2025-03-041-6/+29
* tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-3/+4
* tor-rtmock: Split out executor_main_loopIan Jackson2025-03-041-3/+11
* tor-rt*: Apply deferred formatting churnIan Jackson2025-03-042-4/+5
* tor-rtcompat: Remove ToplevelBlockon from RuntimeIan Jackson2025-03-044-3/+16
* tor-rtcompat: Provide a new function for executor re-entryIan Jackson2025-03-042-0/+16
* tor-rtcompat: New plan for blocking interaction, Blocking traitIan Jackson2025-03-042-15/+15
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-043-8/+10
* tor-rtmock: Correct a commentIan Jackson2025-03-041-1/+1
* tor-rtmock: Avoid confusing "concurrently" wordIan Jackson2025-02-251-2/+2
* tor-rtmock: Explain Subthreads and compare them with bare threadsIan Jackson2025-02-251-0/+31
* tor-rtmock: Capitalise Subthread and link to the definitionIan Jackson2025-02-251-25/+29
* tor-rtmock: Fix a typoIan Jackson2025-02-251-1/+1
* tor-rtmock: Move imprecations to more prominent locationIan Jackson2025-02-251-11/+9
* tor-rtmock: subthread facilityIan Jackson2025-02-131-7/+381
* tor-rtmock: subthread facility (pre-fmt)Ian Jackson2025-02-131-2/+10