summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * proto: Update relay reactor documentationGabriela Moldovan2025-11-241-8/+79
| * proto: Fix a number of newly broken doc linksGabriela Moldovan2025-11-245-5/+7
| * proto: Appropriately gate STREAM_READER_BUFFER to satisfy clippyGabriela Moldovan2025-11-241-1/+4
| * proto: Adjust docs to refer to the new location of StreamReceiverGabriela Moldovan2025-11-241-1/+1
| * proto: Deduplicate msg_streamid()Gabriela Moldovan2025-11-243-40/+22
| * proto: Remove crate-level STREAM_READER_BUFFER reexportGabriela Moldovan2025-11-242-3/+2
| * proto: Move a couple of stream-related constants to stream mod (fmt)Gabriela Moldovan2025-11-244-7/+5
| * proto: Move a couple of stream-related constants to stream modGabriela Moldovan2025-11-247-25/+20
| * proto: Start handling incoming stream requestsGabriela Moldovan2025-11-243-28/+666
| * proto: Pass all the padding-related objects to the relay reactorsGabriela Moldovan2025-11-243-2/+24
| * proto: Make send_msg_to_client() take an AnyRelayMsgOuterGabriela Moldovan2025-11-241-4/+5
| * proto: Add a Tunnel::Relay variant for StreamTargetGabriela Moldovan2025-11-243-10/+114
| * 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
* | Remove semver.md files post-releaseGabriela Moldovan2025-12-021-4/+0
* | Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-20/+20
* | 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: Add a semver entry for ClientInitiatorHandshakeDavid Goulet2025-11-191-0/+2
* 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