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
*
rtcompat, rtmock: Port to web-time-compat.
Nick Mathewson
2026-03-26
5
-13
/
+14
*
Fix typos
Tobias Stoeckmann
2026-03-24
1
-1
/
+1
*
rtmock, chanmgr: Allow use of deprecated try_next() in tests
Gabriela Moldovan
2026-03-03
1
-0
/
+3
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
rtcompat: Return certificates as Cow.
Nick Mathewson
2026-02-02
1
-4
/
+5
*
rtmock: Implement server support.
Nick Mathewson
2026-01-29
1
-10
/
+44
*
rtcompat: new server-related members on TlsProvider trait.
Nick Mathewson
2026-01-29
2
-1
/
+16
*
rtcompat: new own_certificate method on CertifiedConn trait
Nick Mathewson
2026-01-29
1
-0
/
+6
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
7
-7
/
+7
*
tor-rtmock-simple-time-typos: Fix typos
Niel Duysters
2025-10-01
1
-3
/
+3
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
tor-rtmock: MockTimeCore: fix docs
Ian Jackson
2025-08-12
1
-2
/
+2
*
tor-rtmock: Slightly clean up CrateGetters macro
Ian Jackson
2025-08-12
1
-4
/
+5
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
7
-21
/
+17
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-13
/
+21
*
tor-rtcompat, tor-rtmock: Allow unused functions.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-rtmock: Use subthread_spawn for spawn_blocking.
Wesley Aptekar-Cassels
2025-06-09
1
-38
/
+6
*
*: use std::io::Error::other in many places
Nick Mathewson
2025-05-15
2
-11
/
+4
*
rtmock: use Option::replace instead of mem::replace
Nick Mathewson
2025-05-15
1
-8
/
+6
*
tor-rtcompat: task tests: Allow a clippy lint
Ian Jackson
2025-04-10
1
-0
/
+1
*
tor-rtcompat: task: Break out subthread_yield
Ian Jackson
2025-04-10
1
-30
/
+36
*
tor-rtcompat: task tests: Allow a clippy lint
Ian Jackson
2025-04-10
1
-0
/
+1
*
tor-rtcompat: BlockOn: relax bounds on reenter_block_on
Ian Jackson
2025-04-09
2
-2
/
+2
*
tor-rtmock: task: subthread_block_on_future; Yield a bit more
Ian Jackson
2025-04-09
1
-2
/
+18
*
tor-rtmock: task tests: New subhtread_pingpong test
Ian Jackson
2025-04-09
1
-1
/
+43
*
tor-rtmock: task: Redo subthread_block_on_future; poll on the subthread (fmt)
Ian Jackson
2025-04-09
1
-14
/
+3
*
tor-rtmock: task: Redo subthread_block_on_future; poll on the subthread
Ian Jackson
2025-04-09
1
-68
/
+62
*
tor-rtmock: task: Minor refactoring
Ian Jackson
2025-04-09
1
-4
/
+6
*
tor-rtmock: task: import Left and Right
Ian Jackson
2025-04-09
1
-3
/
+3
*
tor-rtmock: task: impl Debug for TaskFutureInfo
Ian Jackson
2025-04-09
1
-1
/
+3
*
tor-rtmock: task: Break out Waker::make_waker
Ian Jackson
2025-04-09
1
-5
/
+10
*
tor-rtmock: Improve a comment
Ian Jackson
2025-04-09
1
-1
/
+6
*
tor-rtmock: Fix a comment
Ian Jackson
2025-04-09
1
-1
/
+1
*
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
[next]