| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | ptmgr: Remove string slicing. | Nick Mathewson | 2026-06-10 | 1 | -11/+11 | |
| | * | | | | | | hscrypto, linkspec, llcrypto: Use new redaction helpers | Nick Mathewson | 2026-06-10 | 3 | -13/+10 | |
| | * | | | | | | safelog: Define redaction helpers to avoid string slicing. | Nick Mathewson | 2026-06-10 | 2 | -0/+138 | |
| | * | | | | | | consdiff: remove string slice usage | Nick Mathewson | 2026-06-10 | 1 | -8/+5 | |
| | * | | | | | | protover: remove str slice usage | Nick Mathewson | 2026-06-10 | 1 | -11/+4 | |
| | * | | | | | | config: remove str slice usage | Nick Mathewson | 2026-06-10 | 1 | -6/+6 | |
| | * | | | | | | basic-utils: remove str slice usage | Nick Mathewson | 2026-06-10 | 1 | -4/+2 | |
| * | | | | | | | pick_n_weighted: change variable names for clarity | Jim Newsome | 2026-06-17 | 1 | -25/+25 | |
| * | | | | | | | NetDir::pick_n_relays and pick_n_weighted: clarify/fix docs re zero-weight items | Jim Newsome | 2026-06-17 | 1 | -5/+7 | |
| * | | | | | | | NetDir::pick_n_weighted: fix doc-comment to not refer to | Jim Newsome | 2026-06-17 | 1 | -2/+1 | |
| * | | | | | | | Rename NetDir::pick_n_filtered_weighted -> pick_n_weighted | Jim Newsome | 2026-06-17 | 1 | -22/+14 | |
| * | | | | | | | pick_n_filtered_weighted: move warnings logs to caller | Jim Newsome | 2026-06-17 | 1 | -3/+11 | |
| * | | | | | | | pick_n_filtered_weighted: test and fix for rand 0.10 behavior | Jim Newsome | 2026-06-17 | 1 | -79/+67 | |
| * | | | | | | | NetDir::pick_n_relays: move implementation to a testable helper | Jim Newsome | 2026-06-17 | 1 | -35/+60 | |
| * | | | | | | | cargo fmt | Jim Newsome | 2026-06-17 | 1 | -5/+21 | |
| * | | | | | | | Netdir::pick_n_relays: precompute weights | Jim Newsome | 2026-06-17 | 1 | -19/+19 | |
| * | | | | | | | test_zero: fix comment re 0-weight handling | Jim Newsome | 2026-06-17 | 1 | -1/+0 | |
| * | | | | | | | NetDir::pick_relay: update doc-comment re zero-weight handling | Jim Newsome | 2026-06-17 | 1 | -1/+4 | |
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | Merge branch 'keys-list-fixes' into 'main' | opara | 2026-06-17 | 4 | -4/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | arti, keymgr: s/IDEA/TODO | Gabriela Moldovan | 2026-06-17 | 2 | -2/+3 | |
| | * | | | | | | arti: Don't mention entry validity in the help message | Gabriela Moldovan | 2026-06-17 | 2 | -2/+2 | |
| * | | | | | | | Merge branch 'doc-fix' into 'main' | David Goulet | 2026-06-17 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | tor-chanmgr: remove comment for something that's not implemented | Steven Engler | 2026-06-17 | 1 | -2/+1 | |
| * | | | | | | | Merge branch 'keys-list-output' into 'main' | gabi-250 | 2026-06-17 | 5 | -149/+386 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | arti: subcommands: keys: Rework output of keys list | hjrgrn | 2026-06-17 | 5 | -149/+386 | |
| * | | | | | | | Merge branch 'stream-reexport' into 'main' | David Goulet | 2026-06-17 | 14 | -43/+37 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | proto: Update tests to use the new stream exports | Gabriela Moldovan | 2026-06-17 | 1 | -4/+4 | |
| | * | | | | | | | proto: Add crate-level exports for two extra stream types (fmt) | Gabriela Moldovan | 2026-06-17 | 11 | -37/+20 | |
| | * | | | | | | | proto: Add crate-level exports for two extra stream types | Gabriela Moldovan | 2026-06-17 | 1 | -0/+4 | |
| | * | | | | | | | proto: Re-export StreamReceiver from tor_proto::stream | Gabriela Moldovan | 2026-06-17 | 1 | -1/+2 | |
| | * | | | | | | | proto: Re-export the Incoming* types from tor_proto::stream | Gabriela Moldovan | 2026-06-17 | 1 | -0/+6 | |
| | * | | | | | | | proto: Make the stream module pub | Gabriela Moldovan | 2026-06-17 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'ci-test' into 'main' | Nick Mathewson | 2026-06-17 | 1 | -3/+45 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | sockproto: Tighten match and clean comments. | Nick Mathewson | 2026-06-17 | 1 | -12/+6 | |
| | * | | | | | | | Added ipv6 and hostname support for reply for socks | pryty26 | 2026-06-11 | 1 | -3/+51 | |
| * | | | | | | | | tor-netdoc: votes: use EmbeddedCert for the authhcert | Ian Jackson | 2026-06-17 | 2 | -2/+6 | |
| * | | | | | | | | tor-netdoc: EmbeddedCert: support whole netdocs (for AuthCert) (fmt) | Ian Jackson | 2026-06-17 | 1 | -2/+7 | |
| * | | | | | | | | tor-netdoc: EmbeddedCert: support whole netdocs (for AuthCert) | Ian Jackson | 2026-06-17 | 2 | -2/+34 | |
| * | | | | | | | | Merge branch 'consensus-roundtrip' into 'main' | Ian Jackson | 2026-06-17 | 9 | -100/+312 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tor-netdoc: consensus_threshold: return a RangeFrom | Ian Jackson | 2026-06-17 | 2 | -8/+14 | |
| | * | | | | | | | | tor-netdoc: Document new facilities | Ian Jackson | 2026-06-17 | 1 | -0/+2 | |
| | * | | | | | | | | tor-netdoc: tests: ns parse2 test: Round trip an md consensus | Ian Jackson | 2026-06-17 | 1 | -9/+17 | |
| | * | | | | | | | | tor-netdoc: tests: ns parse2 test: Make roundtrip test generic (fmt) | Ian Jackson | 2026-06-17 | 1 | -19/+16 | |
| | * | | | | | | | | tor-netdoc: tests: ns parse2 test: Promote a fudge | Ian Jackson | 2026-06-17 | 1 | -7/+8 | |
| | * | | | | | | | | tor-netdoc: tests: ns parse2 test: Make roundtrip test generic | Ian Jackson | 2026-06-17 | 1 | -15/+42 | |
| | * | | | | | | | | tor-netdoc: tests: ns parse2 test: Round trip a plain consensus | Ian Jackson | 2026-06-17 | 2 | -2/+43 | |
| | * | | | | | | | | tor-netdoc: tests: Add regsub utility function | Ian Jackson | 2026-06-17 | 2 | -0/+9 | |
| | * | | | | | | | | tor-netdoc: tests: ns parse2 test: Mess with authcerts in a block (fmt) | Ian Jackson | 2026-06-17 | 1 | -10/+10 | |
| | * | | | | | | | | tor-netdoc: tests: ns parse2 test: Mess with authcerts in a block | Ian Jackson | 2026-06-17 | 1 | -2/+4 | |
| | * | | | | | | | | tor-netdoc: tests: ns parse2 test: enable Unknown | Ian Jackson | 2026-06-17 | 1 | -1/+2 | |
