| 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 | ||||
| * | 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 |
| | | |||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | circmgr: Now that Action is public, clean it up a little. | Nick Mathewson | 2023-06-22 | 1 | -3/+2 |
| | | |||||
| * | circmgr: New API to expose estimate-based timeouts. | Nick Mathewson | 2023-06-22 | 1 | -1/+1 |
| | | | | | | This will help create good timeout values for various onion-service operations. | ||||
| * | Allow clippy::unchecked_duration_subtraction in tests | Nick Mathewson | 2023-01-27 | 1 | -0/+1 |
| | | | | | | This panics on error, and we're fine with a panic on misbehavior in tests. | ||||
| * | test lint blocks: Add many many automatically | Ian Jackson | 2022-12-12 | 1 | -0/+9 |
| | | | | | | This is precisely the result of running the rune in maint/adhoc-add-lint-blocks. | ||||
| * | Resolve an XXXX: timeout scaling _is_ documented | Nick Mathewson | 2021-12-08 | 1 | -1/+2 |
| | | |||||
| * | Use a panic-free function to multiply timeouts. | Nick Mathewson | 2021-12-06 | 1 | -1/+57 |
| | | | | | | | | | | Previously we used Duration::mul_f64, which panics if its output is out-of-range. That shouldn't actually be possible for the values we're giving it, but probably it's better to just multiply in a safe way. This resolves a couple of XXXXs and therefore relates to #231. | ||||
| * | Resolve roughly half of the XXXXs. | Nick Mathewson | 2021-12-06 | 1 | -1/+2 |
| | | | | | | | | | We want to only use TODO in the codebase for non-blockers, and open tickets for anything that is a bigger blocker than a TODO. These XXXXs seem like definite non-blockers to me. Part of arti#231. | ||||
| * | Remove #![allow(dead_code)] in timeouts.rs | Nick Mathewson | 2021-10-21 | 1 | -2/+2 |
| | | |||||
| * | Add a timeout estimator to take estimates from another process. | Nick Mathewson | 2021-10-20 | 1 | -0/+1 |
| | | |||||
| * | Allow type of timeout estimator to change at runtime. | Nick Mathewson | 2021-10-20 | 1 | -3/+16 |
| | | | | | | | This is a big change, but it does simplify the type of Builder a little, and isolates locking across different (potential) timeout estimator types. | ||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+162 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
