summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
| * proto: Add WIP constructor for relay sync viewGabriela Moldovan2025-11-241-0/+6
| * proto: Move StreamComponents to top-level stream modGabriela Moldovan2025-11-243-22/+24
| * proto: Move raw under top-level stream modGabriela Moldovan2025-11-243-7/+3
| * proto: Move StreamTarget to stream moduleGabriela Moldovan2025-11-244-163/+177
| * proto: Make StreamTarget take a generic TunnelGabriela Moldovan2025-11-241-42/+90
| * proto: Make the hop in StreamTarget optionalGabriela Moldovan2025-11-241-6/+6
| * proto: Add an IncomingStreamConfig to pass to the reactorGabriela Moldovan2025-11-241-2/+12
| * proto: Rework relay reactor error handlingGabriela Moldovan2025-11-241-8/+15
| * proto: Rename RelayReactor to ReactorGabriela Moldovan2025-11-243-12/+12
| * proto: Give RelayCirc a DynTimeProviderGabriela Moldovan2025-11-242-1/+7
| * proto: Move StreamReqInfo to stream moduleGabriela Moldovan2025-11-243-55/+60
| * proto: Make the hop in StreamReqInfo optionalGabriela Moldovan2025-11-243-6/+3
| * proto: Move IncomingStream* types to shared moduleGabriela Moldovan2025-11-243-305/+300
| * proto: Make the forward -> backward reactor chan boundedGabriela Moldovan2025-11-243-5/+12
| * proto: Let cell_rx carry more than just stream dataGabriela Moldovan2025-11-242-21/+46
| * proto: Give RelayReactor and BackwardReactor a RuntimeGabriela Moldovan2025-11-242-3/+17
| * proto: Don't poll PollAll unless we can write to chanGabriela Moldovan2025-11-241-14/+9
| * proto: Use CircuitCellSender in the backward reactorGabriela Moldovan2025-11-241-8/+14
| * proto: Return early if the cell is unrecognizedGabriela Moldovan2025-11-241-11/+11
* | 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