summaryrefslogtreecommitdiff
path: root/tor-netdoc/src/doc/microdesc.rs
Commit message (Expand)AuthorAgeFilesLines
* Add a consensus builder, for testing.Nick Mathewson2021-05-051-0/+1
* Add a microdesc builder, for testing.Nick Mathewson2021-05-051-0/+22
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-17/+17
* Netdoc: Add support for interned PortPolicy objects in MicroDescsNick Mathewson2021-03-291-2/+2
* Don't copy exit policies around; instead use Arc.George Kadianakis2021-03-291-6/+7
* Migrate from lazy_static to once_cell.Nick Mathewson2020-12-221-22/+23
* Make sure that a circuit doesn't use relays in the same familyLunar2020-12-161-0/+4
* Remember the position of authcert and microdescsNick Mathewson2020-11-141-8/+26
* netdoc: split off string utilsNick Mathewson2020-11-141-1/+1
* More documentation in tor-netdoc.Nick Mathewson2020-10-261-0/+4
* Improvements to Relay type in tor-netdir.Nick Mathewson2020-10-191-4/+3
* Calculate digest correctly when microdesc ends with base64 object.Nick Mathewson2020-10-191-9/+4
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-181-1/+1
* Update microdesc parsing: ed25519 keys are no longer optional.Nick Mathewson2020-10-181-10/+8
* Use Ed25519Identity in microdescriptors.Nick Mathewson2020-10-151-3/+7
* Document remaining private members of tor-netdoc.Nick Mathewson2020-10-101-0/+18
* microdesc parsing: tests for bad microdescsNick Mathewson2020-10-021-0/+45
* tests and fixes for md content parsingNick Mathewson2020-10-021-11/+43
* Netdoc: use a more bulletproof pattern to prevent infinite loopsNick Mathewson2020-10-021-13/+10
* Move around the modules inside tor-netdoc.Nick Mathewson2020-09-291-0/+392