| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rtcompat, rtmock: Port to web-time-compat. | Nick Mathewson | 2026-03-26 | 1 | -2/+2 |
| | | |||||
| * | tor-rtmock: Fiddle with a comment format | Ian Jackson | 2025-03-06 | 1 | -2/+3 |
| | | | | | For some reason rustfmt wants to mess with this. Forestall it. | ||||
| * | tor-rtmock: Actually apply deprecated attr to deprecated time.rs | Ian Jackson | 2025-03-06 | 1 | -0/+11 |
| | | |||||
| * | tor-rtmock: miri: disable tests that use wallclock time | Ian Jackson | 2024-10-08 | 1 | -0/+2 |
| | | |||||
| * | extract tor_async_utils::oneshot into ::oneshot-fused-workaround | Jim Newsome | 2024-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Having this in the `tor-async-utils` crate prevents us from doing both of the following without introducing a circular dependency: * using it in `tor-rtmock` (which we currently do, particularly in tests). * using `tor-rtmock` to test things in `tor-async-utils`. We don't do this yet, but it is generally sensible to do so. In particular we want to move the `stream_peak` module there, which is currently tested with `tor-rtmock`. Moving this into its own crate avoids this circular dependency. | ||||
| * | oneshot: Apply deferred rustfmt churn | Ian Jackson | 2023-10-11 | 1 | -1/+1 |
| | | | | | cargo fmt, precisely. | ||||
| * | oneshot: Use veneer in tor-rtmock | Ian Jackson | 2023-10-11 | 1 | -1/+1 |
| | | |||||
| * | Use parse_rfc3339() in the tor-rtmock crate | Neel Chauhan | 2022-12-16 | 1 | -2/+2 |
| | | |||||
| * | Remove allow(clippy::disallowed_methods) lint. | Nick Mathewson | 2022-03-30 | 1 | -1/+0 |
| | | |||||
| * | use wallclock where possible in tests | trinity-1686a | 2022-02-26 | 1 | -0/+1 |
| | | |||||
| * | fix/silence clippy lints in test modules | Daniel Eades | 2021-09-08 | 1 | -7/+7 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+172 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
