summaryrefslogtreecommitdiff
path: root/tor-linkspec/src
Commit message (Expand)AuthorAgeFilesLines
* linkspec: Define owned variants of ChanTarget and CircTarget.Nick Mathewson2021-06-133-0/+133
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* fix a doc link in tor-linkspec.Nick Mathewson2021-05-241-1/+1
* improve crate docs for tor-linkspecNick Mathewson2021-05-241-4/+36
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-0/+1
* Fix some warnings from nightly clippyNick Mathewson2021-05-071-4/+1
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-0/+1
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+4
* 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-292-7/+7
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-292-10/+10
* Change how we sort link specifiers in extend cellsNick Mathewson2021-03-041-7/+6
* Improvements to Relay type in tor-netdir.Nick Mathewson2020-10-192-8/+24
* 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
* tor-linkspec: remove a completed TODONick Mathewson2020-10-181-2/+0
* 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-282-3/+3
* Add test vectors for a few relay message types.Nick Mathewson2020-09-261-1/+6
* Document private members in most cratesNick Mathewson2020-09-243-2/+12
* A few tests for tor-linkspecNick Mathewson2020-09-231-0/+65
* Sort linkspecs in the same order as tor doesNick Mathewson2020-09-172-2/+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-083-0/+165