summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/dyn_time.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* smol: Implement smol in tor-rtcompatNiel Duysters2025-08-211-1/+1
* tor-proto: add optimization for `DynTimeProvider`Steven Engler2025-06-051-0/+27
* tor-rtmock: dyn_time tests: rustfmtIan Jackson2024-10-081-3/+1
* tor-rtmock: dyn_time tests: Check DropCount on type-mismatch pathIan Jackson2024-10-081-1/+7
* tor-rtmock: dyn_time tests: Make try_downcast_string return S, not implIan Jackson2024-10-081-3/+3
* tor-rtmock: dyn_time tests: Break out try_downcast_stringIan Jackson2024-10-081-8/+8
* tor-rtmock: dyn_time tests: Rename try_downcast_dc from chkIan Jackson2024-10-081-2/+2
* tor-rtcompat: dyn_time: Combine test cases into module (fmt)Ian Jackson2024-10-011-27/+28
* tor-rtcompat: dyn_time: Combine test cases into moduleIan Jackson2024-10-011-7/+24
* tor-rtcompat: Test case demonstrating downcast_value doesn't dropIan Jackson2024-10-011-0/+25
* tor-rtcompat: Comments about the implementation of downcast_valueIan Jackson2024-10-011-0/+18
* tor-rtcompat: Comments about tradeoffs in special casing PreferredRuntimeIan Jackson2024-10-011-1/+14
* tor-rtcompat: Introduce DynTimeProviderIan Jackson2024-09-261-0/+233