summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr
Commit message (Expand)AuthorAgeFilesLines
...
* dirmgr: Rename circuit to tunnelDavid Goulet2025-08-051-3/+3
* Bump version of tor-basic-utilsIan Jackson2025-08-051-1/+1
* Version bumps for 1.4.6Ian Jackson2025-08-051-21/+21
* Bump rusqlite to 0.37Ian Jackson2025-08-041-1/+1
* config-path, dirmgr, general-addr: Remove unnecessary parentheses (fmt).Gabriela Moldovan2025-07-151-2/+1
* config-path, dirmgr, general-addr: Remove unnecessary parentheses.Gabriela Moldovan2025-07-151-1/+1
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-21/+21
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-3/+3
* tor-dirmgr, tor-guardmgr: Use std::slice::from_ref as suggested by clippy.Gabriela Moldovan2025-07-071-4/+4
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-dirmgr: Removed dependency on `once_cell`hashcatHitman2025-06-143-7/+9
* Bump rusqlite dependency to 0.36.0Nick Mathewson2025-06-101-1/+1
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-21/+21
* release: Bump crates non-arti/non-tor crates with functional changes.Alexander Hansen Færøy2025-06-051-1/+1
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-292-0/+7
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-1/+2
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-21/+21
* chore: Run fixup-features.Wesley Aptekar-Cassels2025-04-301-1/+1
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
* Rename recommended_protocols to protocol_statuses.Nick Mathewson2025-04-162-9/+9
* protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-1/+2
* dirmgr: Always apply changes before advancing consensus.Nick Mathewson2025-04-161-6/+6
* Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+2
* netdir: Add a recommended_protocols() to NetDirProviderNick Mathewson2025-04-161-0/+4
* dirmgr, netdir: Store protocol requirments as soon as they are validated.Nick Mathewson2025-04-164-5/+56
* dirmgr: Backend support for cacheing protocol status.Nick Mathewson2025-04-164-3/+139
* New functions to report supported subprotocolsNick Mathewson2025-04-162-0/+19
* fix `clippy::doc_overindented_list_items`Steven Engler2025-04-031-1/+1
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-20/+20
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-2/+2
* Upgrade strum dependency to 0.27.1.Gabriela Moldovan2025-03-271-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-182-6/+6
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-184-4/+4
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* netdoc: Make some parsing init functions fallible.Nick Mathewson2025-03-171-2/+7
* tor-rtmock: allow-Decorate every use of MockSleepProviderIan Jackson2025-03-061-0/+2
* tor-dirmgr: remove `dbg!`Steven Engler2025-03-051-1/+0
* sqlite: Handle vanished blobs during consensus loadingNick Mathewson2025-03-052-16/+39
* sqlite: add a method to tidy extdocs for vanished blobsNick Mathewson2025-03-051-1/+93
* sqlite.rs: Let read_blob signal whether it cleaned up.Nick Mathewson2025-03-051-8/+28
* sqlite: Extract body of latest_consensus into a new methodNick Mathewson2025-03-051-23/+33
* sqlite: Stop ignoring any errors.Nick Mathewson2025-03-051-3/+22
* sqlite: Add a comment about O(n) query.Nick Mathewson2025-03-051-0/+2
* sqlite.rs: Rustfmt.Nick Mathewson2025-03-051-86/+87
* sqlite.rs: Put SavedBlobHandle into its own moduleNick Mathewson2025-03-051-13/+30
* sqlite.rs: More comments about blob rollback.Nick Mathewson2025-03-051-1/+7
* sqlite.rs: Give SavedBlobHandle more methods.Nick Mathewson2025-03-051-24/+47
* sqlite.rs: add comments about consistencyNick Mathewson2025-03-051-2/+14