| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-rtmock: MockRuntime: Work around borrowck in Rust 1.65 | Ian Jackson | 2023-09-18 | 1 | -0/+2 |
| | | |||||
| * | tor-rtmock: MockRuntime: Move deprecated advance to end of impl block | Ian Jackson | 2023-09-18 | 1 | -17/+17 |
| | | | | | This will change the ordering in the docs. | ||||
| * | tor-rtmock: MockRuntime: Add tests for advance_* | Ian Jackson | 2023-09-18 | 1 | -0/+177 |
| | | |||||
| * | tor-rtmock: MockRuntime: Provide advance_by() etc. and deprecate .advance() | Ian Jackson | 2023-09-18 | 1 | -1/+100 |
| | | | | | | | | | advance_by can be used in a more natural way, rather than having to manually advance the clock in chunks to avoid triggering only the first sleep. It can also detects some "timeout triggered precisely" edge case bugs. | ||||
| * | tor-rtmock: MockRuntime: Provide spawn_identified() wrapper | Ian Jackson | 2023-09-18 | 1 | -0/+13 |
| | | | | | We should encourage the use of this, rather than Spawn::spawn() | ||||
| * | tor-rtmock: Expose time_until_next_timeout on MockRuntime | Ian Jackson | 2023-08-23 | 1 | -0/+25 |
| | | |||||
| * | tor-rtmock: Use derive-adhoc for composite runtimes | Ian Jackson | 2023-07-07 | 1 | -8/+5 |
| | | |||||
| * | tor-rtmock: Use the same specified field for BlockOn and Spawn | Ian Jackson | 2023-07-06 | 1 | -2/+1 |
| | | | | | These are always the same and probably always will be. | ||||
| * | tor-rtmock: task: clarify progress_until_stalled a little | Ian Jackson | 2023-07-06 | 1 | -0/+2 |
| | | |||||
| * | tor-rtmock: Runtime: Expand on "allowed" documentation | Ian Jackson | 2023-07-06 | 1 | -3/+33 |
| | | |||||
| * | tor-rtmock: MockRuntime: provide test_with_various | Ian Jackson | 2023-07-06 | 1 | -0/+43 |
| | | | | | In both fallible and infallible variants, for convenience. | ||||
| * | tor-rtmock: MockExecutor: Configurable scheduling policy | Ian Jackson | 2023-07-06 | 1 | -1/+13 |
| | | |||||
| * | tor-rtmock: Provide MockRuntime | Ian Jackson | 2023-07-06 | 1 | -0/+129 |
