summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | netdoc: Tread a few more kinds of errors as suspicious.Nick Mathewson2025-07-101-1/+6
| * | | | | | hs*: Define some HsDesc errors as _suspicious_.Nick Mathewson2025-07-105-10/+130
| * | | | | | dirclient: New error type for too-long headers.Nick Mathewson2025-07-103-4/+14
| * | | | | | hs*: Include SourceInfo when making HsDesc requests.Nick Mathewson2025-07-103-3/+34
| * | | | | | dirclient: Make SourceInfo::from_circuit public.Nick Mathewson2025-07-101-8/+8
| * | | | | | dirclient: refactor logic for constructing a SourceInfo from a circuitNick Mathewson2025-07-102-11/+16
| * | | | | | proto: Add method to get the last hop of a circuit.Nick Mathewson2025-07-101-0/+21
| * | | | | | netdoc: disallow extraneous space within final signature itemNick Mathewson2025-07-103-1/+51
| * | | | | | netdoc: Fix Item::end_pos() behavior, and add tests.Nick Mathewson2025-07-101-6/+30
| * | | | | | Add test to enforce parser behavior wrt start-of-line space.Nick Mathewson2025-07-101-0/+46
* | | | | | | Merge branch 'typos-20250709' into 'main'Nick Mathewson2025-07-0934-45/+45
|\ \ \ \ \ \ \
| * | | | | | | Add a missing backtick.Nick Mathewson2025-07-091-1/+1
| * | | | | | | conflux-sketch: spelling fix.Nick Mathewson2025-07-091-1/+1
| * | | | | | | socksproto: Grammar fix in comment.Nick Mathewson2025-07-091-1/+1
| * | | | | | | Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-0933-44/+44
| |/ / / / / /
* | | | | | | Merge branch 'suppor_t_ed' into 'main'gabi-2502025-07-091-5/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | keymgr: fix spelling of MethodNotSuppor(t)ed.Nick Mathewson2025-07-091-5/+5
|/ / / / / /
* | | | | | Merge branch 'p101-2025-q2' into 'main'Alexander Hansen Færøy2025-07-082-1/+27
|\ \ \ \ \ \
| * | | | | | Update P101 numbers for June 2025.Alexander Hansen Færøy2025-07-081-0/+26
| * | | | | | Update path for arti binary when build with release-small profile.Alexander Hansen Færøy2025-06-171-1/+1
* | | | | | | Merge branch 'remove-semver' into 'main'gabi-2502025-07-082-8/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove semver.md files post-release.Gabriela Moldovan2025-07-082-8/+0
* | | | | | | | Merge branch 'new-crunchy' into 'main'Nick Mathewson2025-07-081-7/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Remove reproducible-build exception for crunchyNick Mathewson2025-06-251-7/+0
| * | | | | | | Update to crunchy 0.2.4Nick Mathewson2025-06-251-2/+2
* | | | | | | | Merge branch 'release-date' into 'main'arti-v1.4.5Nick Mathewson2025-07-071-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | arti-client: Update release date.Gabriela Moldovan2025-07-071-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'version-bumps-arti-1.4.5' into 'main'gabi-2502025-07-0762-693/+711
|\ \ \ \ \ \ \ \
| * | | | | | | | hashx, equix: Update lock files.Gabriela Moldovan2025-07-072-3/+3
| * | | | | | | | Bump arti crate to 1.4.5Gabriela Moldovan2025-07-074-4/+4
| * | | | | | | | Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-0750-500/+500
| * | | | | | | | Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-0743-92/+92
| * | | | | | | | Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2025-07-072-94/+112
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'changelog-1.4.5' into 'main'gabi-2502025-07-071-0/+203
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add missing MR link to changelog.Gabriela Moldovan2025-07-071-0/+1
| * | | | | | | Use full commit SHAs to satisfy changelog checks.Gabriela Moldovan2025-07-071-6/+6
| * | | | | | | Apply nickm's changelog fixes.Gabriela Moldovan2025-07-071-3/+3
| * | | | | | | Add more details about the key length compile-time check.Gabriela Moldovan2025-07-071-1/+2
| * | | | | | | Specify the name of the flow control feature.Gabriela Moldovan2025-07-071-1/+2
| * | | | | | | Remove duplicate changelog entry.Gabriela Moldovan2025-07-071-1/+0
| * | | | | | | Add changelog for 1.4.5.Gabriela Moldovan2025-07-071-0/+201
|/ / / / / / /
* | | | | | | Merge branch 'nightly-fixes' into 'main'gabi-2502025-07-0772-11/+80
|\ \ \ \ \ \ \
| * | | | | | | tor-hsservice: Suppress false-positive clippy::useless_concat.Gabriela Moldovan2025-07-071-1/+4
| * | | | | | | tor-dirmgr, tor-guardmgr: Use std::slice::from_ref as suggested by clippy.Gabriela Moldovan2025-07-072-6/+6
| * | | | | | | tor-proto: Remove unnecessary return.Gabriela Moldovan2025-07-071-1/+1
| * | | | | | | tor-linkspec: Fix over-indented docs.Gabriela Moldovan2025-07-071-1/+1
| * | | | | | | tor-rtcompat, tor-rtmock: Allow unused functions.Gabriela Moldovan2025-07-072-0/+2
| * | | | | | | Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-0764-0/+64
| * | | | | | | tor-rpcbase: Remove unnecessary parentheses from around type.Gabriela Moldovan2025-07-071-2/+2
|/ / / / / / /
* | | | | | | Merge branch 'arti-1.4.5-prep' into 'main'gabi-2502025-07-0726-275/+412
|\ \ \ \ \ \ \