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
Commit message (
Expand
)
Author
Age
Files
Lines
*
AF_UNIX terminology: Rename two error structs
Ian Jackson
2025-03-24
1
-2
/
+2
*
tor-rtmock: Add since= to deprecateds (formatting)
Ian Jackson
2025-03-06
1
-1
/
+2
*
tor-rtmock: Add since= to deprecateds
Ian Jackson
2025-03-06
2
-2
/
+2
*
tor-rtmock: Actually apply deprecated attr to deprecated time.rs
Ian Jackson
2025-03-06
3
-5
/
+15
*
tor-rtcompat: Rename spawn_thread to spawn_blocking
Ian Jackson
2025-03-04
2
-9
/
+9
*
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
2
-4
/
+5
*
tor-rtcompat: Remove ToplevelBlockon from Runtime
Ian Jackson
2025-03-04
4
-3
/
+16
*
tor-rtcompat: Provide a new function for executor re-entry
Ian Jackson
2025-03-04
2
-0
/
+16
*
tor-rtcompat: New plan for blocking interaction, Blocking trait
Ian Jackson
2025-03-04
2
-15
/
+15
*
tor-rtcompat: Rename BlockOn to ToplevelBlockOn
Ian Jackson
2025-03-04
3
-8
/
+10
*
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-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle.
Gabriela Moldovan
2025-01-15
1
-1
/
+1
*
tor-rtmock: Implement StreamOps for MockTlsStream (fmt).
Gabriela Moldovan
2025-01-15
1
-1
/
+3
*
tor-rtmock: Implement StreamOps for MockTlsStream.
Gabriela Moldovan
2025-01-15
1
-1
/
+14
*
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
2
-4
/
+9
*
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
2
-2
/
+47
*
Merge branch 'mod-module-files' into 'main'
Nick Mathewson
2025-01-07
1
-0
/
+1
|
\
|
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
|
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-2
/
+2
|
/
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp (fmt).
Gabriela Moldovan
2024-12-10
1
-1
/
+4
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp.
Gabriela Moldovan
2024-12-10
1
-7
/
+3
[next]