summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-1/+1
* oneshot: Use veneer in tor-protoIan Jackson2023-10-111-1/+2
* tor-proto: Fix dead_code when building without experimental-apiNick Mathewson2023-08-161-0/+1
* proto: methods to wait until a channel/circuit is shut down.Nick Mathewson2023-08-041-1/+21
* proto: document channel lifecycle better.Nick Mathewson2023-06-281-5/+24
* Rename OpenClientChan{Msg,Cell} => OpenChan{Msg,Cell}S2CNick Mathewson2023-02-091-8/+8
* tor-proto: Do not parse forbidden commands on inbound cells.Nick Mathewson2023-02-091-2/+32