summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/reactor.rs
Commit message (Expand)AuthorAgeFilesLines
* circ: Remove CircParameters reference in call stackDavid Goulet2025-04-231-2/+1
* Allow StreamOps import to be unusedNick Mathewson2025-04-091-2/+8
* proto: make padding::Parameters construction fallible.Nick Mathewson2025-03-181-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* tor-proto: Add a tunnel module.David Goulet2025-02-201-6/+6
* tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle (fmt).Gabriela Moldovan2025-01-151-1/+1
* tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle.Gabriela Moldovan2025-01-151-2/+2
* tor-proto: Set kist params in channel reactor.Gabriela Moldovan2025-01-151-2/+32
* tor-proto: Add CtrlMsg for setting kist options (fmt).Gabriela Moldovan2025-01-151-1/+3
* tor-proto: Add CtrlMsg for setting kist options.Gabriela Moldovan2025-01-151-1/+8
* tor-proto: Pass a StreamOps handle to the channel reactor.Gabriela Moldovan2025-01-151-2/+6
* tor-proto: fix bad indentationSteven Engler2025-01-091-3/+3
* tor-proto: test `Channel::wait_for_close`Steven Engler2025-01-091-5/+35
* tor-proto: `Channel::wait_for_close` return success statusSteven Engler2025-01-091-6/+5
* tor-proto: replace `Channel`s "closed" state handlingSteven Engler2024-12-101-9/+30
* Apply deferred rustfmt churnIan Jackson2024-10-091-1/+1
* memquota: Use an mq_queue for channel->circuit RX queueIan Jackson2024-10-091-4/+5
* memquota: Introduce type aliases for channel->circuit RX queueIan Jackson2024-10-091-2/+2
* tor-proto: Make circuit->channel queues participate in memquotaIan Jackson2024-10-031-1/+2
* tor-proto: Plumb the ChannelAccount through to queue creation siteIan Jackson2024-10-031-0/+2
* tor-proto: channel: Make construction fallibleIan Jackson2024-10-031-1/+2
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-3/+3
* proto: Divide up some elements of ChannelDetails.Nick Mathewson2024-05-161-2/+4
* proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-161-1/+1
* Downgrade some messages to traceIan Jackson2023-11-291-1/+1
* Change `CircId` to never be zeroJim Newsome2023-10-251-26/+65
* oneshot: Use veneer in tor-protoIan Jackson2023-10-111-3/+4
* proto: methods to wait until a channel/circuit is shut down.Nick Mathewson2023-08-041-0/+7
* async-utils: rename SinkExt to SinkPrepareExtNick Mathewson2023-04-191-1/+1
* Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-291-1/+1
* Rename OpenClientChan{Msg,Cell} => OpenChan{Msg,Cell}S2CNick Mathewson2023-02-091-20/+20
* tor-proto: Do not parse forbidden commands on inbound cells.Nick Mathewson2023-02-091-84/+28
* tor-cell: Rename ChanMsg and ChanCell-related types.Nick Mathewson2023-02-071-34/+34
* tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.Nick Mathewson2023-02-071-0/+1
* tor-cell: Use macro to generate ChanMsg too.Nick Mathewson2023-02-071-2/+2
* tor-proto: reactor tests: Use debug fmt on an errorIan Jackson2022-12-121-1/+1
* tor-linkspec: Remove the old OwnedFoo::new() functionsNick Mathewson2022-10-061-1/+5
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+1
* channel padding: Only do anything with link protocol 5Ian Jackson2022-08-171-0/+7
* channel reactor: Add some commented-out debug for paddingIan Jackson2022-08-171-1/+5
* Rename ChannelsParams types to ChannelPaddingInstructionsIan Jackson2022-08-171-2/+2
* tor-proto channel padding: Document PADDING_NEGOTIATE overwritingIan Jackson2022-08-171-0/+3
* tor-proto: Make "testing" feature that exports some thingsIan Jackson2022-08-161-1/+3
* channel padding: Send negotiation cellsIan Jackson2022-08-161-0/+4
* tor-proto channel: Make arrangements to send PADDING_NEGOTIATEIan Jackson2022-08-161-2/+34
* tor-proto: Split CellErr based on activity.Nick Mathewson2022-06-231-2/+3
* tor-proto: clean up error names and messagesNick Mathewson2022-06-231-10/+10
* channel padding: Rename ChannelsParams from ChannelsConfig (rustfmt)Ian Jackson2022-06-211-1/+1
* channel padding: Rename ChannelsParams from ChannelsConfigIan Jackson2022-06-211-4/+4
* tor-proto: err: Provide ChannelClosed as a separate unit errorIan Jackson2022-06-211-2/+2