aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-rtmock: MockRuntime: Provide advance_by() etc. and deprecate .advance()Ian Jackson2023-09-181-0/+2
| | | | | | | | 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: task: Add API for printing dumps including backtracesIan Jackson2023-09-131-0/+1
|
* Remove semver.md now that 1.1.8 is out.Nick Mathewson2023-09-051-2/+0
|
* tor-rtmock: Relax Sync bound on spawned tasks in MockExecutorIan Jackson2023-08-231-0/+1
| | | | | Sync is actually otiose - and I'm about to have some test cases with futures that aren't Sync.
* tor-rtmock: Expose time_until_next_timeout on MockRuntimeIan Jackson2023-08-231-0/+1
|
* Remove semver.md files now that 1.1.7 is out.Nick Mathewson2023-08-011-3/+0
|
* tor-rtmock: Add semver.mdIan Jackson2023-07-061-0/+3