summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
* proto: Add docs for ExcessPaddingGabriela Moldovan2025-12-011-0/+1
* proto: Allow unstable_name_collisions in several placesGabriela Moldovan2025-12-012-0/+10
* proto: Remove extra slashes in doc commentsGabriela Moldovan2025-12-011-2/+2
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-248-5/+40
* proto: Remove unused code from testDavid Goulet2025-11-191-1/+0
* proto: Move comment in relay handshake.rsDavid Goulet2025-11-191-1/+1
* proto: Remove unused function from ClientChannelBuilderDavid Goulet2025-11-191-7/+0
* proto: Add a TODO relay for ChannelBuilderDavid Goulet2025-11-191-0/+2
* proto: Remove a .expect() of a digest array conversionDavid Goulet2025-11-191-17/+15
* proto: Update generic channel commentsDavid Goulet2025-11-191-9/+12
* proto: Make cargo doc happyDavid Goulet2025-11-192-3/+3
* proto: Implement part of UnverifiedRelayChannel::finish()David Goulet2025-11-191-10/+37
* proto: Split VerifiedChannel::finish()David Goulet2025-11-192-25/+20
* proto: Use the new client specific channelsDavid Goulet2025-11-192-28/+26
* proto: Add client specific handshake channel structsDavid Goulet2025-11-193-7/+91
* proto: Move client handshake into client channel moduleDavid Goulet2025-11-195-129/+222
* proto: Add VerifiedRelayChannel implementationDavid Goulet2025-11-192-2/+33
* proto: Add UnverifiedRelayChannel implementationDavid Goulet2025-11-194-125/+122
* proto: Introduce relay specific channel structsDavid Goulet2025-11-191-2/+38
* proto: Fix up doc links post-refactoringGabriela Moldovan2025-11-172-9/+9
* proto: Temporarily silence a few warningsGabriela Moldovan2025-11-171-0/+3
* proto: Use CircHopInbound in the ForwardReactor (fmt)Gabriela Moldovan2025-11-173-6/+4
* proto: Use CircHopInbound in the ForwardReactorGabriela Moldovan2025-11-172-19/+15
* proto: Use CircHopOutbound in BackwardReactorGabriela Moldovan2025-11-172-34/+24
* proto: Make cc state shared between CircHop{Inbound,Outbound}Gabriela Moldovan2025-11-173-27/+30
* proto: Make CongestionWindow CopyGabriela Moldovan2025-11-173-8/+8
* proto: Move CircHop{Inbound,Outbound} out of the client module.Gabriela Moldovan2025-11-172-575/+599
* proto: Add constructors for CircHop{Inbound,Outbound}Gabriela Moldovan2025-11-171-19/+46
* proto: Move some of CircHop's impl to CircHop{Inbound,Outbound}Gabriela Moldovan2025-11-171-141/+340
* proto: Make the hop in SendRelayCell optional (fmt)Gabriela Moldovan2025-11-171-1/+5
* proto: Make the hop in SendRelayCell optionalGabriela Moldovan2025-11-177-20/+22
* proto: Update SendRelayCell docsGabriela Moldovan2025-11-171-2/+3
* proto: Move SendRelayCell to circhop (fmt)Gabriela Moldovan2025-11-174-5/+5
* proto: Move SendRelayCell to circhopGabriela Moldovan2025-11-175-20/+23
* proto: Split CircHop into inbound and outbound components (fmt)Gabriela Moldovan2025-11-171-7/+13
* proto: Split CircHop into inbound and outbound componentsGabriela Moldovan2025-11-171-52/+76
* proto: Rename cell decoder field for clarityGabriela Moldovan2025-11-141-3/+3
* proto: Avoid exposing stream map field (fmt)Gabriela Moldovan2025-11-141-8/+11
* proto: Avoid exposing stream map fieldGabriela Moldovan2025-11-141-3/+3
* proto: Import StreamMap to reduce cognitive complexityGabriela Moldovan2025-11-141-6/+6
* proto: Move CloseStreamBehavior to top-level stream moduleGabriela Moldovan2025-11-145-26/+29
* proto: Remove extraneous backtick in CloseStreamBehavior docsGabriela Moldovan2025-11-141-1/+1
* Merge branch 'prop368-v4' into 'main'Nick Mathewson2025-11-139-10/+325
|\
| * fix a documentation link.Nick Mathewson2025-11-131-1/+1
| * proto: run add_warning to update tunnel_activity.rsNick Mathewson2025-11-121-1/+1
| * proto: assert that no member of InTunnelActivity needs_drop.Nick Mathewson2025-11-121-1/+15
| * proto: Use a ZST-token pattern to enforce correctness for TunnelActivityNick Mathewson2025-11-122-14/+58
| * tor-proto: Track information on when tunnels were last usedNick Mathewson2025-11-129-1/+258
* | proto: Remove duplicated function in CircHopGabriela Moldovan2025-11-132-7/+2
* | proto: Remove a no longer relevant TODOGabriela Moldovan2025-11-121-3/+0
|/