aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-139-92/+169
|\
| * 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-132-7/+6
| * proto: Improve channel trait commentsDavid Goulet2026-01-131-0/+7
| * proto: Add semver.md for breaking changesDavid Goulet2026-01-131-0/+3
| * 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-136-93/+107
| * 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
* | Merge branch 'streammap-docs' into 'main'gabi-2502026-01-131-1/+1
|\ \
| * | proto: Update outdated reference to rxs in StreamMap docsGabriela Moldovan2026-01-121-1/+1
| |/
* / cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-20/+20
|/
* 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
|/
* Merge branch 'bump-criterion' into 'main'Ian Jackson2025-12-041-2/+2
|\
| * proto: Bump criterion, criterion-cycles-per-byte to 0.8.0Gabriela Moldovan2025-12-041-2/+2
* | Merge branch 'protover_refactor' into 'main'Nick Mathewson2025-12-041-1/+2
|\ \
| * | proto: Add comment about create_firsthop_fastNick Mathewson2025-12-031-1/+2
| |/
* | Pin our derive-deftly version to ~1.6.0 everywhereIan Jackson2025-12-031-1/+1
* | Update to derive-deftly 1.6.0Ian Jackson2025-12-031-1/+1
|/
* Merge branch 'relay-streams2' into 'main'David Goulet2025-12-0218-696/+1658
|\