index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
channel.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename OptTimestamp to AtomicOptTimestamp
Neel Chauhan
2024-06-24
1
-4
/
+4
*
ChannelSender::poll_ready_unpin_bool: move to util
Ian Jackson
2024-05-29
1
-19
/
+0
*
ChannelSender::poll_ready_unpin_bool: extension trait
Ian Jackson
2024-05-29
1
-1
/
+7
*
ChannelSender::poll_ready_unpin_bool: rename from poll_ready
Ian Jackson
2024-05-29
1
-2
/
+6
*
ChannelSender::poll_ready inherent method: Don't discard error
Ian Jackson
2024-05-29
1
-1
/
+1
*
ChannelSender::poll_ready inherent method: Avoid apparent discard
Ian Jackson
2024-05-29
1
-1
/
+1
*
ChannelSender::poll_ready inherent method: Use Sink:poll_ready
Ian Jackson
2024-05-29
1
-1
/
+1
*
Remove an outdated comment.
Nick Mathewson
2024-05-20
1
-3
/
+0
*
Make an arc clone explicit.
Nick Mathewson
2024-05-20
1
-1
/
+1
*
Fix a typo.
gabi-250
2024-05-20
1
-1
/
+1
*
proto: Divide up some elements of ChannelDetails.
Nick Mathewson
2024-05-16
1
-50
/
+54
*
Make Channel non-Clone.
Nick Mathewson
2024-05-16
1
-2
/
+2
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
1
-4
/
+4
*
proto: Move Channel send functionality into a separate type.
Nick Mathewson
2024-05-16
1
-39
/
+51
*
proto: Document ChannelDetails members that don't need to be shared.
Nick Mathewson
2024-05-16
1
-1
/
+7
*
proto: Document usage for each mutable part of ChannelDetails
Nick Mathewson
2024-05-16
1
-1
/
+12
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
Add a caret_int HandshakeType for HTYPE constants
Jim Newsome
2023-10-26
1
-1
/
+5
*
Change `CircId` to never be zero
Jim Newsome
2023-10-25
1
-4
/
+4
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-proto
Ian Jackson
2023-10-11
1
-1
/
+2
*
tor-proto: Fix dead_code when building without experimental-api
Nick Mathewson
2023-08-16
1
-0
/
+1
*
proto: methods to wait until a channel/circuit is shut down.
Nick Mathewson
2023-08-04
1
-1
/
+21
*
proto: document channel lifecycle better.
Nick Mathewson
2023-06-28
1
-5
/
+24
*
Rename OpenClientChan{Msg,Cell} => OpenChan{Msg,Cell}S2C
Nick Mathewson
2023-02-09
1
-8
/
+8
*
tor-proto: Do not parse forbidden commands on inbound cells.
Nick Mathewson
2023-02-09
1
-2
/
+32
*
tor-proto: only parse allowed ChanMsg types during handshake.
Nick Mathewson
2023-02-09
1
-1
/
+3
*
tor-cell: Rename ChanMsg and ChanCell-related types.
Nick Mathewson
2023-02-07
1
-13
/
+13
*
tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.
Nick Mathewson
2023-02-07
1
-0
/
+1
*
tor-cell: Use macro to generate ChanMsg too.
Nick Mathewson
2023-02-07
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2023-01-07
1
-1
/
+1
*
tor-proto: CreateFastWrap::decode_chanmsg: Do not report handshake
Ian Jackson
2023-01-06
1
-1
/
+1
*
tor-proto: When relay IDs mismatch, the IDs are sensitive in errors
Ian Jackson
2023-01-06
1
-1
/
+3
*
proto: Make Channel::reparameterize take &self.
Nick Mathewson
2022-10-18
1
-1
/
+1
*
proto: Implement HasRelayIds for Channel.
Nick Mathewson
2022-10-18
1
-0
/
+9
*
Change multiplicity of ChannelMethod and addresses
Nick Mathewson
2022-10-11
1
-4
/
+4
*
tor-linkspec: Remove the old OwnedFoo::new() functions
Nick Mathewson
2022-10-06
1
-4
/
+20
*
tor-proto: Preserve the ChannelMethod, not the SocketAddr
Nick Mathewson
2022-10-06
1
-11
/
+20
*
channel engage_padding_activities: swap docs to tor0proto
Ian Jackson
2022-08-17
1
-1
/
+11
*
channel fake_channel_details: Use precise cfg
Ian Jackson
2022-08-17
1
-1
/
+1
*
Rename ChannelsParams types to ChannelPaddingInstructions
Ian Jackson
2022-08-17
1
-4
/
+4
*
Channel: Make mutable() and engage_padding_activities infallible
Ian Jackson
2022-08-17
1
-6
/
+5
*
Move ChannelUsage from tor_proto to tor_chanmgr
Ian Jackson
2022-08-17
1
-55
/
+26
*
channel: Clarify (and in some places replace) "frontend" terminology
Ian Jackson
2022-08-17
1
-4
/
+5
*
chanmgr ChannelUsage: Fix and clarify docs
Ian Jackson
2022-08-17
1
-2
/
+3
*
tor-proto, testing: Provide new_fake_channel
Ian Jackson
2022-08-16
1
-0
/
+22
*
tor-proto, testing: Make fake_channel_details available
Ian Jackson
2022-08-16
1
-16
/
+18
*
tor-proto: Make "testing" feature that exports some things
Ian Jackson
2022-08-16
1
-2
/
+15
*
channel padding: Send negotiation cells
Ian Jackson
2022-08-16
1
-4
/
+8
*
tor-proto channel: Make arrangements to send PADDING_NEGOTIATE
Ian Jackson
2022-08-16
1
-0
/
+1
[next]