summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock
Commit message (Expand)AuthorAgeFilesLines
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-7/+7
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-1/+7
* *: 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
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-012-10/+7
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
* 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-092-68/+65
* 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
* Remove semver.md files post-release.Gabriela Moldovan2025-04-011-10/+0
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-7/+7
* Upgrade strum dependency to 0.27.1.Gabriela Moldovan2025-03-271-1/+1
* AF_UNIX terminology: Rename two error structsIan Jackson2025-03-241-2/+2
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* 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: Fiddle with a comment formatIan Jackson2025-03-061-2/+3
* tor-rtmock: Actually apply deprecated attr to deprecated time.rsIan Jackson2025-03-065-5/+36
* 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-042-0/+20
* 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-042-4/+5
* 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
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-7/+7
* Upgrade to derive_more 2Nick Mathewson2025-02-261-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