| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-basic-utils: RangeBoundsExt: shorten blanket impl | Ian Jackson | 2026-07-16 | 1 | -6/+1 |
| | | |||||
| * | tor-basic-utils: RangeBoundsExt: make method a provided method | Ian Jackson | 2026-07-16 | 1 | -11/+7 |
| | | |||||
| * | tor-basic-utils: RangeBoundsExt: prepare to make method provided | Ian Jackson | 2026-07-16 | 1 | -1/+1 |
| | | |||||
| * | maint: Run maint/add_warning to deny string slices | Clara Engler | 2026-06-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit. | ||||
| * | tor-cert-x509: Port to web-time-compat. | Nick Mathewson | 2026-03-26 | 1 | -2/+2 |
| | | |||||
| * | 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]> | |||||
