summaryrefslogtreecommitdiff
path: root/crates/tor-checkable/src/timed.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-checkable: Improve/fix a commentIan Jackson2026-07-231-1/+2
* tor-checkable: Fix punctuation in commentIan Jackson2026-07-231-1/+1
* tor-checkable: Fix a doc comment copypastaIan Jackson2026-07-231-1/+1
* tor-checkable: Fix two doc comments start/endIan Jackson2026-07-231-2/+2
* tor-checkable: TimeBound: Provide new build_intersect APIIan Jackson2026-07-231-0/+121
* clippy config: Forbid TimeRangeBound::if_valid_nowIan Jackson2026-07-231-4/+7
* tor-checkable: Rename `TimeBound::is_valid_at` to `check_valid_at`Ian Jackson2026-07-231-17/+17
* tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`Ian Jackson2026-07-231-7/+7
* tor-checkable: Deprecate `TimeBound::check_valid_at_opt`Ian Jackson2026-07-231-8/+11
* tor-checkable: TimeBound: Make wrapped type an associated typeIan Jackson2026-07-231-1/+3
* tor-checkable: TimeBound: Make dangerously_into_parts return TimeRange (fmt)Ian Jackson2026-07-231-3/+1
* tor-checkable: TimeBound: Make dangerously_into_parts return TimeRangeIan Jackson2026-07-231-4/+4
* tor-checkable: TimeBound: remove Error associated typeIan Jackson2026-07-231-4/+2
* tor-checkable: TimeBound: Add bounds accessorIan Jackson2026-07-231-12/+12
* tor-checkable: TimeRange: Provide intersect_bounds methodIan Jackson2026-07-231-0/+51
* tor-checkable: TimeRange: Provide a more complete APIIan Jackson2026-07-231-0/+57
* tor-checkable: Introduce TimeRange aliasIan Jackson2026-07-231-0/+8
* tor-checkable: TimeRangeBound: Rename extend_tolerance to extend_end_boundIan Jackson2026-07-231-4/+9
* tor-checkable: TimeRangeBound: Rename extend_pre_tolerance to extend_start_boundIan Jackson2026-07-231-3/+12
* tor-checkable: TimeRangeBound: Swap code order of two functionsIan Jackson2026-07-231-10/+10
* tor-checkable: TimeRangeBound: Rename bounds to bounds_start_endIan Jackson2026-07-231-2/+14
* tor-checkable: TimeRangeBound: document lack of well-formedness invariantIan Jackson2026-07-231-0/+3
* Apply deferred rustfmt churnIan Jackson2026-07-161-1/+1
* Use new TimeRangeBound name throughout the treeIan Jackson2026-07-161-29/+29
* tor-checkable: Rename TimerangeBound to TimeRangeBoundIan Jackson2026-07-161-5/+9
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-3/+3
* tor-checkable: TimerangeBound: test edge casesIan Jackson2026-06-101-0/+10
* tor-checkable: TimeRangebound: document inclusivityIan Jackson2026-06-101-1/+2
* tor-checkable: TimerangeBound: is_valid: Treat bounds as inclusive (fmt)Ian Jackson2026-06-101-2/+6
* tor-checkable: TimerangeBound: is_valid: Treat bounds as inclusiveIan Jackson2026-06-101-2/+2
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* tor-checkable: Port to web-time-compatNick Mathewson2026-03-261-8/+8
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* 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
|/