| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add unseparated_literal_suffix lint, and fix it. | Nick Mathewson | 2021-05-03 | 1 | -2/+2 |
| | | |||||
| * | Document private members in most crates | Nick Mathewson | 2020-09-24 | 1 | -0/+10 |
| | | |||||
| * | Tests for Timerangebound. | Nick Mathewson | 2020-09-22 | 1 | -0/+76 |
| | | |||||
| * | TimerangeBound: add functions to extend the tolerances | Nick Mathewson | 2020-09-08 | 1 | -0/+13 |
| | | | | | | (This seems much cleaner than baking extra tolerances into the "true" validity intervals") | ||||
| * | Refactor timerangebound to unwrap bounds earlier. | Nick Mathewson | 2020-09-08 | 1 | -37/+31 |
| | | | | | This will make them easier to adjust | ||||
| * | New module with traits for time-bound and signed objects | Nick Mathewson | 2020-09-01 | 1 | -0/+88 |
| Too often I've been writing code that defers timeliness checking to an is_valid_at() method [which you'd better call or else whoops] and which does signature checking while parsing [not great for performance]. Instead, let's make return types where you can't get at the interior object without first either checking the signatures/timeliness, or declaring that (dangerously) you don't care. | |||||
