index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-rtmock
/
src
/
task.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-rtcompat: Rename spawn_thread to spawn_blocking
Ian Jackson
2025-03-04
1
-7
/
+7
*
tor-rtcompat: Remove the TODO re #1835
Ian Jackson
2025-03-04
1
-3
/
+0
*
tor-rtcompat: Explain Sendness of reenter_block_on future
Ian Jackson
2025-03-04
1
-0
/
+1
*
tor-rtmocK; Detect wrong-context blocking_io and spawn_thread
Ian Jackson
2025-03-04
1
-0
/
+19
*
tor-rtmock: Split out spawn_thread_inner
Ian Jackson
2025-03-04
1
-5
/
+16
*
tor-rtmocK; Detect re-entry into MockExecutor
Ian Jackson
2025-03-04
1
-6
/
+29
*
tor-rtmock: task: Remove Default impl for ThreadDescriptor
Ian Jackson
2025-03-04
1
-3
/
+4
*
tor-rtmock: Split out executor_main_loop
Ian Jackson
2025-03-04
1
-3
/
+11
*
tor-rt*: Apply deferred formatting churn
Ian Jackson
2025-03-04
1
-2
/
+3
*
tor-rtcompat: Provide a new function for executor re-entry
Ian Jackson
2025-03-04
1
-0
/
+8
*
tor-rtcompat: New plan for blocking interaction, Blocking trait
Ian Jackson
2025-03-04
1
-10
/
+10
*
tor-rtcompat: Rename BlockOn to ToplevelBlockOn
Ian Jackson
2025-03-04
1
-5
/
+7
*
tor-rtmock: Correct a comment
Ian Jackson
2025-03-04
1
-1
/
+1
*
tor-rtmock: Avoid confusing "concurrently" word
Ian Jackson
2025-02-25
1
-2
/
+2
*
tor-rtmock: Explain Subthreads and compare them with bare threads
Ian Jackson
2025-02-25
1
-0
/
+31
*
tor-rtmock: Capitalise Subthread and link to the definition
Ian Jackson
2025-02-25
1
-25
/
+29
*
tor-rtmock: Fix a typo
Ian Jackson
2025-02-25
1
-1
/
+1
*
tor-rtmock: Move imprecations to more prominent location
Ian Jackson
2025-02-25
1
-11
/
+9
*
tor-rtmock: subthread facility
Ian Jackson
2025-02-13
1
-7
/
+381
*
tor-rtmock: subthread facility (pre-fmt)
Ian Jackson
2025-02-13
1
-2
/
+10
*
tor-rtmock: Replace open-coded Debug impl with Derive
Ian Jackson
2025-02-13
1
-34
/
+27
*
tor-rtmock tests: Improve various_mock_executors
Ian Jackson
2025-02-13
1
-0
/
+1
*
tor-rtmock tests: Break out various_mock_executors
Ian Jackson
2025-02-13
1
-5
/
+10
*
tor-rtmock: Break out Task::set_awake
Ian Jackson
2025-02-13
1
-7
/
+19
*
tor-rtmock: task: Rename MockExecutor Arc<Shared> field to shared
Ian Jackson
2025-02-13
1
-17
/
+17
*
tor-rtmock: task: Replace ArcMutexData with Arc<Shared>
Ian Jackson
2025-02-13
1
-12
/
+20
*
tor-rtmock: Correct a comment
Ian Jackson
2025-02-13
1
-1
/
+1
*
fix: fix typos
Dimitris Apostolou
2025-01-30
1
-1
/
+1
*
tor-rtmock: drop_reentrancy test: Run under miri too
Ian Jackson
2025-01-15
1
-8
/
+14
*
tor-rtmock: Explicitly manage the lifetime of the future
Ian Jackson
2025-01-15
1
-0
/
+7
*
tor-rtmock: Add a test case for Future drop entrancy
Ian Jackson
2025-01-15
1
-0
/
+34
*
tor-rtmock: Avoid misleading task dumps by careful drop sequencing
Ian Jackson
2025-01-15
1
-9
/
+34
*
tor-rtmock: Add some more tracing / debug output
Ian Jackson
2025-01-15
1
-1
/
+9
*
tor-rtmock: Explain a difficulty with test trace output
Ian Jackson
2025-01-15
1
-0
/
+5
*
tor-rtcompat: Use GAT instead of RPIT in SpawnBlocking trait.
Wesley Aptekar-Cassels
2025-01-07
1
-3
/
+6
*
tor-rtmock: Add task names for spawn_obj and spawn_blocking.
Wesley Aptekar-Cassels
2025-01-07
1
-2
/
+2
*
tor-rtcompat: Add spawn_blocking to Runtime trait.
Wesley Aptekar-Cassels
2025-01-07
1
-1
/
+37
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-2
/
+2
*
Convert a few crates to slotmap-careful
Neel Chauhan
2024-10-17
1
-3
/
+3
*
tor-rtmock: Add some commentary about SleepLocation
Ian Jackson
2024-10-08
1
-0
/
+6
*
tor-rtmock: Fix a memory leak
Ian Jackson
2024-10-08
1
-6
/
+20
*
tor-rtmock: Provide a fake SleepProvider for miri
Ian Jackson
2024-10-08
1
-0
/
+16
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+2
*
Match previous backtrace formatting
Robin Leander Schröder
2024-08-08
1
-1
/
+1
*
Use std::backtrace instead of backtrace crate
Robin Leander Schröder
2024-08-01
1
-33
/
+8
*
Suppress a spurious dead code lint
Ian Jackson
2024-04-25
1
-0
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
tor-rtmock: get rid of unwrap()
Saksham Mittal
2023-11-21
1
-1
/
+1
*
tor-rtmock: handle Receiver result inside spawn_join()
Saksham Mittal
2023-11-21
1
-2
/
+2
*
tor-rtmock: use expect() instead
Saksham Mittal
2023-11-21
1
-1
/
+2
[next]