summaryrefslogtreecommitdiff
path: root/tor-linkspec/src/traits.rs
Commit message (Expand)AuthorAgeFilesLines
* linkspec: Define owned variants of ChanTarget and CircTarget.Nick Mathewson2021-06-131-0/+6
* Fix some warnings from nightly clippyNick Mathewson2021-05-071-4/+1
* Fix a bunch more new clippy lints in Rust 1.51Nick Mathewson2021-03-291-3/+4
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-1/+1
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-5/+5
* Improvements to Relay type in tor-netdir.Nick Mathewson2020-10-191-4/+14
* Explain problems with APIs in linkspec::traits.Nick Mathewson2020-10-181-2/+6
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-181-2/+2
* Tests for CircTarget::linkspecs()Nick Mathewson2020-09-281-0/+89
* Rename some identifiers in tor-linkspec.Nick Mathewson2020-09-281-9/+9
* Rename ExtendTarget to CircTarget.Nick Mathewson2020-09-281-2/+2
* Document private members in most cratesNick Mathewson2020-09-241-0/+3
* Sort linkspecs in the same order as tor doesNick Mathewson2020-09-171-1/+0
* New "linkspec" module to encapsulate info needed to connect/extend.Nick Mathewson2020-09-081-0/+40