summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tor-hsservice: Resolve a handful of unused variable warnings.Gabriela Moldovan2024-07-092-4/+4
| * | | | tor-hsservice: Remove unused field from TimePeriodContext.Gabriela Moldovan2024-07-091-3/+0
| * | | | tor-hsservice: Remove unused variables.Gabriela Moldovan2024-07-092-14/+0
| * | | | tor-hsservice: Remove unnecessary locking.Gabriela Moldovan2024-07-091-2/+0
| * | | | tor-hsservice: Remove unused code (fmt).Gabriela Moldovan2024-07-091-1/+1
| * | | | tor-hsservice: Remove unused code.Gabriela Moldovan2024-07-094-188/+1
| * | | | tor-hsservice: Remove unused publisher functions.Gabriela Moldovan2024-07-092-13/+0
| * | | | tor-hsservice: Remove unnecessary allow.Gabriela Moldovan2024-07-091-1/+0
| |/ / /
* | | | Merge branch 'arti-hyper-cleanup' into 'main'Nick Mathewson2024-07-092-20/+0
|\ \ \ \
| * | | | Remove an obsolete RUSTSEC allowIan Jackson2024-07-091-18/+0
| * | | | Remove reference to arti-hyper in arti-client README.mdIan Jackson2024-07-091-2/+0
| |/ / /
* | | | Merge branch 'single-arch-image' into 'main'Nick Mathewson2024-07-091-17/+2
|\ \ \ \ | |/ / / |/| | |
| * | | CI: set default image to amd64/debian:bookworm-slimJim Newsome2024-07-081-18/+2
| * | | CI: maint-check-ownership use single-arch imageJim Newsome2024-07-081-1/+2
* | | | Merge branch 'fix-time-period-parsing-bug' into 'main'gabi-2502024-07-081-5/+7
|\ \ \ \
| * | | | tor-keymgr: Use collect_tuple in TimePeriod::from_slug (fmt).Gabriela Moldovan2024-07-081-1/+2
| * | | | tor-keymgr: Use collect_tuple in TimePeriod::from_slug.Gabriela Moldovan2024-07-081-5/+5
| * | | | tor-keymgr: Test that parsing a TimePeriod with too many parts doesn't panic.Gabriela Moldovan2024-07-081-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'parse-client-auth-key' into 'main'gabi-2502024-07-082-17/+136
|\ \ \ \
| * | | | tor-hscrypto: Use collect_tuple to avoid unnecessary Vec allocation.Gabriela Moldovan2024-07-081-6/+3
| * | | | tor-hscrypto: Remove HsClientDescKeyParseError's HasKind impl.Gabriela Moldovan2024-07-081-12/+0
| * | | | tor-hscrypto: Implement FromStr for HsClientDescEncKey.Gabriela Moldovan2024-07-081-3/+149
| * | | | tor-hscrypto: Remove unnecessary Display wrapper.Gabriela Moldovan2024-07-082-18/+6
* | | | | Merge branch 'nightly-doc' into 'main'Nick Mathewson2024-07-081-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix a footnote reference that Nightly complains aboutIan Jackson2024-07-081-1/+1
|/ / / /
* | | | Merge branch 'deftly' into 'main'Ian Jackson2024-07-0814-18/+18
|\ \ \ \
| * | | | Update to derive-deftly 0.14Ian Jackson2024-07-0814-18/+18
* | | | | Merge branch 'warnings' into 'main'Ian Jackson2024-07-0812-32/+42
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Work around clippy::doc_lazy_continuation false positivesIan Jackson2024-07-082-5/+5
| * | | | Fix clippy::doc_lazy_continuationIan Jackson2024-07-086-25/+28
| * | | | tor-dirmgr: Add some duplicate dead code allowsIan Jackson2024-07-082-2/+4
| * | | | Add allows for many dead code warnings in tor-protoIan Jackson2024-07-082-0/+5
| | |/ / | |/| |
* | | | Merge branch 'quote' into 'main'Nick Mathewson2024-07-082-1/+2
|\ \ \ \
| * | | | Test for broken docs in rust-latest job, denying failuresIan Jackson2024-07-081-0/+1
| * | | | Fix markdown quoting.Ian Jackson2024-07-081-1/+1
| |/ / /
* | | | Merge branch 'hashx-warning' into 'main'Nick Mathewson2024-07-081-7/+0
|\ \ \ \ | |/ / / |/| | |
| * | | hashx: Abolish Shape::BUCKET_CAPACITYIan Jackson2024-07-081-7/+0
|/ / /
* | | Merge branch 'todo-number' into 'main'Alexander Færøy2024-07-072-2/+2
|\ \ \ | |/ / |/| |
| * | Fix two TODO ticket numbersIan Jackson2024-06-252-2/+2
* | | Merge branch 'tap-out-phase-1' into 'main'Nick Mathewson2024-06-274-27/+107
|\ \ \
| * | | Make TAP keys optional when parsing documents.Nick Mathewson2024-06-274-27/+107
* | | | Merge branch 'post-release' into 'main'Nick Mathewson2024-06-273-13/+84
|\ \ \ \
| * | | | maint/tag-arti-releaes: New scriptIan Jackson2024-06-272-4/+38
| * | | | Release.md: Say to run maint/update-md-linksIan Jackson2024-06-271-9/+7
| * | | | maint/changelog-syntax-fiddle: New scriptIan Jackson2024-06-272-0/+39
* | | | | Merge branch 'arti-hsc-subcommand' into 'main'gabi-2502024-06-279-5/+299
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arti: Rewrite the hsc prepare-service-discovery-key command (fmt).Gabriela Moldovan2024-06-271-11/+6
| * | | | arti: Rewrite the hsc prepare-service-discovery-key command.Gabriela Moldovan2024-06-271-10/+30
| * | | | maint/check-cli-help: Don't attempt to parse wrapped help lines.Gabriela Moldovan2024-06-271-2/+1
| * | | | arti: Add an arti hsc subcommand.Gabriela Moldovan2024-06-275-2/+170