| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-guardmgr: Port to web_time_compat. | Nick Mathewson | 2026-03-26 | 1 | -5/+6 |
| | | |||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | Resolve clippy warnings from 1.83 | Nick Mathewson | 2025-05-13 | 1 | -1/+1 |
| | | | | | | Now that our MSRV is 1.83, clippy is happy to make more recommendations for us. | ||||
| * | 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 |
| | | |||||
| * | Use bool::then_some() as appropriate | Nick Mathewson | 2023-04-11 | 1 | -1/+1 |
| | | | | | | | Now that we require a version of Rust that allows `b.then_some(v)`, clippy complains about our use of `b.then(|| v)`. | ||||
| * | 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/+8 |
| | | | | | | This is precisely the result of running the rune in maint/adhoc-add-lint-blocks. | ||||
| * | GuardMgr: Spelling fixes and normalizations. | Nick Mathewson | 2022-11-08 | 1 | -3/+4 |
| | | |||||
| * | fix runtime issues on ios | trinity-1686a | 2022-07-30 | 1 | -4/+4 |
| | | |||||
| * | Fix grammar and typos | Samanta Navarro | 2022-04-27 | 1 | -1/+1 |
| | | |||||
| * | arti-client: Report clock skew when it is noteworthy | Nick Mathewson | 2022-04-12 | 1 | -0/+5 |
| | | | | | | (Also, blame clock skew when it is an explanation of why we cannot finish a connection.) | ||||
| * | circmgr: re-export clock skew estimates. | Nick Mathewson | 2022-04-12 | 1 | -0/+2 |
| | | |||||
| * | guardmgr: fix a unit test panic. | Nick Mathewson | 2022-04-11 | 1 | -1/+5 |
| | | | | | | | | Apparently on OSX you are not allowed to construct an Instant that is a long time before the time when the test is running. Also, fix the length of a year in this test. | ||||
| * | Add a couple of TODO items to clock-skew estimator. | Nick Mathewson | 2022-04-11 | 1 | -0/+7 |
| | | |||||
| * | Implement a better clock skew estimator. | Nick Mathewson | 2022-04-11 | 1 | -16/+306 |
| | | | | | | | | | This time, our estimator discards outliers, takes the mean of what's left, and uses the standard deviation to try to figure out how seriously to take our report of skew/not-skew. These estimates are still not actually used. | ||||
| * | Initial functions to determine and expose a clock skew estimate. | Nick Mathewson | 2022-04-07 | 1 | -1/+75 |
| | | | | | | (This is just a placeholder; I'm going to make the functions smarter in the next commit.) | ||||
| * | GuardMgr: record clock skew information. | Nick Mathewson | 2022-04-07 | 1 | -0/+15 |
| (It is not yet actually used.) | |||||
