aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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-1876-76/+76
|\ \ \ \ \
| * | | | | Bump MSRV to 1.91Clara Engler2026-06-1576-76/+76
* | | | | | 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
* | | | | | | | Merge branch 'sample-relays' into 'main'Jim Newsome2026-06-171-89/+121
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | pick_n_weighted: change variable names for clarityJim Newsome2026-06-171-25/+25
| * | | | | | | NetDir::pick_n_relays and pick_n_weighted: clarify/fix docs re zero-weight itemsJim Newsome2026-06-171-5/+7
| * | | | | | | NetDir::pick_n_weighted: fix doc-comment to not refer toJim Newsome2026-06-171-2/+1
| * | | | | | | Rename NetDir::pick_n_filtered_weighted -> pick_n_weightedJim Newsome2026-06-171-22/+14
| * | | | | | | pick_n_filtered_weighted: move warnings logs to callerJim Newsome2026-06-171-3/+11
| * | | | | | | pick_n_filtered_weighted: test and fix for rand 0.10 behaviorJim Newsome2026-06-171-79/+67
| * | | | | | | NetDir::pick_n_relays: move implementation to a testable helperJim Newsome2026-06-171-35/+60
| * | | | | | | cargo fmtJim Newsome2026-06-171-5/+21
| * | | | | | | Netdir::pick_n_relays: precompute weightsJim Newsome2026-06-171-19/+19
| * | | | | | | test_zero: fix comment re 0-weight handlingJim Newsome2026-06-171-1/+0
| * | | | | | | NetDir::pick_relay: update doc-comment re zero-weight handlingJim Newsome2026-06-171-1/+4
|/ / / / / / /
* | | | | | | Merge branch 'keys-list-fixes' into 'main'opara2026-06-175-6/+12
|\ \ \ \ \ \ \
| * | | | | | | arti, keymgr: s/IDEA/TODOGabriela Moldovan2026-06-172-2/+3
| * | | | | | | arti: Don't mention entry validity in the help messageGabriela Moldovan2026-06-172-2/+2
| * | | | | | | doc/keys.md: Clarify what we mean by "broken" entriesGabriela Moldovan2026-06-171-1/+2
| * | | | | | | doc/keys.md: Rephrase the section about alternative output formatsGabriela Moldovan2026-06-171-2/+5
| * | | | | | | doc/keys.md: Wrap a too-long lineGabriela Moldovan2026-06-171-1/+2
* | | | | | | | Merge branch 'doc-fix' into 'main'David Goulet2026-06-171-2/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | tor-chanmgr: remove comment for something that's not implementedSteven Engler2026-06-171-2/+1
* | | | | | | | Merge branch 'keys-list-output' into 'main'gabi-2502026-06-176-247/+478
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | arti: subcommands: keys: Rework output of keys listhjrgrn2026-06-176-247/+478
* | | | | | | | Merge branch 'authority-plugin-spec' into 'main'Ian Jackson2026-06-171-0/+250
|\ \ \ \ \ \ \ \
| * | | | | | | | authority-plugin: Say we use the netdoc metaformat.Nick Mathewson2026-06-171-1/+2
| * | | | | | | | authority-plugin: Say what NICKNAME is for.Nick Mathewson2026-06-171-1/+1
| * | | | | | | | authority-plugin: Specify error behaviorNick Mathewson2026-06-171-0/+12
| * | | | | | | | authority-plugin: More suggestions from @dizietNick Mathewson2026-06-101-1/+9
| * | | | | | | | authority-plugin: edits from @dizietNick Mathewson2026-06-101-8/+15
| * | | | | | | | draft specification for authority plugin APINick Mathewson2026-06-101-0/+222
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'stream-reexport' into 'main'David Goulet2026-06-1716-45/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | proto: Update tests to use the new stream exportsGabriela Moldovan2026-06-171-4/+4
| * | | | | | | | proto: Add crate-level exports for two extra stream types (fmt)Gabriela Moldovan2026-06-1713-39/+22