summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | tor-netdoc: Apply deferred rustfmt churnIan Jackson2026-04-294-37/+42
| * | | | | | | | | tor-netdoc: Turn DirectorySignatureHashAlgo back into a normal structIan Jackson2026-04-292-31/+12
| * | | | | | | | | tor-netdoc: re-privatise some methodsIan Jackson2026-04-291-6/+4
| * | | | | | | | | tor-netdoc: directory-signature: don't re-hash unnecessarilyIan Jackson2026-04-291-3/+4
| * | | | | | | | | tor-netdoc: Fix handling of explicit vs implicit dir sig SHA1 hashIan Jackson2026-04-291-6/+2
| * | | | | | | | | tor-netdoc: Fix signature of hash_slice_for_verificationIan Jackson2026-04-292-14/+10
| * | | | | | | | | tor-netdoc: Fix signature of hash_slice_for_verification (pre-fmt)Ian Jackson2026-04-291-1/+4
| * | | | | | | | | tor-netdoc: Abolish poc's netstatus signature typeIan Jackson2026-04-293-173/+19
| * | | | | | | | | tor-netdoc: Promote hash_slice_for_verification to prodIan Jackson2026-04-292-13/+13
| * | | | | | | | | tor-netdoc: impl SignatureItemParseable for netstatus::SignatureIan Jackson2026-04-291-1/+14
| * | | | | | | | | tor-netdoc: Introduce DirectorySignaturesHashesAccu::update_fromIan Jackson2026-04-292-16/+53
| * | | | | | | | | tor-netdoc: Promote poc's DirectorySignaturesHashesAccu to prodIan Jackson2026-04-292-29/+41
| * | | | | | | | | tor-netdoc: Make some items temporarily pub(crate)Ian Jackson2026-04-291-2/+4
| * | | | | | | | | tor-netdoc: Temporary conversions between the two DirectorySignatureHashAlgosIan Jackson2026-04-291-0/+20
| * | | | | | | | | tor-netdoc: netstatus signature hashing: Add TODO re wasted workIan Jackson2026-04-291-0/+1
| * | | | | | | | | tor-netdoc: netstatus signature hashing: Add TODO re unnamed sha1Ian Jackson2026-04-291-0/+16
| * | | | | | | | | tor-netdoc: netstatus signing algorithms: Improve a doc commentIan Jackson2026-04-291-1/+1
| * | | | | | | | | tor-netdoc: derive ItemValue parsing/encoding for SignatureIan Jackson2026-04-292-4/+10
| * | | | | | | | | tor-netdoc: impl parsing/encoding for AuthCertKeyIds in directory-signatureIan Jackson2026-04-291-1/+68
| * | | | | | | | | tor-netdoc: Introduce DigestAlgoInSignature parsing/encoding typeIan Jackson2026-04-291-3/+59
| * | | | | | | | | tor-netdoc: Unify authcert test modules (fmt)Ian Jackson2026-04-291-313/+308
| * | | | | | | | | tor-netdoc: Unify authcert test modulesIan Jackson2026-04-291-32/+18
| * | | | | | | | | tor-netdoc: derive Display for DirectorySignatureHashAlgoIan Jackson2026-04-291-1/+1
| * | | | | | | | | tor-netdoc: netsatus: glob import from types, not types::miscIan Jackson2026-04-291-1/+1
| * | | | | | | | | tor-netdoc: types.rs: Add a missing exportIan Jackson2026-04-291-0/+1
| * | | | | | | | | tor-netdoc: parse2: Improve another error span for missing trait implIan Jackson2026-04-291-1/+1
| * | | | | | | | | tor-netdoc: parse2: Add missing ItemObjectParseable to prelude (fmt)Ian Jackson2026-04-291-2/+2
| * | | | | | | | | tor-netdoc: parse2: Add missing ItemObjectParseable to preludeIan Jackson2026-04-292-3/+1
* | | | | | | | | | Merge branch 'rand-upgrade' into 'main'wesleyac2026-05-12102-300/+377
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-12102-300/+377
|/ / / / / / / / /
* | | | | | | | | Merge branch 'cc-buf-size' into 'main'gabi-2502026-05-123-31/+37
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | tor-proto: clean up return type of `Circuit::begin_stream()`Steven Engler2026-05-112-13/+8
| * | | | | | | | tor-proto: indentation cleanupSteven Engler2026-05-111-20/+15
| * | | | | | | | tor-proto: reorg error handling for BeginStream reactor cmdSteven Engler2026-05-112-10/+26
* | | | | | | | | Merge branch 'nd-features-rm' into 'main'Clara Engler2026-05-125-41/+15
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | tor-netdoc: Document retain-unknown feature in READMEIan Jackson2026-05-122-2/+4
| * | | | | | | | tor-netdoc: Document hs-pow-full feature in READMEIan Jackson2026-05-122-1/+3
| * | | | | | | | tor-netdoc: Deprecate encode featureIan Jackson2026-05-121-2/+3
| * | | | | | | | tor-netdoc: Abolish empty undocumented feature dangerous-expose-struct-fieldsIan Jackson2026-05-121-3/+0
| * | | | | | | | tor-netdoc: Tidy Cargo.toml features section a bitIan Jackson2026-05-121-5/+0
| * | | | | | | | tor-netdoc: Document the `testing` featureIan Jackson2026-05-122-1/+3
| * | | | | | | | tor-netdoc: Abolish empty undocumented feature ns-voteIan Jackson2026-05-122-6/+2
| * | | | | | | | tor-netdoc: Abolish empty undocumented feature parse2Ian Jackson2026-05-122-6/+2
| * | | | | | | | tor-netdoc: Abolish deprecated features plain-consensus, routerdescIan Jackson2026-05-124-19/+2
* | | | | | | | | Merge branch 'publish' into 'main'Nick Mathewson2026-05-1219-87/+2176
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dirpublish: Extract the larger part of the select_biased body.Nick Mathewson2026-05-121-60/+87
| * | | | | | | | | dirpublish: Turn TaskResult into a struct.Nick Mathewson2026-05-121-19/+22
| * | | | | | | | | dirpublish: import span and Level for clarity.Nick Mathewson2026-05-121-2/+2
| * | | | | | | | | dirpublish: Rename and clarify "permanent failure" error.Nick Mathewson2026-05-122-8/+8
| * | | | | | | | | dirclient: improve macro documentationNick Mathewson2026-05-121-6/+16