| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again. | ||||
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 1 | -0/+1 |
| | | |||||
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| | | |||||
| * | Resolve warnings about ambiguous/redundant doc links | Nick Mathewson | 2023-08-22 | 1 | -2/+2 |
| | | | | | | Nightly rustdoc now warns if you have a link that isn't necessary, and if you have a link that might refer to two different things. | ||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | tor-basic-utils: Add unbounded range (..) test. | Gabriela Moldovan | 2023-05-13 | 1 | -0/+31 |
| | | | | | Signed-off-by: Gabriela Moldovan <[email protected]> | ||||
| * | tor-basic-utils: Update combinatorial test to randomly choose an open or ↵ | Gabriela Moldovan | 2023-05-13 | 1 | -2/+12 |
| | | | | | | | closed bound. Signed-off-by: Gabriela Moldovan <[email protected]> | ||||
| * | tor-basic-utils: Add rangebounds test with time ranges. | Gabriela Moldovan | 2023-05-13 | 1 | -0/+35 |
| | | | | | Signed-off-by: Gabriela Moldovan <[email protected]> | ||||
| * | tor-basic-utils: Assert witness is not part of the intersection. | Gabriela Moldovan | 2023-05-13 | 1 | -0/+4 |
| | | | | | Signed-off-by: Gabriela Moldovan <[email protected]> | ||||
| * | tor-basic-utils: Log the ranges/intersection on assertion failure. | Gabriela Moldovan | 2023-05-13 | 1 | -1/+13 |
| | | | | | Signed-off-by: Gabriela Moldovan <[email protected]> | ||||
| * | tor-checkable: Implement RangeBounds for TimerangeBound. | Gabriela Moldovan | 2023-05-13 | 1 | -2/+2 |
| | | | | | | | | | By implementing `RangeBounds` for `TimerangeBound`, we get `RangeBoundsExt` for free. This will enable `parse_decrypt_validate` to easily compute the intersection of the `TimerangeBound`s its layers. Signed-off-by: Gabriela Moldovan <[email protected]> | ||||
| * | tor-basic-utils: Add a helper function to deduplicate test code. | Gabriela Moldovan | 2023-05-13 | 1 | -19/+29 |
| | | | | | Signed-off-by: Gabriela Moldovan <[email protected]> | ||||
| * | tor-basic-utils: Add RangeBoundsExt trait. | Gabriela Moldovan | 2023-05-13 | 1 | -0/+200 |
| Signed-off-by: Gabriela Moldovan <[email protected]> | |||||
