summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-24/+24
* Merge branch 'remove_socks' into 'main'Nick Mathewson2025-10-281-3/+3
|\
| * proto: Adjust a comment about a buffer size.Nick Mathewson2025-10-281-3/+3
* | maint: fixup featuresSteven Engler2025-10-281-0/+1
|/
* proto: Avoid identifying relay circuits using TunnelIdGabriela Moldovan2025-10-271-3/+3
* proto: Remove relay ChannelAuthenticationData builderDavid Goulet2025-10-232-82/+46
* proto: Feature flag some relay specific codeDavid Goulet2025-10-232-8/+15
* proto: Add relay todos for the handshakeDavid Goulet2025-10-231-0/+2
* proto: Use Arc for relay identities objectDavid Goulet2025-10-233-5/+7
* proto: Remove LOG_PREFIX in relay handshakeDavid Goulet2025-10-231-5/+1
* proto: Re-arrange some importsDavid Goulet2025-10-231-3/+1
* proto: Add a note about channel canonicityDavid Goulet2025-10-231-0/+5
* proto: Compute authenticate data after validating certificatesDavid Goulet2025-10-234-15/+58
* proto: Add a relay channel builderDavid Goulet2025-10-233-2/+37
* proto: Add RelayIdentities object holding our keysDavid Goulet2025-10-233-1/+63
* proto: Add the channel authentication dataDavid Goulet2025-10-233-2/+155
* proto: Add RelayInitiatorHandshakeDavid Goulet2025-10-235-1/+141
* proto: Change visibility for some channel objectsDavid Goulet2025-10-233-19/+20
* proto: Replace select! with select_biased!Gabriela Moldovan2025-10-221-2/+2
* proto: Update an outdated doc linkGabriela Moldovan2025-10-221-1/+1
* proto: Add debug log when RelayReactor shuts downGabriela Moldovan2025-10-221-2/+14
* proto: Replace futures::select with importGabriela Moldovan2025-10-221-2/+2
* proto: Remove no-longer relevant note on control message handlingGabriela Moldovan2025-10-221-10/+0
* proto: Remove an already-addressed TODOGabriela Moldovan2025-10-221-2/+0
* proto: Handle control messages in RelayReactorGabriela Moldovan2025-10-222-51/+53
* proto: Move the control channels to RelayReactorGabriela Moldovan2025-10-222-53/+53
* tor-proto: fix `clippy::needless_pass_by_value` warningSteven Engler2025-10-211-0/+1
* Merge branch 'msrv-1-86-0' into 'main'David Goulet2025-10-211-1/+1
|\
| * Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* | proto: Fix broken doc linksGabriela Moldovan2025-10-211-2/+3
* | proto: Prioritize shutdown over everything elseGabriela Moldovan2025-10-211-8/+8
* | proto: Ensure RelayReactor shuts down the other reactorsGabriela Moldovan2025-10-213-21/+48
* | proto: Add TODO about moving control message handling to RelayReactorGabriela Moldovan2025-10-211-0/+3
* | proto: Use select not joinGabriela Moldovan2025-10-211-4/+5
* | proto: Emphasize that we think 2 reactors are better for perfGabriela Moldovan2025-10-211-4/+8
* | proto: Add a TODO about splitting out fields out of BackwardReactorGabriela Moldovan2025-10-211-0/+9
* | proto: Move StreamMap split closer to cell_tx docsGabriela Moldovan2025-10-211-3/+5
* | proto: s/inbound_rx/input for consistency with other reactorsGabriela Moldovan2025-10-211-2/+2
* | proto: Move channel provider to ForwardReactorGabriela Moldovan2025-10-213-18/+18
* | proto: Remove no longer needed MutexGabriela Moldovan2025-10-211-7/+5
* | proto: Remove stray words from docsGabriela Moldovan2025-10-211-1/+1
* | proto: Disambiguate "channel" and "stream"Gabriela Moldovan2025-10-213-52/+52
* | proto: Say why there are two reactors instead of just oneGabriela Moldovan2025-10-211-0/+23
* | proto: Clarify why we may need to forward cells to BackwardReactorGabriela Moldovan2025-10-211-2/+3
* | proto: Fix docs post-renamingGabriela Moldovan2025-10-211-3/+3
* | proto: Avoid calling BackwardReactor "primary"Gabriela Moldovan2025-10-211-5/+1
* | proto: Replace select_biased! with PollAllGabriela Moldovan2025-10-211-32/+124
* | proto: Replace placeholder () with stream id and msgGabriela Moldovan2025-10-213-8/+16
* | proto: Replace inbound/outbound terminologyGabriela Moldovan2025-10-212-42/+42
* | proto: Write a debug log when the reactor startsGabriela Moldovan2025-10-211-2/+12