summaryrefslogtreecommitdiff
path: root/crates/tor-checkable/src/timed.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-checkable: Make TimerangeBound::dangerously* non-experimentalIan Jackson2022-10-271-10/+0
| | | | | I want one of these for the bridge descriptor downloader, and they seem reasonable to me.
* checkable: additional unit tests for more APIs.Nick Mathewson2022-04-021-0/+28
|
* tor-checkable: add experimental api for exposing wrapped objects.Nick Mathewson2022-03-311-0/+35
|
* address clippy's latest lintDaniel Eades2021-12-201-0/+2
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+181
This will cause some pain for now, but now is really the best time to do this kind of thing.