| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | 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 | |
| * | | | | | | | | | Merge branch 'embedded-authcert' into 'main' | Ian Jackson | 2026-06-17 | 4 | -4/+45 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| | * | | | | | | | | 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 | 10 | -100/+313 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | 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 | 3 | -0/+10 | |
| | * | | | | | | | | 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 | |
| | * | | | | | | | | tor-netdoc: tests: ns parse2 test: Use real document type (fmt) | Ian Jackson | 2026-06-17 | 1 | -3/+2 | |
| | * | | | | | | | | tor-netdoc: tests: ns parse2 test: Use real document type | Ian Jackson | 2026-06-17 | 1 | -4/+4 | |
| | * | | | | | | | | tor-netdoc: tests: Move ns poc tests to netstatus.rs | Ian Jackson | 2026-06-17 | 3 | -70/+49 | |
| | * | | | | | | | | tor-netdoc: tests: Move poc authcert test to authcert.rs | Ian Jackson | 2026-06-17 | 2 | -16/+18 | |
| | * | | | | | | | | tor-netdoc: poc tests: drop some unneeded &'s | Ian Jackson | 2026-06-17 | 1 | -3/+3 | |
| | * | | | | | | | | tor-netdoc: poc tests: use normal names for authcerts | Ian Jackson | 2026-06-17 | 1 | -6/+4 | |
| | * | | | | | | | | tor-netdoc: poc tests: simulate normal outside-poc variety module names | Ian Jackson | 2026-06-17 | 1 | -2/+4 | |
| | * | | | | | | | | tor-netdoc: un-cfg-gate some use's | Ian Jackson | 2026-06-17 | 1 | -5/+2 | |
| | * | | | | | | | | tor-netdoc: provide verify methods on new consensus types (fmt) | Ian Jackson | 2026-06-17 | 1 | -3/+2 | |
| | * | | | | | | | | tor-netdoc: provide verify methods on new consensus types | Ian Jackson | 2026-06-17 | 2 | -2/+116 | |
| | * | | | | | | | | tor-netdoc: Break out consensus_threshold fn | Ian Jackson | 2026-06-17 | 2 | -3/+31 | |
| | * | | | | | | | | tor-netdoc: NetworkStatus: derive Encode | Ian Jackson | 2026-06-17 | 1 | -1/+1 | |
| * | | | | | | | | | Merge branch 'sp-fingerprint-encode' into 'main' | Clara Engler | 2026-06-17 | 2 | -5/+32 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | tor-netdoc: Round-trip test SpFingerprint encoding | Clara Engler | 2026-06-17 | 1 | -1/+12 | |
| | * | | | | | | | | | tor-netdoc: Small SpFingerprint test refactoring | Clara Engler | 2026-06-17 | 1 | -4/+4 | |
| | * | | | | | | | | | tor-netdoc: Encode for SpFingerprint | Clara Engler | 2026-06-17 | 2 | -0/+16 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'ntor-cc-rd' into 'main' | Ian Jackson | 2026-06-17 | 3 | -7/+25 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | tor-netdoc: Create NtorOnionKeyCrossCert at better place | Clara Engler | 2026-06-17 | 1 | -9/+9 | |
| | * | | | | | | | | tor-netdoc: Add ntor_onion_key_crosscert to RouterDesc | Clara Engler | 2026-06-15 | 2 | -0/+13 | |
| | * | | | | | | | | tor-netdoc: Extract ntor bit and cert in legacy parser (fmt) | Clara Engler | 2026-06-15 | 1 | -3/+6 | |
| | * | | | | | | | | tor-netdoc: Extract ntor bit and cert in legacy parser | Clara Engler | 2026-06-15 | 1 | -3/+3 | |
| | * | | | | | | | | tor-netdoc: Make dangerous_new_unverified available outside tests | Clara Engler | 2026-06-15 | 1 | -2/+4 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'trivial-encode-derive' into 'main' | Clara Engler | 2026-06-17 | 2 | -3/+6 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tor-netdoc: ItemValueEncodable for ExtraInfoDigests | Clara Engler | 2026-06-17 | 2 | -1/+2 | |
| | * | | | | | | | | tor-netdoc: ItemValueEncodable for RouterDescIntroItem | Clara Engler | 2026-06-17 | 2 | -1/+2 | |
| | * | | | | | | | | tor-netdoc: ItemValueEncodable for OverloadGeneral | Clara Engler | 2026-06-17 | 2 | -1/+2 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'display-range' into 'main' | Clara Engler | 2026-06-17 | 2 | -24/+61 | |
| |\ \ \ \ \ \ \ \ | ||||||
