| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge branch 'spin' into 'main' | gabi-250 | 2026-07-15 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Update spin to 0.9.8 | Ian Jackson | 2026-07-15 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'crossbeam-epoch' into 'main' | Jim Newsome | 2026-07-13 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | maint/cargo-audit: Bump crossbeam-epoch to address RUSTSEC-2026-0204 | Gabriela Moldovan | 2026-07-13 | 1 | -2/+2 | |
| * | | | | | Merge branch 'clippy_warning' into 'main' | Jim Newsome | 2026-07-13 | 31 | -64/+57 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | arti: subcommands: keys: Fix clippy::for-kv-map | hjrgrn | 2026-07-13 | 1 | -2/+2 | |
| | * | | | | arti-client: Fix formatting | hjrgrn | 2026-07-10 | 2 | -9/+2 | |
| | * | | | | tor-persist: Fix clippy warning | hjrgrn | 2026-07-10 | 1 | -1/+1 | |
| | * | | | | multiple crates: Fix clippy warnings | hjrgrn | 2026-07-10 | 23 | -42/+42 | |
| | * | | | | fs-mistrust: Fix clippy warnings | hjrgrn | 2026-07-10 | 1 | -1/+1 | |
| | * | | | | safelog: Fix clippy warnings | hjrgrn | 2026-07-10 | 1 | -5/+5 | |
| | * | | | | maint: fixup-features: Fix clippy warnings | hjrgrn | 2026-07-10 | 1 | -4/+4 | |
| | * | | | | test-temp-dir: Fix clippy warning | hjrgrn | 2026-07-10 | 1 | -2/+2 | |
| | * | | | | tor-error: Fix clippy warnings | hjrgrn | 2026-07-10 | 2 | -2/+2 | |
| | * | | | | retry-error: Fix clippy warning | hjrgrn | 2026-07-10 | 1 | -1/+1 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'upgrade-cipher' into 'main' | gabi-250 | 2026-07-13 | 11 | -61/+126 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Upgrade cipher, aes, and ctr. | Nick Mathewson | 2026-07-13 | 11 | -61/+126 | |
| * | | | | Merge branch 'onion-svc-negotiate-v2' into 'main' | Nick Mathewson | 2026-07-02 | 27 | -92/+724 | |
| |\ \ \ \ | ||||||
| | * | | | | Change HS descriptor sendme_inc into a NonZeroU8 | Nick Mathewson | 2026-07-02 | 4 | -9/+12 | |
| | * | | | | hs: Add a TODO about #2598 refactoring | Nick Mathewson | 2026-07-02 | 2 | -0/+6 | |
| | * | | | | Do not incluede negotiate_subproto in subproto_request | Nick Mathewson | 2026-07-02 | 2 | -4/+8 | |
| | * | | | | Cargo plumbing to expose HS extension negotiation | Nick Mathewson | 2026-07-02 | 2 | -0/+9 | |
| | * | | | | hsclient: Support protocol negotiation for CGO and flowctrl-cc | Nick Mathewson | 2026-07-02 | 8 | -13/+208 | |
| | * | | | | hsservice: Accept and negotiate protocol extensions. | Nick Mathewson | 2026-07-02 | 2 | -4/+93 | |
| | * | | | | tor-units: impl From<BoundedInt<1, 254>> for u8. | Nick Mathewson | 2026-07-02 | 1 | -0/+6 | |
| | * | | | | hsservice: Advertise flowctrl and cgo as appropriate. | Nick Mathewson | 2026-07-02 | 5 | -0/+92 | |
| | * | | | | netdoc: Add new capability negotiation pieces to hsdesc. | Nick Mathewson | 2026-07-02 | 4 | -5/+174 | |
| | * | | | | cell: Accessors for more intro extensions. | Nick Mathewson | 2026-07-02 | 1 | -7/+16 | |
| | * | | | | cell: Make "extlist" generate methods to access variants. | Nick Mathewson | 2026-07-02 | 1 | -0/+18 | |
| | * | | | | proto: Allow HsV3 to use cgo. | Nick Mathewson | 2026-07-02 | 1 | -2/+8 | |
| | * | | | | proto: Do not automatically disable CC with hsv3. | Nick Mathewson | 2026-07-02 | 2 | -20/+12 | |
| | * | | | | proto: log virtual hop additions at trace. | Nick Mathewson | 2026-07-02 | 1 | -0/+2 | |
| | * | | | | proto: Improve/clarify documentation on extend_virtual. | Nick Mathewson | 2026-07-02 | 1 | -0/+8 | |
| | * | | | | protover: New constructor taking kind and versions | Nick Mathewson | 2026-07-02 | 1 | -0/+17 | |
| | * | | | | protover: Extract version-list parsing to a new function | Nick Mathewson | 2026-07-02 | 1 | -41/+48 | |
| * | | | | | Merge branch 'rangemap-mutate-range' into 'main' | Ian Jackson | 2026-07-02 | 6 | -0/+327 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-netdoc: rangemap_mutate_range: Adjust a plaintive comment | Ian Jackson | 2026-07-02 | 1 | -1/+1 | |
| | * | | | | tor-netdoc: rangemap_mutate_range: New function | Ian Jackson | 2026-07-02 | 6 | -0/+327 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'partialeq-netdoc' into 'main' | Ian Jackson | 2026-07-02 | 4 | -4/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-netdoc: Remove Eq on various types | Clara Engler | 2026-07-02 | 4 | -4/+6 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'rd-encode' into 'main' | Ian Jackson | 2026-07-02 | 3 | -17/+50 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-netdoc: Derive encoding for RouterSignature | Clara Engler | 2026-07-02 | 1 | -9/+6 | |
| | * | | | | tor-netdoc: Add TODO for .encode_sign() | Clara Engler | 2026-07-02 | 1 | -0/+1 | |
| | * | | | | tor-netdoc: Change concept of test_parse2 | Clara Engler | 2026-07-02 | 1 | -4/+4 | |
| | * | | | | tor-netdoc: Round-trip encoding test | Clara Engler | 2026-07-02 | 1 | -1/+23 | |
| | * | | | | tor-netdoc: Adjust test_parse2 to keep signatures | Clara Engler | 2026-07-02 | 1 | -4/+5 | |
| | * | | | | tor-netdoc: NetdocEncodable for RouterDesc | Clara Engler | 2026-07-02 | 2 | -5/+8 | |
| | * | | | | tor-netdoc: NetdocEncodable for RouterDescSignatures | Clara Engler | 2026-07-02 | 2 | -1/+2 | |
| | * | | | | tor-netdoc: ItemValueEncodable for RouterSignature | Clara Engler | 2026-07-02 | 2 | -0/+8 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'stream-msg-parse' into 'main' | gabi-250 | 2026-07-02 | 2 | -23/+53 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
