aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | 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
| * | | | | | | | | tor-dirclient: Avoid copying bytes that we want to POST.Nick Mathewson2026-05-125-31/+61
| * | | | | | | | | tor-dirclient: Introduce a new RequestBody type.Nick Mathewson2026-05-125-28/+139
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | tor-netdoc: Rename RouterDesc real items to their real nameClara Engler2026-05-122-19/+25
* | | | | | | | | tor-netdoc: Add fancy rustdoc to real RouterDesc itemsClara Engler2026-05-121-22/+64
* | | | | | | | | tor-netdoc: Reorder real RouterDesc itemsClara Engler2026-05-121-41/+41
* | | | | | | | | tor-netdoc: Reorder RouterDesc into virtual and real itemsClara Engler2026-05-121-10/+26
* | | | | | | | | tor-netdoc: Add spacing to RouterDescClara Engler2026-05-121-0/+19
* | | | | | | | | Merge branch 'combine-hex' into 'main'Clara Engler2026-05-121-11/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | tor-netdoc: Combine two hex encoding loops into a functionIan Jackson2026-05-051-11/+11
* | | | | | | | | Merge branch 'fslock-redux' into 'main'Nick Mathewson2026-05-118-138/+173
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | fslock-guard: add a fileapi feature dep for winapiNick Mathewson2026-05-111-0/+1
| * | | | | | | | fslock-guard: Fix up documentation a bit.Nick Mathewson2026-05-062-7/+17
| * | | | | | | | fslock-guard: Compile on wasm.Nick Mathewson2026-05-061-0/+16
| * | | | | | | | fslock-guard: Remove fslock dependency.Nick Mathewson2026-05-062-25/+39
| * | | | | | | | Remove users of fslock other than fslock-guard.Nick Mathewson2026-05-065-106/+100
* | | | | | | | | hsclient: s/cur_revision/stored_revision for clarityGabriela Moldovan2026-05-071-4/+4
* | | | | | | | | hsclient: Compare the time periods instead of the blinded HsIdsGabriela Moldovan2026-05-071-6/+7
* | | | | | | | | hsclient: Store the current time period in a variable (fmt)Gabriela Moldovan2026-05-071-2/+1
* | | | | | | | | hsclient: Store the current time period in a variableGabriela Moldovan2026-05-071-3/+4
* | | | | | | | | hsclient: Fix an off-by-one checkGabriela Moldovan2026-05-071-1/+1
* | | | | | | | | hsclient: Add test for introduction retries after intro NACKGabriela Moldovan2026-05-071-5/+113