summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arti-dirauth: New crate, emptyIan Jackson2026-06-224-0/+156
| * | | | tor-dirauth: New crate, emptyIan Jackson2026-06-223-0/+95
| * | | | tor-dirserver: Change "categories" in Cargo.tomlIan Jackson2026-06-221-1/+1
| |/ / /
* | | | tor-netdoc: Add a TODO for use of include_strIan Jackson2026-06-221-0/+2
* | | | tor-netdoc: embedded auth certs: Use real vote type, not poc (fmt)Ian Jackson2026-06-221-3/+1
* | | | tor-netdoc: embedded auth certs: Use real vote type, not pocIan Jackson2026-06-221-3/+1
* | | | tor-netdoc tests: test vote roundtrip with testdata2Ian Jackson2026-06-222-27/+83
* | | | tor-netdoc tests: Adjust `m` placement in routerdescIan Jackson2026-06-221-0/+12
* | | | tor-netdoc tests: Adjust shared-rand-* base64 paddingIan Jackson2026-06-221-0/+13
* | | | tor-netdoc tests: Make adjust_exp into a trait method (fmt)Ian Jackson2026-06-221-25/+25
* | | | tor-netdoc tests: Make adjust_exp into a trait methodIan Jackson2026-06-221-9/+33
* | | | tor-netdoc tests: Make regsub take a ReplacerIan Jackson2026-06-221-1/+1
* | | | tor-netdoc tests: roundtrip_netstatus: Improve an error messageIan Jackson2026-06-221-1/+1
* | | | tor-netdoc tests: roundtrip_netstatus: Add a useful debug boundIan Jackson2026-06-221-1/+1
* | | | tor-netdoc tests: netstatus round trips: allow adjusting nowIan Jackson2026-06-221-1/+5
* | | | tor-netdoc tests: Test verification of votes, error casesIan Jackson2026-06-223-1/+85
* | | | tor-netdoc: Implement verification for votesIan Jackson2026-06-222-3/+139
|/ / /
* | | arti: subcommands: keys: Fix compact outputhjrgrn2026-06-221-1/+1
* | | Merge branch 'keys-list-tests' into 'main'opara2026-06-1811-597/+33
|\ \ \
| * | | arti: Gate the "arti keys" tests behind onion-service-serviceGabriela Moldovan2026-06-171-2/+6
| * | | arti: Remove no longer used test helperGabriela Moldovan2026-06-171-13/+1
| * | | arti: Remove now-obsolete keys test moduleGabriela Moldovan2026-06-173-581/+0
| * | | arti: Add a trycmd-based test for arti keys list error handlingGabriela Moldovan2026-06-173-0/+5
| * | | doc/keys.md: Un-ignore some of the example snippetsGabriela Moldovan2026-06-172-1/+16
| * | | arti: Sort the arti keys list outputGabriela Moldovan2026-06-171-0/+5
* | | | tor-netdoc: Use format_args! instead of format!Clara Engler2026-06-181-1/+1
* | | | tor-netdoc: Use chain!() instead of pushClara Engler2026-06-181-6/+7
* | | | tor-netdoc: Add test for default deny encoding of AddrPolicyClara Engler2026-06-181-0/+28
* | | | tor-netdoc: Round-trip encoding test for AddrPolicyClara Engler2026-06-181-1/+8
* | | | tor-netdoc: Derive NetdocEncodable in unit testClara Engler2026-06-181-1/+1
* | | | tor-netdoc: Replace Ignored with () in AddrPolicy testClara Engler2026-06-181-5/+2
* | | | tor-netdoc: Add NetdocEncodableFields for AddrPolicyClara Engler2026-06-182-0/+36
* | | | tor-netdoc: Make some policy methods constClara Engler2026-06-182-3/+3
| |/ / |/| |
* | | Merge branch 'msrv-1.91' into 'main'gabi-2502026-06-1868-68/+68
|\ \ \
| * | | Bump MSRV to 1.91Clara Engler2026-06-1568-68/+68
* | | | Merge branch 'derive-depr' into 'main'Clara Engler2026-06-182-0/+5
|\ \ \ \
| * | | | tor-netdoc: constructor derive: allow setting deprecated fieldsIan Jackson2026-06-161-0/+1
| * | | | tor-netdoc: parse2 derive: allow setting deprecated fieldsIan Jackson2026-06-161-0/+4
* | | | | Merge branch 'misc_string_slices_1' into 'main'Clara Engler2026-06-1814-68/+187
|\ \ \ \ \
| * | | | | arti: remove string slicesNick Mathewson2026-06-101-2/+1
| * | | | | arti-rpcserver: remove string slicesNick Mathewson2026-06-101-5/+4
| * | | | | arti-client: remove string slicesNick Mathewson2026-06-102-8/+6
| * | | | | ptmgr: Remove string slicing.Nick Mathewson2026-06-101-11/+11
| * | | | | hscrypto, linkspec, llcrypto: Use new redaction helpersNick Mathewson2026-06-103-13/+10
| * | | | | safelog: Define redaction helpers to avoid string slicing.Nick Mathewson2026-06-102-0/+138
| * | | | | consdiff: remove string slice usageNick Mathewson2026-06-101-8/+5
| * | | | | protover: remove str slice usageNick Mathewson2026-06-101-11/+4
| * | | | | config: remove str slice usageNick Mathewson2026-06-101-6/+6
| * | | | | basic-utils: remove str slice usageNick Mathewson2026-06-101-4/+2
* | | | | | pick_n_weighted: change variable names for clarityJim Newsome2026-06-171-25/+25