| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | tor-netdoc: Derive Transparent on Ed25519Public | Clara Engler | 2026-05-19 | 1 | -7/+2 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'rpc-config-preliminary' into 'main' | Nick Mathewson | 2026-05-18 | 9 | -127/+202 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | config-path: Convert tests to use dd(TorConfig). | Nick Mathewson | 2026-05-18 | 2 | -8/+6 | |
| | * | | | | | | | config: Convert some load.rs tests to use dd(TorConfig). | Nick Mathewson | 2026-05-18 | 1 | -18/+11 | |
| | * | | | | | | | config: Use derive(TorConfig) for map builder tests. | Nick Mathewson | 2026-05-18 | 1 | -14/+8 | |
| | * | | | | | | | config: Implement Default for ConfigurationTree. | Nick Mathewson | 2026-05-18 | 1 | -1/+1 | |
| | * | | | | | | | tor-config: remove a needless clone. | Nick Mathewson | 2026-05-18 | 1 | -1/+1 | |
| | * | | | | | | | arti::reload_cfg: Extract common part of select_biased! block | Nick Mathewson | 2026-05-18 | 1 | -15/+3 | |
| | * | | | | | | | arti: Reformat reload_cfg.rs and cfg.rs | Nick Mathewson | 2026-05-18 | 2 | -66/+84 | |
| | * | | | | | | | config: Add a merge_from method to ConfigurationTree | Nick Mathewson | 2026-05-18 | 2 | -1/+23 | |
| | * | | | | | | | tor-config: Allow inspecting parts of a ConfigurationTree. | Nick Mathewson | 2026-05-12 | 2 | -3/+65 | |
| * | | | | | | | | tor-netdoc: Store ntor_onion_key as Curve25519Public | Clara Engler | 2026-05-18 | 2 | -4/+4 | |
| * | | | | | | | | tor-netdoc: Use saturating SystemTime add/sub (fmt) | Clara Engler | 2026-05-18 | 1 | -2/+6 | |
| * | | | | | | | | tor-netdoc: Use saturating SystemTime add/sub | Clara Engler | 2026-05-18 | 1 | -4/+3 | |
| * | | | | | | | | tor-netdoc: Store published in Iso8601TimeSp | Clara Engler | 2026-05-18 | 2 | -6/+8 | |
| * | | | | | | | | tor-netdoc: Add intro item to RouterDesc | Clara Engler | 2026-05-18 | 2 | -28/+27 | |
| * | | | | | | | | make fs-mistrust tests libc-generic | Andrew Kloet | 2026-05-14 | 1 | -2/+2 | |
| | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'arc_torclient' into 'main' | Nick Mathewson | 2026-05-13 | 19 | -302/+331 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix documentation that referred to clones of a TorClient. | Nick Mathewson | 2026-05-13 | 1 | -18/+7 | |
| | * | | | | | | | client: Move the ClientInner code into one impl block. | Nick Mathewson | 2026-05-13 | 1 | -171/+166 | |
| | * | | | | | | | client: Remove some inner Arcs from ClientInner | Nick Mathewson | 2026-05-13 | 1 | -9/+10 | |
| | * | | | | | | | client: revise StreamPrefs methods | Nick Mathewson | 2026-05-13 | 2 | -14/+3 | |
| | * | | | | | | | Make TorClient no longer implement Clone. | Nick Mathewson | 2026-05-13 | 7 | -64/+100 | |
| | * | | | | | | | Make all TorClient constructors wrap the TorClient in an Arc. | Nick Mathewson | 2026-05-13 | 17 | -45/+64 | |
| * | | | | | | | | Merge branch 'non-exhaust' into 'main' | Clara Engler | 2026-05-13 | 4 | -2/+16 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tor-netdoc: Constructor: insist on proper Constructor non-exhaustive pattern | Ian Jackson | 2026-05-13 | 1 | -1/+9 | |
| | * | | | | | | | | tor-netdoc: SharedRandStatuses: Use proper Constructor non-exhaustive pattern | Ian Jackson | 2026-05-13 | 3 | -1/+7 | |
| * | | | | | | | | | Merge branch 'hashx-fuzz-rand-fix' into 'main' | Ian Jackson | 2026-05-13 | 2 | -8/+11 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | hashx: Update rand version used in fuzz tests. | Wesley Aptekar-Cassels | 2026-05-13 | 2 | -8/+11 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'expectation' into 'main' | opara | 2026-05-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Turn an expectation into an allow | Ian Jackson | 2026-05-13 | 1 | -1/+1 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'connect_error' into 'main' | opara | 2026-05-13 | 4 | -32/+80 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | chanmgr: report target address, not proxy address, in error | Nick Mathewson | 2026-05-07 | 4 | -6/+12 | |
| | * | | | | | | | | chanmgr: refactor error types | Nick Mathewson | 2026-05-07 | 4 | -21/+46 | |
| | * | | | | | | | | chanmgr: Do not turn connect errors into proxy errors. | Nick Mathewson | 2026-05-07 | 2 | -15/+32 | |
| * | | | | | | | | | Merge branch 'random-range' into 'main' | Ian Jackson | 2026-05-13 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | clippy: Work around bug where it claims method doesn't exist | Ian Jackson | 2026-05-13 | 1 | -0/+6 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | tor-netdoc: SharedRandParticipate: Add TODO re "presence" type | Ian Jackson | 2026-05-13 | 1 | -0/+2 | |
| * | | | | | | | | | tor-netdoc: SharedRandCommitV1: Improve type of reveal | Ian Jackson | 2026-05-13 | 1 | -1/+4 | |
| * | | | | | | | | | tor-netdoc: SharedRandCommitV1: Improve type of commit | Ian Jackson | 2026-05-13 | 1 | -1/+7 | |
| * | | | | | | | | | tor-netdoc: VoteAuthorityEntry: reorder fields to spec order | Ian Jackson | 2026-05-13 | 1 | -4/+4 | |
| * | | | | | | | | | tor-netdoc: rustfmt (re-alphabetise and re-wrap imports) | Ian Jackson | 2026-05-13 | 1 | -2/+1 | |
| * | | | | | | | | | tor-netdoc: vote authority entry: declare it complete | Ian Jackson | 2026-05-13 | 1 | -3/+0 | |
| * | | | | | | | | | tor-netdoc: vote authority entry: parse shared-rand-commit | Ian Jackson | 2026-05-13 | 1 | -2/+89 | |
| * | | | | | | | | | tor-netdoc: vote authority entry: parse shared-rand-participate | Ian Jackson | 2026-05-13 | 1 | -1/+21 | |
| * | | | | | | | | | tor-netdoc: vote authority entry: parse legacy-dir-key | Ian Jackson | 2026-05-13 | 1 | -1/+6 | |
| * | | | | | | | | | tor-netdoc: Soften a TODO. | Ian Jackson | 2026-05-13 | 1 | -2/+2 | |
| * | | | | | | | | | tor-netdoc: Add a ticket reference for a TODO | Ian Jackson | 2026-05-13 | 1 | -1/+1 | |
| * | | | | | | | | | tor-netdoc: Add shared-rand-*-status to VoteAuthorityEntry | Ian Jackson | 2026-05-13 | 2 | -5/+4 | |
| * | | | | | | | | | tor-netdoc: Break out SharedRandStatuses, and remove it from votes | Ian Jackson | 2026-05-13 | 6 | -14/+40 | |
