aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel.rs
Commit message (Expand)AuthorAgeFilesLines
...
* tor-proto: Set kist params in channel reactor.Gabriela Moldovan2025-01-151-0/+1
* tor-proto: Add Channel::reparameterize_kist() API.Gabriela Moldovan2025-01-151-0/+9
* tor-proto: Pass a StreamOps handle to the channel reactor.Gabriela Moldovan2025-01-151-0/+2
* tor-rtcompat: Big invasive change adding StreamOps bound everywhere.Gabriela Moldovan2025-01-151-3/+3
* tor-proto: Add KistParams type built from NetParameters.Gabriela Moldovan2025-01-151-0/+1
* tor-proto: make `Channel::wait_for_close` non-experimentalSteven Engler2025-01-091-1/+0
* tor-proto: `Channel::wait_for_close` return success statusSteven Engler2025-01-091-8/+37
* tor-proto: removed `Receiver::recv_clone` and implemented `IntoFuture` for `R...Steven Engler2024-12-101-1/+2
* tor-proto: update docs on `Channel::reactor_closed_rx`Steven Engler2024-12-101-3/+1
* tor-proto: replace oneshot broadcast channelSteven Engler2024-12-101-1/+1
* tor-proto: replace `Channel`s "closed" state handlingSteven Engler2024-12-101-26/+17
* tor-proto: move `ChannelDetails::reactor_closed_rx` to `Channel`Steven Engler2024-12-101-11/+17
* memquota: Fix circuit account lifetime (fmt)Ian Jackson2024-10-211-1/+8
* memquota: Fix circuit account lifetime (clippy churn)Ian Jackson2024-10-211-1/+1
* memquota: Fix circuit account lifetimeIan Jackson2024-10-211-1/+1
* Apply deferred rustfmt churnIan Jackson2024-10-091-1/+1
* memquota: Use an mq_queue for channel->circuit RX queueIan Jackson2024-10-091-4/+6
* memquota: Add docs and TODOs re inbound channel->circuit dataIan Jackson2024-10-091-0/+1
* tor-proto: Remove the no-longer needed allowsIan Jackson2024-10-031-1/+0
* tor-proto: channel: Provide time_provider accessorsIan Jackson2024-10-031-0/+17
* tor-proto: Make circuit->channel queues participate in memquotaIan Jackson2024-10-031-9/+11
* tor-proto: Introduce a fake_mpsc helper for channel testsIan Jackson2024-10-031-2/+11
* tor-proto: Plumb the ChannelAccount through to queue creation siteIan Jackson2024-10-031-2/+20
* tor-proto: Plumb the ChannelAccount through to queue creation site (pre-fmt)Ian Jackson2024-10-031-1/+5
* tor-proto: Make PendingClientCirc::new fallible (fmt)Ian Jackson2024-10-031-7/+1
* tor-proto: Make PendingClientCirc::new fallibleIan Jackson2024-10-031-2/+2
* tor-proto: channel: Make construction fallibleIan Jackson2024-10-031-2/+3
* tor-proto: Add a CoarseTimeProvider bound to all the SleepProvidersIan Jackson2024-10-011-3/+3
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+1
* `tor_proto::channel`: update comment to point to `tor-chanmgr`Jim Newsome2024-08-271-2/+1
* Fix clippy::doc_lazy_continuationIan Jackson2024-07-081-2/+2
* Rename OptTimestamp to AtomicOptTimestampNeel Chauhan2024-06-241-4/+4
* ChannelSender::poll_ready_unpin_bool: move to utilIan Jackson2024-05-291-19/+0
* ChannelSender::poll_ready_unpin_bool: extension traitIan Jackson2024-05-291-1/+7
* ChannelSender::poll_ready_unpin_bool: rename from poll_readyIan Jackson2024-05-291-2/+6
* ChannelSender::poll_ready inherent method: Don't discard errorIan Jackson2024-05-291-1/+1
* ChannelSender::poll_ready inherent method: Avoid apparent discardIan Jackson2024-05-291-1/+1
* ChannelSender::poll_ready inherent method: Use Sink:poll_readyIan Jackson2024-05-291-1/+1
* Remove an outdated comment.Nick Mathewson2024-05-201-3/+0
* Make an arc clone explicit.Nick Mathewson2024-05-201-1/+1
* Fix a typo.gabi-2502024-05-201-1/+1
* proto: Divide up some elements of ChannelDetails.Nick Mathewson2024-05-161-50/+54
* Make Channel non-Clone.Nick Mathewson2024-05-161-2/+2
* proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-161-4/+4
* proto: Move Channel send functionality into a separate type.Nick Mathewson2024-05-161-39/+51
* proto: Document ChannelDetails members that don't need to be shared.Nick Mathewson2024-05-161-1/+7
* proto: Document usage for each mutable part of ChannelDetailsNick Mathewson2024-05-161-1/+12
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* Add a caret_int HandshakeType for HTYPE constantsJim Newsome2023-10-261-1/+5
* Change `CircId` to never be zeroJim Newsome2023-10-251-4/+4