summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src/time.rs
Commit message (Expand)AuthorAgeFilesLines
* rtcompat, rtmock: Port to web-time-compat.Nick Mathewson2026-03-261-6/+7
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-7/+3
* tor-rtmock: Add since= to deprecatedsIan Jackson2025-03-061-1/+1
* tor-rtmock: Actually apply deprecated attr to deprecated time.rsIan Jackson2025-03-061-5/+4
* tor-rtmock: miri: disable tests that use wallclock timeIan Jackson2024-10-081-1/+2
* Documentation updates for "NetStreamProvider" renameNick Mathewson2024-09-241-1/+1
* rtcompat: Remove accept() from TcpListenerNick Mathewson2024-09-241-2/+5
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+1
* tor-rtmock: Use MockTimeCore in time.rs too (fmt)Ian Jackson2024-03-251-6/+12
* tor-rtmock: Use MockTimeCore in time.rs tooIan Jackson2024-03-251-23/+18
* tor-rtmock: time_core: rename from coarse_timeIan Jackson2024-03-251-1/+1
* tor-rtmock: Rename coarsetime module to coarse_timeIan Jackson2024-03-251-1/+1
* tor-rtmock: impl CoarseTimeProvider for mocked time providersIan Jackson2024-03-251-1/+13
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-1/+1
* oneshot: Use veneer in tor-rtmockIan Jackson2023-10-111-1/+1
* tor-rtmock: MockSleepProvider docs: Move example (fmt)Ian Jackson2023-10-051-12/+12
* tor-rtmock: MockSleepProvider docs: Move exampleIan Jackson2023-10-051-0/+73
* tor-rtmock: MockSleepProvider docs: Move deprecation discussionIan Jackson2023-10-051-32/+38
* tor-rtmock: MockSleepProvider docs: Compare with SimpleMockTimeProviderIan Jackson2023-10-051-0/+22
* tor-rtmock: Add a deprecation warning to MockSleepProviderIan Jackson2023-10-031-0/+13
* Add cognitive-complexity exceptions for clippy.Nick Mathewson2023-09-051-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* tor-rtmock: impl Default for MockSleepProviderIan Jackson2023-07-061-0/+7
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Improve documentation around Cargo features; make Runtime require Debugeta2022-05-111-0/+8
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-2/+0
* use wallclock where possible in teststrinity-1686a2022-02-261-0/+2
* Make test_with_all_runtimes cover _all_ the runtimes.Nick Mathewson2022-01-261-2/+2
* Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-041-17/+22
* Fix some clippy-nightly warnings.Nick Mathewson2021-10-261-6/+8
* Overhaul the way WaitFor and the MockSleepProvider worketa2021-10-261-1/+200
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-9/+10
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+312