summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* tor-proto: only parse allowed ChanMsg types during handshake.Nick Mathewson2023-02-091-1/+3
* tor-cell: Rename ChanMsg and ChanCell-related types.Nick Mathewson2023-02-071-13/+13
* 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-1/+1
* Fix typosDimitris Apostolou2023-01-071-1/+1
* tor-proto: CreateFastWrap::decode_chanmsg: Do not report handshakeIan Jackson2023-01-061-1/+1
* tor-proto: When relay IDs mismatch, the IDs are sensitive in errorsIan Jackson2023-01-061-1/+3
* proto: Make Channel::reparameterize take &self.Nick Mathewson2022-10-181-1/+1
* proto: Implement HasRelayIds for Channel.Nick Mathewson2022-10-181-0/+9
* Change multiplicity of ChannelMethod and addressesNick Mathewson2022-10-111-4/+4
* tor-linkspec: Remove the old OwnedFoo::new() functionsNick Mathewson2022-10-061-4/+20
* tor-proto: Preserve the ChannelMethod, not the SocketAddrNick Mathewson2022-10-061-11/+20
* channel engage_padding_activities: swap docs to tor0protoIan Jackson2022-08-171-1/+11
* channel fake_channel_details: Use precise cfgIan Jackson2022-08-171-1/+1
* Rename ChannelsParams types to ChannelPaddingInstructionsIan Jackson2022-08-171-4/+4
* Channel: Make mutable() and engage_padding_activities infallibleIan Jackson2022-08-171-6/+5
* Move ChannelUsage from tor_proto to tor_chanmgrIan Jackson2022-08-171-55/+26
* channel: Clarify (and in some places replace) "frontend" terminologyIan Jackson2022-08-171-4/+5
* chanmgr ChannelUsage: Fix and clarify docsIan Jackson2022-08-171-2/+3
* tor-proto, testing: Provide new_fake_channelIan Jackson2022-08-161-0/+22
* tor-proto, testing: Make fake_channel_details availableIan Jackson2022-08-161-16/+18