aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/reactor.rs
Commit message (Expand)AuthorAgeFilesLines
...
* proto: Make DynTimeProvider explicit in channel padder types.Nick Mathewson2025-10-021-2/+6
* proto: Trigger maybenot events for channel-level padding.Nick Mathewson2025-10-021-7/+35
* proto: Add maybenot padding objects to the channel reactorNick Mathewson2025-10-011-1/+16
* Merge branch 'expire-halfstream-cbt' into 'main'gabi-2502025-09-241-3/+9
|\
| * circmgr: Pass the timeout estimator to circuit constructor (fmt).Gabriela Moldovan2025-09-161-2/+8
| * circmgr: Pass the timeout estimator to circuit constructor.Gabriela Moldovan2025-09-161-3/+3
* | proto: resolve/edit trivial "TODO circpad" instances.Nick Mathewson2025-09-171-2/+6
* | proto: for padding, count cells on each channel queues.Nick Mathewson2025-09-161-3/+1
|/
* Whoops; let chains _still_ aren't stable in 1.85.Nick Mathewson2025-09-031-2/+1
* padding cleanup: use QueuedCellPaddingInfo one more place.Nick Mathewson2025-09-031-5/+3
* padding: Report when outbound cells are flushed.Nick Mathewson2025-09-021-2/+11
* padding: Give CircEnt in a Channel a handle for the PaddingController.Nick Mathewson2025-09-021-16/+48
* proto: Turn CircEnt variants into struct-like format.Nick Mathewson2025-09-021-20/+34
* padding: track which hop each queued cell is for.Nick Mathewson2025-09-021-5/+8
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-1/+1
* proto: Make the OutboundClientHandshake use new cell handlerDavid Goulet2025-08-201-62/+34
* proto: Add ChannelType enumDavid Goulet2025-08-201-1/+2
* tor-proto: report tunnel/channel id as a fieldSteven Engler2025-08-181-2/+2
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-181-1/+1
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-6/+6
* tor-proto: use error report in tunnel/channel reactorSteven Engler2025-08-071-1/+10
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-7/+7
* proto: Fix the tunnel/circuit.rs unit testsDavid Goulet2025-08-051-2/+2
* tor-proto: Log channel, circuit, stream identifiers as structured fields.Gabriela Moldovan2025-06-121-9/+14
* 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