| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | arti: test: Add integration test suite for `arti keys` | hjrgrn | 2025-08-25 | 13 | -1/+392 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'rustls-disclaimer' into 'main' | opara | 2025-08-25 | 4 | -12/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | docs: remove outdated comments about rustls/ring license | Steven Engler | 2025-08-21 | 4 | -12/+4 | |
| * | | | | | | Merge branch 'toml-0.9.5' into 'main' | Nick Mathewson | 2025-08-23 | 9 | -21/+36 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Upgrade to toml-0.9.5. | Nick Mathewson | 2025-08-18 | 9 | -21/+36 | |
| * | | | | | | | Merge branch 'arti-p112-docs' into 'main' | David Goulet | 2025-08-21 | 3 | -0/+40 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | proto: Indent line in docs to satisfy clippy. | Gabriela Moldovan | 2025-08-21 | 1 | -1/+1 | |
| | * | | | | | | | proto: Add prop349 note about the resolve stream handler. | Gabriela Moldovan | 2025-08-20 | 1 | -0/+14 | |
| | * | | | | | | | proto: Document how handle_meta_cell can cause circuit teardown. | Gabriela Moldovan | 2025-08-20 | 1 | -0/+14 | |
| | * | | | | | | | proto: Add docs about the lifecycle of MetaCellHandlers. | Gabriela Moldovan | 2025-08-20 | 1 | -0/+12 | |
| * | | | | | | | | Merge branch 'handshake-versions' into 'main' | David Goulet | 2025-08-21 | 8 | -87/+78 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | proto: Remove the AUTHORIZE as a parsable cell | David Goulet | 2025-08-21 | 7 | -75/+10 | |
| | * | | | | | | | proto: Add a channel handler comment and a fix | David Goulet | 2025-08-21 | 1 | -3/+8 | |
| | * | | | | | | | proto: Return AUTHORIZE, VPADDING and VERSIONS at handshake | David Goulet | 2025-08-21 | 2 | -24/+65 | |
| | * | | | | | | | proto: Allow padding in all channel message sets | David Goulet | 2025-08-21 | 1 | -3/+13 | |
| * | | | | | | | | Merge branch 'ticket_2124' into 'main' | Nick Mathewson | 2025-08-21 | 4 | -1/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | hsservice: Move derive_more::From out of internal_prelude. | Nick Mathewson | 2025-08-19 | 4 | -1/+4 | |
| * | | | | | | | | | Merge branch 'drop-dependency-proxy' into 'main' | gabi-250 | 2025-08-21 | 1 | -19/+10 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | ci: drop dependency proxy experiment | Jérôme Charaoui | 2025-08-21 | 1 | -19/+10 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'smol-add-impl-in-tor-rtcompat' into 'main' | opara | 2025-08-21 | 18 | -36/+551 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| | * | | | | | | | smol: Implement smol in tor-rtcompat | Niel Duysters | 2025-08-21 | 18 | -36/+551 | |
| * | | | | | | | | Merge branch 'fmt-match' into 'main' | David Goulet | 2025-08-20 | 1 | -46/+26 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tor-proto: simplify some match statements | Steven Engler | 2025-08-20 | 1 | -46/+26 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'ticket1597_05-norelay' into 'main' | David Goulet | 2025-08-20 | 22 | -239/+1461 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | proto: Change (crate) to (super) for all objects in msg.rs | David Goulet | 2025-08-20 | 1 | -25/+25 | |
| | * | | | | | | | proto: Cleanup allow(unused) | David Goulet | 2025-08-20 | 2 | -4/+0 | |
| | * | | | | | | | cargo: Make it that tor-keymgr is required for tor-chanmgr | David Goulet | 2025-08-20 | 1 | -1/+1 | |
| | * | | | | | | | proto: Unit tests for channel handler | David Goulet | 2025-08-20 | 1 | -1/+107 | |
| | * | | | | | | | proto: Rename OutboundClientHandshake | David Goulet | 2025-08-20 | 2 | -11/+11 | |
| | * | | | | | | | proto: Make the OutboundClientHandshake use new cell handler | David Goulet | 2025-08-20 | 7 | -212/+98 | |
| | * | | | | | | | proto: Add helper functions/type for cell handling | David Goulet | 2025-08-20 | 1 | -0/+20 | |
| | * | | | | | | | proto: Add channel cell handler | David Goulet | 2025-08-20 | 2 | -0/+562 | |
| | * | | | | | | | proto: Add message filtering to restricted message sets | David Goulet | 2025-08-20 | 1 | -2/+361 | |
| | * | | | | | | | proto: Implement a From<std::io::Error> for Error | David Goulet | 2025-08-20 | 1 | -0/+6 | |
| | * | | | | | | | cell: Add helper functions | David Goulet | 2025-08-20 | 1 | -0/+5 | |
| | * | | | | | | | proto: Add restricted channel message sets | David Goulet | 2025-08-20 | 2 | -3/+211 | |
| | * | | | | | | | proto: Add ChannelType enum | David Goulet | 2025-08-20 | 4 | -11/+66 | |
| | * | | | | | | | chan: Rename channel launch to launch_client | David Goulet | 2025-08-20 | 3 | -3/+4 | |
| | * | | | | | | | chanmgr: Add KeyMgr to channel builder | David Goulet | 2025-08-20 | 10 | -5/+23 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'python-fixes' into 'main' | Jim Newsome | 2025-08-20 | 2 | -5/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix a type warning in postprocess_coverage_html | Nick Mathewson | 2025-08-19 | 1 | -1/+1 | |
| | * | | | | | | | Run black to fix check_doc_features format. | Nick Mathewson | 2025-08-19 | 1 | -4/+4 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'document-rustls-provider-choice' into 'main' | Nick Mathewson | 2025-08-20 | 2 | -3/+25 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Document why we are using ring with rustls | Nick Mathewson | 2025-08-19 | 2 | -3/+25 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'ticket_2121' into 'main' | Nick Mathewson | 2025-08-19 | 1 | -0/+49 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Add a few unit tests for create_unbootstrapped_async. | Nick Mathewson | 2025-08-19 | 1 | -0/+49 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'rename-ns-to-plain' into 'main' | opara | 2025-08-19 | 11 | -54/+69 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-netdoc: network status: fix docs features suppressions | Ian Jackson | 2025-08-18 | 1 | -1/+5 | |
| | * | | | | | | tor-netdoc: Replace "ns" with "plain" for unflavoured consensuses | Ian Jackson | 2025-08-18 | 1 | -1/+3 | |
| | * | | | | | | tor-netdoc: Provide some compatibility aliases | Ian Jackson | 2025-08-18 | 1 | -0/+13 | |
