summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | arti: test: Add integration test suite for `arti keys`hjrgrn2025-08-2513-1/+392
|/ / / / /
* | | | | Merge branch 'rustls-disclaimer' into 'main'opara2025-08-254-12/+4
|\ \ \ \ \
| * | | | | docs: remove outdated comments about rustls/ring licenseSteven Engler2025-08-214-12/+4
* | | | | | Merge branch 'toml-0.9.5' into 'main'Nick Mathewson2025-08-239-21/+36
|\ \ \ \ \ \
| * | | | | | Upgrade to toml-0.9.5.Nick Mathewson2025-08-189-21/+36
* | | | | | | Merge branch 'arti-p112-docs' into 'main'David Goulet2025-08-213-0/+40
|\ \ \ \ \ \ \
| * | | | | | | proto: Indent line in docs to satisfy clippy.Gabriela Moldovan2025-08-211-1/+1
| * | | | | | | proto: Add prop349 note about the resolve stream handler.Gabriela Moldovan2025-08-201-0/+14
| * | | | | | | proto: Document how handle_meta_cell can cause circuit teardown.Gabriela Moldovan2025-08-201-0/+14
| * | | | | | | proto: Add docs about the lifecycle of MetaCellHandlers.Gabriela Moldovan2025-08-201-0/+12
* | | | | | | | Merge branch 'handshake-versions' into 'main'David Goulet2025-08-218-87/+78
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | proto: Remove the AUTHORIZE as a parsable cellDavid Goulet2025-08-217-75/+10
| * | | | | | | proto: Add a channel handler comment and a fixDavid Goulet2025-08-211-3/+8
| * | | | | | | proto: Return AUTHORIZE, VPADDING and VERSIONS at handshakeDavid Goulet2025-08-212-24/+65
| * | | | | | | proto: Allow padding in all channel message setsDavid Goulet2025-08-211-3/+13
* | | | | | | | Merge branch 'ticket_2124' into 'main'Nick Mathewson2025-08-214-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | hsservice: Move derive_more::From out of internal_prelude.Nick Mathewson2025-08-194-1/+4
* | | | | | | | | Merge branch 'drop-dependency-proxy' into 'main'gabi-2502025-08-211-19/+10
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | ci: drop dependency proxy experimentJérôme Charaoui2025-08-211-19/+10
|/ / / / / / / /
* | | | | | | | Merge branch 'smol-add-impl-in-tor-rtcompat' into 'main'opara2025-08-2118-36/+551
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | smol: Implement smol in tor-rtcompatNiel Duysters2025-08-2118-36/+551
* | | | | | | | Merge branch 'fmt-match' into 'main'David Goulet2025-08-201-46/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | tor-proto: simplify some match statementsSteven Engler2025-08-201-46/+26
|/ / / / / / / /
* | | | | | | | Merge branch 'ticket1597_05-norelay' into 'main'David Goulet2025-08-2022-239/+1461
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | proto: Change (crate) to (super) for all objects in msg.rsDavid Goulet2025-08-201-25/+25
| * | | | | | | proto: Cleanup allow(unused)David Goulet2025-08-202-4/+0
| * | | | | | | cargo: Make it that tor-keymgr is required for tor-chanmgrDavid Goulet2025-08-201-1/+1
| * | | | | | | proto: Unit tests for channel handlerDavid Goulet2025-08-201-1/+107
| * | | | | | | proto: Rename OutboundClientHandshakeDavid Goulet2025-08-202-11/+11
| * | | | | | | proto: Make the OutboundClientHandshake use new cell handlerDavid Goulet2025-08-207-212/+98
| * | | | | | | proto: Add helper functions/type for cell handlingDavid Goulet2025-08-201-0/+20
| * | | | | | | proto: Add channel cell handlerDavid Goulet2025-08-202-0/+562
| * | | | | | | proto: Add message filtering to restricted message setsDavid Goulet2025-08-201-2/+361
| * | | | | | | proto: Implement a From<std::io::Error> for ErrorDavid Goulet2025-08-201-0/+6
| * | | | | | | cell: Add helper functionsDavid Goulet2025-08-201-0/+5
| * | | | | | | proto: Add restricted channel message setsDavid Goulet2025-08-202-3/+211
| * | | | | | | proto: Add ChannelType enumDavid Goulet2025-08-204-11/+66
| * | | | | | | chan: Rename channel launch to launch_clientDavid Goulet2025-08-203-3/+4
| * | | | | | | chanmgr: Add KeyMgr to channel builderDavid Goulet2025-08-2010-5/+23
|/ / / / / / /
* | | | | | | Merge branch 'python-fixes' into 'main'Jim Newsome2025-08-202-5/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix a type warning in postprocess_coverage_htmlNick Mathewson2025-08-191-1/+1
| * | | | | | | Run black to fix check_doc_features format.Nick Mathewson2025-08-191-4/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'document-rustls-provider-choice' into 'main'Nick Mathewson2025-08-202-3/+25
|\ \ \ \ \ \ \
| * | | | | | | Document why we are using ring with rustlsNick Mathewson2025-08-192-3/+25
|/ / / / / / /
* | | | | | | Merge branch 'ticket_2121' into 'main'Nick Mathewson2025-08-191-0/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add a few unit tests for create_unbootstrapped_async.Nick Mathewson2025-08-191-0/+49
|/ / / / / /
* | | | | | Merge branch 'rename-ns-to-plain' into 'main'opara2025-08-1911-54/+69
|\ \ \ \ \ \
| * | | | | | tor-netdoc: network status: fix docs features suppressionsIan Jackson2025-08-181-1/+5
| * | | | | | tor-netdoc: Replace "ns" with "plain" for unflavoured consensusesIan Jackson2025-08-181-1/+3
| * | | | | | tor-netdoc: Provide some compatibility aliasesIan Jackson2025-08-181-0/+13