| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-netdoc: Add a new ErrorKind for EmptyLine. | Nick Mathewson | 2022-11-15 | 1 | -1/+1 |
| | | | | | | Empty lines were previously reported as BadKeyword, which is confusing. | ||||
| * | RouterDesc: Add an or_ports method. | Nick Mathewson | 2022-11-10 | 1 | -0/+2 |
| | | |||||
| * | tor-netdoc: Add relay ID accessors for RouterDesc. | Nick Mathewson | 2022-10-04 | 1 | -0/+1 |
| | | | | | | | | | | To implement a reasonable RsaIdentity accessor, we have to store the RsaIdentity in the RouterDesc, or else we'd have to recalculate it using SHA1 and DER every time. The Ed25519 identity is hidden inside the identity cert, but it's safe to get a reference to it. | ||||
| * | Remove semver.md files now that arti 1.0.1 is out. | Nick Mathewson | 2022-10-03 | 1 | -2/+0 |
| | | |||||
| * | Make RouterDesc implement Clone and Debug. | Nick Mathewson | 2022-09-26 | 1 | -0/+2 |
| | | | | | Their omission was an oversight. | ||||
| * | Remove semver.md files now that 0.5.0 is out | Nick Mathewson | 2022-06-24 | 1 | -2/+0 |
| | | |||||
| * | NetDoc: Make AddrPortPattern implement serde traits | Nick Mathewson | 2022-06-17 | 1 | -1/+2 |
| | | | | | | | I'm using serde_with here to just re-use the Display and FromStr implementations, since those are what has proven easier to type in the past. | ||||
| * | Make AddrPortPattern and friends implement Eq and PartialEq | Nick Mathewson | 2022-06-17 | 1 | -0/+1 |
