summaryrefslogtreecommitdiff
path: root/tor-netdoc/src/doc/routerdesc.rs
Commit message (Expand)AuthorAgeFilesLines
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
* Prefer "relay" over "router" in docs and APIs.Nick Mathewson2021-05-181-8/+9
* Resolve clippy warnings from Rust 1.52.Nick Mathewson2021-05-071-2/+2
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+1
* Move RdDigest to routerdesc.rsNick Mathewson2021-03-301-2/+2
* dir: Add server descriptor directory requestDavid Goulet2021-03-301-0/+3
* Fix a bunch more new clippy lints in Rust 1.51Nick Mathewson2021-03-291-6/+8
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-26/+26
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-5/+5
* Use interned PortPolicy objects in RouterDescs too.Nick Mathewson2021-03-291-2/+3
* Migrate from lazy_static to once_cell.Nick Mathewson2020-12-221-66/+76
* Validate master-key-ed25519 field in routerdescsNick Mathewson2020-10-191-1/+14
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-181-1/+1
* Cleanup from prop315 implementation.Nick Mathewson2020-10-161-4/+2
* Implement proposal 315: make various directory fields requiredNick Mathewson2020-10-161-17/+7
* Document remaining private members of tor-netdoc.Nick Mathewson2020-10-101-1/+53
* netdoc: more tests for routerdesc parsingNick Mathewson2020-10-071-3/+105
* netdoc: remove some outdated/unused stuff.Nick Mathewson2020-10-021-12/+2
* Netdoc: use a more bulletproof pattern to prevent infinite loopsNick Mathewson2020-10-021-0/+11
* Tests and minor debugging in tor_netdoc::types::policyNick Mathewson2020-09-291-2/+5
* Move around the modules inside tor-netdoc.Nick Mathewson2020-09-291-0/+694