aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* | proto: Authenticate a relay channelDavid Goulet2026-01-223-32/+76
* | proto: Make VerifiableChannel::check() asyncDavid Goulet2026-01-223-3/+6
* | proto: Add CertifiedConn to relay handshakeDavid Goulet2026-01-222-17/+17
* | proto: Add relay link signing kp to RelayIdentitiesDavid Goulet2026-01-221-0/+5
* | proto: Add UnverifiedRelayChannel::build_auth_data()David Goulet2026-01-221-37/+101
* | proto: Implement RelayResponderHandshakeDavid Goulet2026-01-222-2/+264
* | proto: Add helper to build NETINFO cellDavid Goulet2026-01-221-13/+25
* | proto: Add a helper function to build CERTS cellDavid Goulet2026-01-221-1/+47
* | proto: Make CERTS cell optionnable for UnverifiedChannelDavid Goulet2026-01-225-21/+67
* | proto: Move relay channel related structs outside of handshake.rsDavid Goulet2026-01-222-269/+272
|/
* Merge branch 'ticket1599_02' into 'main'David Goulet2026-01-137-92/+164
|\
| * proto: Fix comments documentationDavid Goulet2026-01-133-4/+4
| * proto: Seal the VerifiableChannel and FinalizableChannel traitsDavid Goulet2026-01-133-2/+38
| * chanmgr: Spawn task for ChannelProvider impl of get_or_launch()David Goulet2026-01-131-7/+5
| * proto: Improve channel trait commentsDavid Goulet2026-01-131-0/+7
| * proto: Add link_protocol() to VerifiableChannel traitDavid Goulet2026-01-133-12/+16
| * chanmgr: Implement tor_proto::ChannelProvider for ChanMgrDavid Goulet2026-01-131-2/+4
| * proto: Add traits for public channel viewsDavid Goulet2026-01-135-93/+106
| * proto: Add clock_skew() helper to relay unverified channelDavid Goulet2026-01-131-1/+13
* | Merge branch 'dedupe-handler' into 'main'gabi-2502026-01-136-58/+48
|\ \ | |/ |/|
| * proto: Fix docs post-refactoringGabriela Moldovan2026-01-131-2/+2
| * proto: Dedupe IncomingStreamRequestHandlerGabriela Moldovan2026-01-126-62/+47
| * proto: Give IncomingStreamRequestHandler a HopNumGabriela Moldovan2026-01-122-1/+6
* | proto: Update outdated reference to rxs in StreamMap docsGabriela Moldovan2026-01-121-1/+1
|/
* proto: Add an immediate order for client CircuitEvent orderingDavid Goulet2025-12-101-4/+7
* proto: Rename CircuitAction and cie to CircuitEventDavid Goulet2025-12-102-75/+67
* proto: #[macro_use] be gone!Gabriela Moldovan2025-12-104-2/+4
* proto: Rename Circuit{Action/Event}::Shutdown to ProtoViolationDavid Goulet2025-12-103-11/+12
* proto: Add TODO in client reactor for bad cellDavid Goulet2025-12-101-0/+6
* proto: Move relay specific unit test to relay moduleDavid Goulet2025-12-102-25/+41
* proto: Relay circuit reactor now handles AnyChanMsgDavid Goulet2025-12-103-12/+14
* proto: Make ClientCircChanMsg pub(super)David Goulet2025-12-101-1/+1
* proto: Move unit tests and minor fixDavid Goulet2025-12-103-24/+23
* proto: Client circuit reactor now handles AnyChanMsgDavid Goulet2025-12-109-34/+51
* proto: Move RelayCircChanMsg into relay moduleDavid Goulet2025-12-105-27/+29
* proto: Move ClientCircChanMsg into client moduleDavid Goulet2025-12-107-34/+39
* proto: Remove unused restricted channel msg setDavid Goulet2025-12-101-26/+0
* Merge branch 'fix-relay-compile' into 'main'David Goulet2025-12-095-9/+14
|\
| * proto: Remove outdated TODO about add_ent_with_id()Gabriela Moldovan2025-12-081-3/+0
| * proto: Fix relay/hs-service feature gating (fmt)Gabriela Moldovan2025-12-081-1/+1
| * proto: Fix relay/hs-service feature gatingGabriela Moldovan2025-12-085-6/+14
* | Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-046-9/+0
|/
* proto: Add comment about create_firsthop_fastNick Mathewson2025-12-031-1/+2
* Merge branch 'relay-streams2' into 'main'David Goulet2025-12-0218-696/+1658
|\
| * proto: Remove incorrect padding logicGabriela Moldovan2025-12-021-18/+5
| * proto: Add TODO about our TRUNCATE plansGabriela Moldovan2025-12-021-0/+5
| * proto: Move EXTEND handling to catch-all errorGabriela Moldovan2025-12-022-9/+0
| * proto: Explain why we have the backward sink readiness checkGabriela Moldovan2025-12-021-4/+26
| * proto: Resolve some clippy warnings, remove allowsGabriela Moldovan2025-11-242-6/+3
| * proto: Reword a nonsensical TODOGabriela Moldovan2025-11-241-3/+15