summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | assert_not_impl: Change example to use CellIan Jackson2026-06-101-2/+3
| * | | | | | assert_not_impl: Introduce some `use`sIan Jackson2026-06-101-2/+6
| * | | | | | tor-netdoc: parse2: Add more docs about verificationIan Jackson2026-06-101-3/+26
| * | | | | | tor-netdoc: parse2: use TimeRangebound in exampleIan Jackson2026-06-101-3/+6
| * | | | | | tor-netdoc: parse2: Deprecate check_validity_timeIan Jackson2026-06-104-1/+9
| * | | | | | tor-checkable: TimerangeBound: test edge casesIan Jackson2026-06-101-0/+10
| * | | | | | tor-checkable: TimeRangebound: document inclusivityIan Jackson2026-06-101-1/+2
| * | | | | | tor-netdoc: authcert: use TimerangeBound for UnverifiedAuthCert::verify (fmt)Ian Jackson2026-06-102-102/+52
| * | | | | | tor-netdoc: authcert: use TimerangeBound for UnverifiedAuthCert::verifyIan Jackson2026-06-103-39/+53
| * | | | | | tor-netdoc: authcert tests: add some parenthesesIan Jackson2026-06-101-4/+4
| * | | | | | tor-netdoc: authcert tests: insist on return value typeIan Jackson2026-06-101-5/+5
| * | | | | | tor-dirserver: Promote tor-checkable depIan Jackson2026-06-101-1/+1
| * | | | | | tor-checkable: TimerangeBound: is_valid: Treat bounds as inclusive (fmt)Ian Jackson2026-06-101-2/+6
| * | | | | | tor-checkable: TimerangeBound: is_valid: Treat bounds as inclusiveIan Jackson2026-06-101-2/+2
|/ / / / / /
* | | | | | Merge branch 'clippy-string-slice' into 'main'Nick Mathewson2026-06-10386-0/+457
|\ \ \ \ \ \
| * | | | | | everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-0926-0/+42
| * | | | | | maint: Run maint/add_warning to deny string slicesClara Engler2026-06-09379-0/+413
| * | | | | | maint: Deny/Allow clippy::string_sliceClara Engler2026-06-091-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'cc-default' into 'main'Nick Mathewson2026-06-102-1/+2
|\ \ \ \ \ \
| * | | | | | arti: add 'flowctl-cc' to 'default'Steven Engler2026-06-011-0/+1
| * | | | | | arti-client: add 'flowctl-cc' to 'default'Steven Engler2026-06-011-1/+1
* | | | | | | Merge branch 'ns-toplevel-1' into 'main'Ian Jackson2026-06-105-0/+74
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | tor-netdoc: Fix a doc comment formatting botchIan Jackson2026-06-091-1/+1
| * | | | | | tor-netdoc: Introduce toplevel NeteworkStatus typeIan Jackson2026-06-095-0/+74
|/ / / / / /
* | | | | | Merge branch 'fuzz-parse2' into 'main'Nick Mathewson2026-06-092-2/+10
|\ \ \ \ \ \
| * | | | | | netdoc: Add fuzzing support for parse2 with authcert, mdsNick Mathewson2026-06-042-2/+10
* | | | | | | Merge branch 'deftly' into 'main'Nick Mathewson2026-06-0933-37/+37
|\ \ \ \ \ \ \
| * | | | | | | Bump derive-deftly to 1.11.3Ian Jackson2026-06-0933-37/+37
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'f64-finite' into 'main'Ian Jackson2026-06-093-0/+135
|\ \ \ \ \ \ \
| * | | | | | | tor-netdoc: F64Finite, initially for votes' stats itemsIan Jackson2026-06-093-0/+135
* | | | | | | | Merge branch 'encode-rs' into 'main'Ian Jackson2026-06-095-3/+22
|\| | | | | | | | |/ / / / / / |/| | | | | |
| * | | | | | tor-netdoc: document new encoding implsIan Jackson2026-06-091-0/+2
| * | | | | | tor-netdoc: impl EncodeOrd for SignatureIan Jackson2026-06-091-1/+8
| * | | | | | tor-netdoc: impl EncodeOrd for RouterStatusIan Jackson2026-06-092-1/+10
| * | | | | | tor-netdoc: derive encoding for RouterStatusIan Jackson2026-06-092-1/+1
| * | | | | | tor-netdoc: derive encoding for RouterStatusIntroItemIan Jackson2026-06-091-0/+1
|/ / / / / /
* | | | | | Merge branch 'present-only-once' into 'main'Clara Engler2026-06-093-3/+172
|\ \ \ \ \ \
| * | | | | | tor-netdoc: Reject Object again in ItemPresentClara Engler2026-06-091-3/+4
| * | | | | | tor-netdoc: Allow args and object in ItemPresent (fmt)Clara Engler2026-06-091-8/+2
| * | | | | | tor-netdoc: Allow args and object in ItemPresentClara Engler2026-06-091-8/+7
| * | | | | | tor-netdoc: Small ItemPresent test fixClara Engler2026-06-091-1/+1
| * | | | | | tor-netdoc: Test for ItemPresentClara Engler2026-06-091-1/+89
| * | | | | | tor-netdoc: Add ItemPresent typeClara Engler2026-06-093-2/+86
| * | | | | | tor-netdoc: Document Transparent shortcomingClara Engler2026-06-091-0/+3
|/ / / / / /
* | | | | | Merge branch 'netdoc-small-fixes' into 'main'Clara Engler2026-06-093-4/+5
|\ \ \ \ \ \
| * | | | | | tor-netdoc: {required,recommended}-*-protocols: change orderingIan Jackson2026-06-031-2/+2
| * | | | | | tor-netdoc: {required,recommended}-*-protocols: fix encodingIan Jackson2026-06-031-1/+1
| * | | | | | tor-netdoc: SoftwareVersion: fix Display implIan Jackson2026-06-031-0/+1
| * | | | | | tor-netdoc: fix a doc formatting typoIan Jackson2026-06-031-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'parse-input-improve' into 'main'Clara Engler2026-06-092-0/+17
|\ \ \ \ \ \