aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | config: Implement Default for ConfigurationTree.Nick Mathewson2026-05-181-1/+1
| * | | | | | | tor-config: remove a needless clone.Nick Mathewson2026-05-181-1/+1
| * | | | | | | arti::reload_cfg: Extract common part of select_biased! blockNick Mathewson2026-05-181-15/+3
| * | | | | | | arti: Reformat reload_cfg.rs and cfg.rsNick Mathewson2026-05-182-66/+84
| * | | | | | | config: Add a merge_from method to ConfigurationTreeNick Mathewson2026-05-182-1/+23
| * | | | | | | tor-config: Allow inspecting parts of a ConfigurationTree.Nick Mathewson2026-05-122-3/+65
* | | | | | | | Merge branch 'rd-type-changes' into 'main'Clara Engler2026-05-182-38/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | tor-netdoc: Store ntor_onion_key as Curve25519PublicClara Engler2026-05-182-4/+4
| * | | | | | | | tor-netdoc: Use saturating SystemTime add/sub (fmt)Clara Engler2026-05-181-2/+6
| * | | | | | | | tor-netdoc: Use saturating SystemTime add/subClara Engler2026-05-181-4/+3
| * | | | | | | | tor-netdoc: Store published in Iso8601TimeSpClara Engler2026-05-182-6/+8
| * | | | | | | | tor-netdoc: Add intro item to RouterDescClara Engler2026-05-182-28/+27
|/ / / / / / / /
* | | | | | | | Merge branch 'fs-mistrust-generic-libc-fix' into 'main'opara2026-05-141-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | make fs-mistrust tests libc-genericAndrew Kloet2026-05-141-2/+2
|/ / / / / / /
* | | | | | | Merge branch 'metrics-yanked' into 'main'Nick Mathewson2026-05-131-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Update to metrics 0.24.6Nick Mathewson2026-05-131-2/+2
|/ / / / / / /
* | | | | | | Merge branch 'arc_torclient' into 'main'Nick Mathewson2026-05-1320-306/+335
|\ \ \ \ \ \ \
| * | | | | | | Fix documentation that referred to clones of a TorClient.Nick Mathewson2026-05-131-18/+7
| * | | | | | | client: Move the ClientInner code into one impl block.Nick Mathewson2026-05-131-171/+166
| * | | | | | | client: Remove some inner Arcs from ClientInnerNick Mathewson2026-05-131-9/+10
| * | | | | | | client: revise StreamPrefs methodsNick Mathewson2026-05-132-14/+3
| * | | | | | | Make TorClient no longer implement Clone.Nick Mathewson2026-05-137-64/+100
| * | | | | | | Make all TorClient constructors wrap the TorClient in an Arc.Nick Mathewson2026-05-1318-49/+68
* | | | | | | | Merge branch 'non-exhaust' into 'main'Clara Engler2026-05-134-2/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | tor-netdoc: Constructor: insist on proper Constructor non-exhaustive patternIan Jackson2026-05-131-1/+9
| * | | | | | | | tor-netdoc: SharedRandStatuses: Use proper Constructor non-exhaustive patternIan Jackson2026-05-133-1/+7
* | | | | | | | | Merge branch 'no-fuzz' into 'main'wesleyac2026-05-131-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CI: Disable cargo-fuzz test for nowIan Jackson2026-05-131-0/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'hashx-fuzz-rand-fix' into 'main'Ian Jackson2026-05-132-8/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hashx: Update rand version used in fuzz tests.Wesley Aptekar-Cassels2026-05-132-8/+11
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'expectation' into 'main'opara2026-05-131-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Turn an expectation into an allowIan Jackson2026-05-131-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'connect_error' into 'main'opara2026-05-134-32/+80
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | chanmgr: report target address, not proxy address, in errorNick Mathewson2026-05-074-6/+12
| * | | | | | | | chanmgr: refactor error typesNick Mathewson2026-05-074-21/+46
| * | | | | | | | chanmgr: Do not turn connect errors into proxy errors.Nick Mathewson2026-05-072-15/+32
* | | | | | | | | Merge branch 'random-range' into 'main'Ian Jackson2026-05-132-1/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clippy: Add an xref re random_range to the commentIan Jackson2026-05-131-0/+1
| * | | | | | | | | clippy: disallow random_range standalone method tooIan Jackson2026-05-131-0/+1
| * | | | | | | | | clippy: Work around bug where it claims method doesn't existIan Jackson2026-05-132-1/+12
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'vae-and-preamble' into 'main'Ian Jackson2026-05-139-36/+202
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | tor-netdoc: SharedRandParticipate: Add TODO re "presence" typeIan Jackson2026-05-131-0/+2
| * | | | | | | | tor-netdoc: SharedRandCommitV1: Improve type of revealIan Jackson2026-05-131-1/+4
| * | | | | | | | tor-netdoc: SharedRandCommitV1: Improve type of commitIan Jackson2026-05-131-1/+7
| * | | | | | | | tor-netdoc: VoteAuthorityEntry: reorder fields to spec orderIan Jackson2026-05-131-4/+4
| * | | | | | | | tor-netdoc: rustfmt (re-alphabetise and re-wrap imports)Ian Jackson2026-05-131-2/+1
| * | | | | | | | tor-netdoc: vote authority entry: declare it completeIan Jackson2026-05-131-3/+0
| * | | | | | | | tor-netdoc: vote authority entry: parse shared-rand-commitIan Jackson2026-05-131-2/+89
| * | | | | | | | tor-netdoc: vote authority entry: parse shared-rand-participateIan Jackson2026-05-131-1/+21
| * | | | | | | | tor-netdoc: vote authority entry: parse legacy-dir-keyIan Jackson2026-05-131-1/+6