summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* proto: Add spaces in docs to satisfy clippyGabriela Moldovan2025-10-211-3/+3
* proto: Fix doc links post-refactoringGabriela Moldovan2025-10-212-3/+7
* proto: Add a basic implementation for the relay reactor(s)Gabriela Moldovan2025-10-212-37/+695
* proto: Remove explicit returns to appease clippyGabriela Moldovan2025-10-211-6/+5
* proto: Boilerplate for control command handlingGabriela Moldovan2025-10-211-7/+29
* proto: s/channel_id/circ_idGabriela Moldovan2025-10-211-1/+1
* proto: Replace DynTimeProvider with RuntimeGabriela Moldovan2025-10-211-7/+9
* proto: Require that chan_provider is SendGabriela Moldovan2025-10-211-2/+2
* proto: Use a broadcast channel for the shutdown handleGabriela Moldovan2025-10-211-5/+6
* proto: Move StreamMpsc{Sender,Receiver} to stream module (fmt)Gabriela Moldovan2025-10-215-5/+5
* proto: Move StreamMpsc{Sender,Receiver} to stream moduleGabriela Moldovan2025-10-218-11/+18
* proto: remove extraneous blank lineGabriela Moldovan2025-10-211-1/+0
* proto: Remove silly TODO about outgoing chan mgmtGabriela Moldovan2025-10-211-3/+1
* proto: Move hop settings into a shared moduleGabriela Moldovan2025-10-217-306/+328
* proto: Move streammap out of the client module (fmt)Gabriela Moldovan2025-10-213-5/+3
* proto: Add TODO about future code motionGabriela Moldovan2025-10-211-0/+4
* proto: Move halfstream under streammapGabriela Moldovan2025-10-213-3/+4
* proto: Move streammap out of the client moduleGabriela Moldovan2025-10-2110-13/+15
* proto: Move dumb pipes to top-lvl stream module (fmt)Gabriela Moldovan2025-10-217-7/+7
* proto: Move dumb pipes to top-lvl stream moduleGabriela Moldovan2025-10-2110-9/+10
* proto: Give the relay reactor a stream mapGabriela Moldovan2025-10-213-4/+12
* proto: Rename RelayReactor to BackwardReactorGabriela Moldovan2025-10-211-5/+15
* Cleanup: Remove a variable renameNick Mathewson2025-10-201-4/+2
* Refactor: turn circ_extensions_from_settings into a methodNick Mathewson2025-10-203-63/+62
* proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdChecker (fmt)Gabriela Moldovan2025-10-161-1/+2
* proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdCheckerGabriela Moldovan2025-10-167-19/+19
* proto: Fix docs to refer to the right stream:: paths.Gabriela Moldovan2025-10-162-2/+2
* proto: Move IncomingDataCmdChecker to top-level stream module.Gabriela Moldovan2025-10-164-49/+55
* proto: Split out DataCmdChecker into multiple types (fmt).Gabriela Moldovan2025-10-161-1/+1
* proto: Split out DataCmdChecker into multiple types.Gabriela Moldovan2025-10-163-13/+51
* proto: Do not fully-qualify Arc.Gabriela Moldovan2025-10-161-3/+3
* proto: Replace fully-qualified paths with use (fmt).Gabriela Moldovan2025-10-162-8/+2
* proto: Replace fully-qualified paths with use.Gabriela Moldovan2025-10-162-8/+8
* proto: Reformat imports post-move.Gabriela Moldovan2025-10-1610-12/+11
* proto: Avoid crate-pub reexports of shared types from the client module.Gabriela Moldovan2025-10-1611-20/+19
* proto: Move cmdchecker under top-level stream module.Gabriela Moldovan2025-10-163-2/+2
* Merge branch 'outbound-relay-doc-fix' into 'main'Nick Mathewson2025-10-161-1/+1
|\
| * proto: Fix typo in OutboundRelayLayer docs.Gabriela Moldovan2025-10-081-1/+1
* | tor-proto: update unit testSteven Engler2025-10-141-27/+24
* | tor-proto: relax XON limitsSteven Engler2025-10-141-3/+13
* | tor-proto: remove `StreamEndpointType`Steven Engler2025-10-143-31/+12
* | tor-proto: relax XOFF limitsSteven Engler2025-10-141-22/+30
* | tor-proto: add derives for `CellCount`Steven Engler2025-10-141-1/+1
* | Merge branch 'rm-allow' into 'main'Ian Jackson2025-10-141-1/+0
|\ \
| * | proto: Remove an allow that is no longer neededGabriela Moldovan2025-10-141-1/+0
* | | Merge branch 'celltypes' into 'main'gabi-2502025-10-1410-11/+13
|\ \ \
| * | | proto: Move celltypes out of clientGabriela Moldovan2025-10-1310-11/+13
| |/ /
* | | Merge branch 'unique-id' into 'main'David Goulet2025-10-142-19/+30
|\ \ \
| * | | proto: Stop using tunnel IDs in relay reactor.Gabriela Moldovan2025-10-132-19/+30
| |/ /
* / / proto: Use a small vec for the hop list.Gabriela Moldovan2025-10-131-1/+7
|/ /