| Commit message (Expand) | Author | Age | Files | Lines |
| * | config-path, dirmgr, general-addr: Remove unnecessary parentheses (fmt). | Gabriela Moldovan | 2025-07-15 | 1 | -2/+1 |
| * | config-path, dirmgr, general-addr: Remove unnecessary parentheses. | Gabriela Moldovan | 2025-07-15 | 1 | -1/+1 |
| * | Bump all the unstable tor- and arti- crates to 0.32.0. | Gabriela Moldovan | 2025-07-07 | 1 | -21/+21 |
| * | Bump the versions of the non-{arti-,tor-} crates. | Gabriela Moldovan | 2025-07-07 | 1 | -3/+3 |
| * | tor-dirmgr, tor-guardmgr: Use std::slice::from_ref as suggested by clippy. | Gabriela Moldovan | 2025-07-07 | 1 | -4/+4 |
| * | Temporarily suppress mismatched_lifetime_syntaxes. | Gabriela Moldovan | 2025-07-07 | 1 | -0/+1 |
| * | tor-dirmgr: Removed dependency on `once_cell` | hashcatHitman | 2025-06-14 | 3 | -7/+9 |
| * | Bump rusqlite dependency to 0.36.0 | Nick Mathewson | 2025-06-10 | 1 | -1/+1 |
| * | release: Bump all tor-/arti- crates to 0.31.0. | Alexander Hansen Færøy | 2025-06-05 | 1 | -21/+21 |
| * | release: Bump crates non-arti/non-tor crates with functional changes. | Alexander Hansen Færøy | 2025-06-05 | 1 | -1/+1 |
| * | *: suppress cognitive_complexity warnings from nightly | Nick Mathewson | 2025-05-29 | 2 | -0/+7 |
| * | ./maint/cargo_sort: Run cargo-sort on the entire workspace. | Gabriela Moldovan | 2025-05-27 | 1 | -1/+2 |
| * | All crates: bump rust-version to 1.83. | Nick Mathewson | 2025-05-13 | 1 | -1/+1 |
| * | release: Bump all unstable tor/arti crates to 0.30.0 | Wesley Aptekar-Cassels | 2025-05-01 | 1 | -21/+21 |
| * | chore: Run fixup-features. | Wesley Aptekar-Cassels | 2025-04-30 | 1 | -1/+1 |
| * | Update rand requirement to 0.9.1 | Nick Mathewson | 2025-04-29 | 1 | -1/+1 |
| * | Run cargo update. | Wesley Aptekar-Cassels | 2025-04-29 | 1 | -1/+1 |
| * | Rename recommended_protocols to protocol_statuses. | Nick Mathewson | 2025-04-16 | 2 | -9/+9 |
| * | protover, *: Add documentation about what "supported" means. | Nick Mathewson | 2025-04-16 | 1 | -1/+2 |
| * | dirmgr: Always apply changes before advancing consensus. | Nick Mathewson | 2025-04-16 | 1 | -6/+6 |
| * | Add warnings about removing supported protocols. | Nick Mathewson | 2025-04-16 | 1 | -0/+2 |
| * | netdir: Add a recommended_protocols() to NetDirProvider | Nick Mathewson | 2025-04-16 | 1 | -0/+4 |
| * | dirmgr, netdir: Store protocol requirments as soon as they are validated. | Nick Mathewson | 2025-04-16 | 4 | -5/+56 |
| * | dirmgr: Backend support for cacheing protocol status. | Nick Mathewson | 2025-04-16 | 4 | -3/+139 |
| * | New functions to report supported subprotocols | Nick Mathewson | 2025-04-16 | 2 | -0/+19 |
| * | fix `clippy::doc_overindented_list_items` | Steven Engler | 2025-04-03 | 1 | -1/+1 |
| * | Bump all the unstable tor- and arti- crates to 0.29.0. | Gabriela Moldovan | 2025-03-31 | 1 | -20/+20 |
| * | Bump the versions of the non-{arti-,tor-} crates. | Gabriela Moldovan | 2025-03-31 | 1 | -2/+2 |
| * | Upgrade strum dependency to 0.27.1. | Gabriela Moldovan | 2025-03-27 | 1 | -1/+1 |
| * | squash! Upgrade rand dependency to 0.9. | Nick Mathewson | 2025-03-18 | 2 | -6/+6 |
| * | squash! Upgrade rand dependency to 0.9. | Nick Mathewson | 2025-03-18 | 4 | -4/+4 |
| * | Upgrade rand dependency to 0.9. | Nick Mathewson | 2025-03-18 | 1 | -1/+1 |
| * | netdoc: Make some parsing init functions fallible. | Nick Mathewson | 2025-03-17 | 1 | -2/+7 |
| * | tor-rtmock: allow-Decorate every use of MockSleepProvider | Ian Jackson | 2025-03-06 | 1 | -0/+2 |
| * | tor-dirmgr: remove `dbg!` | Steven Engler | 2025-03-05 | 1 | -1/+0 |
| * | sqlite: Handle vanished blobs during consensus loading | Nick Mathewson | 2025-03-05 | 2 | -16/+39 |
| * | sqlite: add a method to tidy extdocs for vanished blobs | Nick Mathewson | 2025-03-05 | 1 | -1/+93 |
| * | sqlite.rs: Let read_blob signal whether it cleaned up. | Nick Mathewson | 2025-03-05 | 1 | -8/+28 |
| * | sqlite: Extract body of latest_consensus into a new method | Nick Mathewson | 2025-03-05 | 1 | -23/+33 |
| * | sqlite: Stop ignoring any errors. | Nick Mathewson | 2025-03-05 | 1 | -3/+22 |
| * | sqlite: Add a comment about O(n) query. | Nick Mathewson | 2025-03-05 | 1 | -0/+2 |
| * | sqlite.rs: Rustfmt. | Nick Mathewson | 2025-03-05 | 1 | -86/+87 |
| * | sqlite.rs: Put SavedBlobHandle into its own module | Nick Mathewson | 2025-03-05 | 1 | -13/+30 |
| * | sqlite.rs: More comments about blob rollback. | Nick Mathewson | 2025-03-05 | 1 | -1/+7 |
| * | sqlite.rs: Give SavedBlobHandle more methods. | Nick Mathewson | 2025-03-05 | 1 | -24/+47 |
| * | sqlite.rs: add comments about consistency | Nick Mathewson | 2025-03-05 | 1 | -2/+14 |
| * | sqlite.rs: Add a note on blob consistency (or lack thereof) | Nick Mathewson | 2025-03-05 | 1 | -0/+77 |
| * | sqlite.rs: Rename dtype to digest_type to avoid further confusion. | Nick Mathewson | 2025-03-05 | 1 | -6/+6 |
| * | dirmgr: Propagate row-conversion failure from expire_all. | Nick Mathewson | 2025-03-05 | 1 | -5/+4 |
| * | dirmgr: When expiring a consensus, remove its blob. | Nick Mathewson | 2025-03-05 | 1 | -2/+68 |