summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* tor-rtmock: Replace open-coded Debug impl with DeriveIan Jackson2025-02-131-34/+27
* tor-rtmock tests: Improve various_mock_executorsIan Jackson2025-02-131-0/+1
* tor-rtmock tests: Break out various_mock_executorsIan Jackson2025-02-131-5/+10
* tor-rtmock: Break out Task::set_awakeIan Jackson2025-02-131-7/+19
* tor-rtmock: task: Rename MockExecutor Arc<Shared> field to sharedIan Jackson2025-02-131-17/+17
* tor-rtmock: task: Replace ArcMutexData with Arc<Shared>Ian Jackson2025-02-131-12/+20
* tor-rtmock: Correct a commentIan Jackson2025-02-131-1/+1
* fix: fix typosDimitris Apostolou2025-01-301-1/+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: drop_reentrancy test: Run under miri tooIan Jackson2025-01-151-8/+14
* tor-rtmock: Explicitly manage the lifetime of the futureIan Jackson2025-01-151-0/+7
* tor-rtmock: Add a test case for Future drop entrancyIan Jackson2025-01-151-0/+34
* tor-rtmock: Avoid misleading task dumps by careful drop sequencingIan Jackson2025-01-151-9/+34
* tor-rtmock: Add some more tracing / debug outputIan Jackson2025-01-151-1/+9
* tor-rtmock: Explain a difficulty with test trace outputIan Jackson2025-01-151-0/+5
* tor-rtcompat: Use GAT instead of RPIT in SpawnBlocking trait.Wesley Aptekar-Cassels2025-01-072-4/+9
* tor-rtmock: Add task names for spawn_obj and spawn_blocking.Wesley Aptekar-Cassels2025-01-071-2/+2
* tor-rtcompat: Add spawn_blocking to Runtime trait.Wesley Aptekar-Cassels2025-01-072-2/+47
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-2/+2
|/
* tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp (fmt).Gabriela Moldovan2024-12-101-1/+4
* tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp.Gabriela Moldovan2024-12-101-7/+3