| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | arti-client: Fix typo | Mynacol | 2025-11-27 | 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 | ||||
| * | all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt` | Steven Engler | 2025-11-04 | 1 | -2/+2 |
| | | |||||
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | Rename recommended_protocols to protocol_statuses. | Nick Mathewson | 2025-04-16 | 1 | -3/+3 |
| | | | | | | This name reflects its purpose better than the original one, since it includes required protocols as well as recommended ones. | ||||
| * | arti-client: Document spec of checking date on cached protos | Nick Mathewson | 2025-04-16 | 1 | -3/+6 |
| | | | | | | Also move the comment outside the block it documents, to prevent a too-long line. | ||||
| * | arti-client: Small test for evaluating protocol status. | Nick Mathewson | 2025-04-16 | 1 | -0/+69 |
| | | |||||
| * | arti,arti-client: Add an option to override required protocols | Nick Mathewson | 2025-04-16 | 1 | -4/+28 |
| | | | | | | (This isn't a boolean, because we really don't want people ignoring all possible required protocols.) | ||||
| * | arti-client: Implement the basics of protocol enforcement. | Nick Mathewson | 2025-04-16 | 1 | -0/+219 |
| This is the major part of #1849. | |||||
