| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | rtcompat, rtmock: Port to web-time-compat. | Nick Mathewson | 2026-03-26 | 1 | -1/+1 |
| | | |||||
| * | Fix word duplicate typos | Tobias Stoeckmann | 2026-03-15 | 1 | -1/+1 |
| | | |||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | smol: Implement smol in tor-rtcompat | Niel Duysters | 2025-08-21 | 1 | -1/+1 |
| | | |||||
| * | tor-proto: add optimization for `DynTimeProvider` | Steven Engler | 2025-06-05 | 1 | -0/+27 |
| | | |||||
| * | tor-rtmock: dyn_time tests: rustfmt | Ian Jackson | 2024-10-08 | 1 | -3/+1 |
| | | |||||
| * | tor-rtmock: dyn_time tests: Check DropCount on type-mismatch path | Ian Jackson | 2024-10-08 | 1 | -1/+7 |
| | | |||||
| * | tor-rtmock: dyn_time tests: Make try_downcast_string return S, not impl | Ian Jackson | 2024-10-08 | 1 | -3/+3 |
| | | | | | | This will make it possible to use on a DropCounter and get a DropCounter back. | ||||
| * | tor-rtmock: dyn_time tests: Break out try_downcast_string | Ian Jackson | 2024-10-08 | 1 | -8/+8 |
| | | |||||
| * | tor-rtmock: dyn_time tests: Rename try_downcast_dc from chk | Ian Jackson | 2024-10-08 | 1 | -2/+2 |
| | | | | | This will be clearer | ||||
| * | tor-rtcompat: dyn_time: Combine test cases into module (fmt) | Ian Jackson | 2024-10-01 | 1 | -27/+28 |
| | | |||||
| * | tor-rtcompat: dyn_time: Combine test cases into module | Ian Jackson | 2024-10-01 | 1 | -7/+24 |
| | | |||||
| * | tor-rtcompat: Test case demonstrating downcast_value doesn't drop | Ian Jackson | 2024-10-01 | 1 | -0/+25 |
| | | | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2460#note_3085583 | ||||
| * | tor-rtcompat: Comments about the implementation of downcast_value | Ian Jackson | 2024-10-01 | 1 | -0/+18 |
| | | | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2460#note_3085582 | ||||
| * | tor-rtcompat: Comments about tradeoffs in special casing PreferredRuntime | Ian Jackson | 2024-10-01 | 1 | -1/+14 |
| | | | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2460#note_3085581 | ||||
| * | tor-rtcompat: Introduce DynTimeProvider | Ian Jackson | 2024-09-26 | 1 | -0/+233 |
| This will replace the internal ad-hoc DynCoarseTimeProvider in tor-memquota. We need this to be public because it's going to be shared by many of our protocol elements (eg ClientCirc, Channel, etc.) as they need to use it for their mq queues. | |||||
