summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'num-bigint-opt' into 'main'gabi-2502026-05-121-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Always optimize num-bigint-dig, even in `dev` profiles.Nick Mathewson2026-05-111-0/+10
| |/ / / / / / / /
* | | | | | | | | Merge branch 'routerdescs-fmt' into 'main'Clara Engler2026-05-122-54/+137
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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-119-161/+174
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | 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-063-36/+39
| * | | | | | | | Remove users of fslock other than fslock-guard.Nick Mathewson2026-05-066-118/+101
* | | | | | | | | Merge branch 'vote-inputs-note' into 'main'Ian Jackson2026-05-111-0/+134
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | doc/dev/notes: A rough outline about how a vote is computedNick Mathewson2026-05-071-0/+134
* | | | | | | | | | Merge branch 'update-build-repro-1.95.0' into 'main'gabi-2502026-05-112-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update to Rust 1.95.0 for build-repro CI job.Wesley Aptekar-Cassels2026-05-072-2/+2
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'release-2.3.0-fix-date-typo' into 'main'gabi-2502026-05-111-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix date typo in changelog.Wesley Aptekar-Cassels2026-05-071-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'hsdesc-refetch' into 'main'gabi-2502026-05-078-122/+554
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | 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
| * | | | | | | | | hsclient: Add scope around mutex guard (fmt)Gabriela Moldovan2026-05-071-8/+8
| * | | | | | | | | hsclient: Add scope around mutex guardGabriela Moldovan2026-05-071-0/+2
| * | | | | | | | | hsclient: Move test descriptor parsing and decryption to a new functionGabriela Moldovan2026-05-071-18/+21
| * | | | | | | | | hsclient: Move HsClientDescEncKeypair building to a new functionGabriela Moldovan2026-05-071-6/+8
| * | | | | | | | | hsclient: Move test netdir setup to a new functionGabriela Moldovan2026-05-071-6/+9
| * | | | | | | | | hsclient: Make the mock introduce ACKs configurableGabriela Moldovan2026-05-071-6/+17
| * | | | | | | | | hsclient: Replace fully-qualified paths with import aliasGabriela Moldovan2026-05-071-13/+11
| * | | | | | | | | hsclient: Remove no longer applicable commentGabriela Moldovan2026-05-071-2/+0
| * | | | | | | | | hsclient: Unwrap the connect result in testGabriela Moldovan2026-05-071-1/+1
| * | | | | | | | | hsclient: Remove no longer needed clippy allows in testsGabriela Moldovan2026-05-071-4/+0
| * | | | | | | | | hsclient: Remove no longer needed panic handling logic (fmt)Gabriela Moldovan2026-05-071-2/+1
| * | | | | | | | | hsclient: Remove no longer needed panic handling logicGabriela Moldovan2026-05-071-4/+2
| * | | | | | | | | hsclient: Implement some more of the mock test implsGabriela Moldovan2026-05-071-8/+47
| * | | | | | | | | hsclient: Mock the rendezvous handshakeGabriela Moldovan2026-05-071-13/+59