aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-relay/src/stream.rs
Commit message (Collapse)AuthorAgeFilesLines
* arti-relay: s/stream/tor_stream for clarityGabriela Moldovan2026-07-221-5/+5
|
* arti-relay: Warn if incoming stream handler task can't be launchedGabriela Moldovan2026-07-221-2/+4
|
* arti-relay: Add a task for handling incoming streamsGabriela Moldovan2026-07-221-1/+60
| | | | | This is just the skeleton of the task. The implementation will follow later.
* arti-relay: Link IncomingStreamRequestFilter in RequestFilterGabriela Moldovan2026-06-291-1/+2
| | | | | Suggested by opara in https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4145#note_3430815
* arti-relay: Add an unimplemented stream request filterGabriela Moldovan2026-06-291-0/+23
This is currently just a placeholder that accepts all stream requests. It will be fleshed out later, as part of #1448