summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
* | | | | | | | | | Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-1299-254/+313
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | 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-1217-87/+2153
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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
| * | | | | | | | | dirclient: Split EncodedRequest and RequestBody.Nick Mathewson2026-05-124-101/+81
| * | | | | | | | | grammar fix from @gabi-250Nick Mathewson2026-05-121-1/+1
| * | | | | | | | | New `tor-dirpublish` crate to handle uploading documents.Nick Mathewson2026-05-126-0/+1830
| * | | | | | | | | tor-error: New ErrorKind for rejected documents.Nick Mathewson2026-05-122-3/+17
| * | | | | | | | | dirclient: Add a request to upload routerdescsNick Mathewson2026-05-122-34/+71
| * | | | | | | | | dirclient: Add accessor for status message.Nick Mathewson2026-05-121-0/+5
| * | | | | | | | | dirclient: Implement Requestable for Arc<dyn Requestable>.Nick Mathewson2026-05-121-1/+17
| * | | | | | | | | dirclient, hsservice: Use Arc<str> for hsdesc publishing.Nick Mathewson2026-05-122-4/+7