summaryrefslogtreecommitdiff
path: root/crates/tor-dirserver
Commit message (Expand)AuthorAgeFilesLines
* Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-9/+9
* tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`Ian Jackson2026-07-231-1/+1
* Merge branch 'edition' into 'main'Jim Newsome2026-07-226-46/+53
|\
| * Much formatting churn for 2024 editionIan Jackson2026-07-225-45/+52
| * Bump edition of tor-dirserver and tor-dirauthIan Jackson2026-07-221-1/+1
* | dirserver: Add a TODO about reworking the DirMirror listener typeGabriela Moldovan2026-07-221-0/+7
* | dirserver: Return a dummy response from DirMirror::serve()Gabriela Moldovan2026-07-221-2/+28
|/
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-1/+1
* Merge branch 'remove-lint' into 'main'Jim Newsome2026-07-152-3/+1
|\
| * Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-2/+0
| * add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
| * Removed unnecessary lintpryty262026-07-151-1/+1
* | tor-dirserver: Use "plain" consensus terminology rather than "ns" (fmt)Ian Jackson2026-07-151-1/+4
* | tor-dirserver: Use "plain" consensus terminology rather than "ns"Ian Jackson2026-07-151-12/+12
* | tor-dirserver: Use real consensus types, not poc (fmt)Ian Jackson2026-07-151-4/+1
* | tor-dirserver: Use real consensus types, not pocIan Jackson2026-07-151-3/+2
|/
* Merge branch 'version-bumps'Nick Mathewson2026-06-301-10/+10
|\
| * Version bumps for 2.5.0Nick Mathewson2026-06-301-10/+10
* | Run "fixup-features".Nick Mathewson2026-06-301-0/+1
|/
* tor-dirserver: Change "categories" in Cargo.tomlIan Jackson2026-06-221-1/+1
* Bump MSRV to 1.91Clara Engler2026-06-151-1/+1
* tor-netdoc: authcert: use TimerangeBound for UnverifiedAuthCert::verify (fmt)Ian Jackson2026-06-101-8/+8
* tor-netdoc: authcert: use TimerangeBound for UnverifiedAuthCert::verifyIan Jackson2026-06-101-2/+5
* tor-dirserver: Promote tor-checkable depIan Jackson2026-06-101-1/+1
* everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-091-0/+2
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-095-0/+5
* dirserver,netdoc: Upgrade to the latest saturating-timeGabriela Moldovan2026-06-031-1/+1
* tor-netdoc: Rename NetdocUnverified trait to NetdocParseableUnverifiedIan Jackson2026-06-021-2/+2
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-8/+8
* Merge branch 'directory-signature-3' into 'main'Clara Engler2026-05-131-16/+2
|\
| * tor-netdoc: Apply deferred rustfmt churnIan Jackson2026-04-291-3/+1
| * tor-netdoc: Abolish poc's netstatus signature typeIan Jackson2026-04-291-14/+2
* | Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
* | release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-8/+8
* | tor-dirserver: Add tor-checkable as dev-dependencyClara Engler2026-04-281-0/+1
* | tor-dirserver: Fix for missing_extra_infos() for NULLClara Engler2026-04-281-0/+1
* | tor-dirserver: Make fingerprint optional in router_descriptorClara Engler2026-04-281-2/+2
|/
* tor-dirserver: Make use of only one descriptor hash in missing selectionClara Engler2026-04-271-0/+2
* tor-dirserver: Store precisely one descriptor hash in schemaClara Engler2026-04-273-24/+16
* dirserver: Skip warnings re SaturatingTime::saturating_duration_sinceNick Mathewson2026-04-211-0/+2
* tor-netdoc: Rename `AuthCertUnverified::verify_self_signed`Ian Jackson2026-03-311-1/+1
* Update to rusqlite 0.39.xIan Jackson2026-03-311-2/+2
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-8/+8
* Bump versions: minor, with dependenciesIan Jackson2026-03-301-1/+1
* Merge branch 'weak_table_explicit_hasher' into 'main'David Goulet2026-03-241-0/+5
|\
| * Force use of standard hasher with weak_tables.Nick Mathewson2026-03-241-0/+5
* | Fix typosTobias Stoeckmann2026-03-247-23/+23
|/
* tor-dirserver: Avoid using NetdocParseable for consensusesIan Jackson2026-03-191-4/+8
* tor-dirserver: Avoid using NetdocParseable for consensuses (prep)Ian Jackson2026-03-191-4/+10
* tor-netdoc: parse2: Introduce SignatureData structIan Jackson2026-03-191-2/+2