aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/path.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Resolve/downgrade some path-related "TODO HS" itemsNick Mathewson2023-06-221-2/+6
* proto: Implement Redactable and Display for PathEntry.Nick Mathewson2023-06-221-0/+23
* proto: Make Path and PathEntry at least minimally usefulNick Mathewson2023-06-221-0/+28
* proto: Expose an opaque PathEntry.Nick Mathewson2023-06-221-10/+17
* proto: Make Path publicNick Mathewson2023-06-221-4/+7
* proto: Remove Mutex from Path.Nick Mathewson2023-06-221-12/+7
* proto: Make PathEntry::Virtual feature-conditional.Nick Mathewson2023-05-231-0/+1
* proto: Allow circuit Paths to represent virtual hops.Nick Mathewson2023-05-181-4/+23
* tor-proto: Give Path a method to access final hop num.Nick Mathewson2023-03-081-0/+10
* Define accessors for circuit hops.Nick Mathewson2022-03-171-0/+14
* tor-proto: Remember peer information in circuit and channelNick Mathewson2022-03-171-9/+11
* ClientCirc: Move n_hops into a new Path type.Nick Mathewson2022-03-171-0/+24