summaryrefslogtreecommitdiff
path: root/tor-linkspec/src/ls.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-6/+6
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-5/+5
* Change how we sort link specifiers in extend cellsNick Mathewson2021-03-041-7/+6
* Improvements to Relay type in tor-netdir.Nick Mathewson2020-10-191-4/+10
* tor-linkspec: remove a completed TODONick Mathewson2020-10-181-2/+0
* Add test vectors for a few relay message types.Nick Mathewson2020-09-261-1/+6
* Document private members in most cratesNick Mathewson2020-09-241-2/+8
* A few tests for tor-linkspecNick Mathewson2020-09-231-0/+65
* Sort linkspecs in the same order as tor doesNick Mathewson2020-09-171-1/+24
* Make more types implement Debug.Nick Mathewson2020-09-121-0/+1
* New "linkspec" module to encapsulate info needed to connect/extend.Nick Mathewson2020-09-081-0/+113