summaryrefslogtreecommitdiff
path: root/crates/tor-checkable/src/timed.rs
Commit message (Expand)AuthorAgeFilesLines
* TimerangeBound: Stop using std::ops::Bound.Wesley Aptekar-Cassels2024-11-251-5/+16
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-checkable: Use checked arithmeticTobias Stoeckmann2024-03-051-2/+14
* 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
* netdoc: Use the RangeBoundsExt impl of TimerangeBound.Gabriela Moldovan2023-05-131-71/+0
* tor-checkable: Implement RangeBounds for TimerangeBound.Gabriela Moldovan2023-05-131-4/+17
* tor-checkable: Add a way to compute the intersection of 2 RangeBounds.Gabriela Moldovan2023-05-131-0/+71
* hsclient: Build cached descriptor TimerangeBounds from descriptor lifetime.Gabriela Moldovan2023-05-131-7/+11
* TimerangeBound: Provide .as_ref() and .as_deref()Ian Jackson2023-04-031-1/+33
* TimerangeBound: derive Debug and Clone, and Eq/PartialEq in testsIan Jackson2023-04-031-0/+2
* Use humantime in tor-checkableSaksham Mittal2023-02-271-5/+8
* tor-checkable: Add dangerously_map() functions.Nick Mathewson2023-02-071-1/+31
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Merge branch 'test-lints' into 'main'eta2023-01-061-0/+9
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* | Tackling issue #663 (Use humantime in tests)coral2022-12-121-5/+7
|/
* tor-checkable: Make TimerangeBound::dangerously* non-experimentalIan Jackson2022-10-271-10/+0
* 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