| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Rust-1.51 clippy warnings about acronyms in camel case. | Nick Mathewson | 2021-03-29 | 1 | -6/+6 |
| | | | | | This is painful, but we shouldn't have to do it again. | ||||
| * | Rename Rsa{Identity,Signature} to fix clippy warning. | Nick Mathewson | 2021-03-29 | 1 | -5/+5 |
| | | |||||
| * | Change how we sort link specifiers in extend cells | Nick Mathewson | 2021-03-04 | 1 | -7/+6 |
| | | | | | | Instead of implementing a dubious PartialOrd for link spec, add a sorting function and call that explicitly. | ||||
| * | Improvements to Relay type in tor-netdir. | Nick Mathewson | 2020-10-19 | 1 | -4/+10 |
| | | | | | | | | | | | | Now, a Relay is always valid. This required some changes to the API: all_relays() has to return a new UncheckedRelay type that might or might not be valid, and the functions on Relay and ChanTarget that return ed25519 identities need to return an Ed25519Identity, not an ed25519::PublicKey. This change required some new encoding/decoding/conversion functions on Ed25519Identity. | ||||
| * | tor-linkspec: remove a completed TODO | Nick Mathewson | 2020-10-18 | 1 | -2/+0 |
| | | |||||
| * | Add test vectors for a few relay message types. | Nick Mathewson | 2020-09-26 | 1 | -1/+6 |
| | | | | | | I generated these by running an instrumented version of Tor through chutney. | ||||
| * | Document private members in most crates | Nick Mathewson | 2020-09-24 | 1 | -2/+8 |
| | | |||||
| * | A few tests for tor-linkspec | Nick Mathewson | 2020-09-23 | 1 | -0/+65 |
| | | |||||
| * | Sort linkspecs in the same order as tor does | Nick Mathewson | 2020-09-17 | 1 | -1/+24 |
| | | |||||
| * | Make more types implement Debug. | Nick Mathewson | 2020-09-12 | 1 | -0/+1 |
| | | |||||
| * | New "linkspec" module to encapsulate info needed to connect/extend. | Nick Mathewson | 2020-09-08 | 1 | -0/+113 |
