summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/routerdesc.rs
Commit message (Expand)AuthorAgeFilesLines
* Make RouterDesc implement Clone and Debug.Nick Mathewson2022-09-261-0/+1
* add feature annotation to fields made visible through visible::StructFieldstrinity-1686a2022-08-241-0/+18
* change usage of PublicKey to Ed25519 in tor-certtrinity-1686a2022-07-231-4/+8
* change check_key to take a Option<&_> instead of &Option<_>trinity-1686a2022-07-231-2/+2
* tor-proto: split and elaborate tor_bytes::Error instancesNick Mathewson2022-06-231-5/+15
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* netdoc: add a new type for NicknamesNick Mathewson2022-05-091-6/+3
* tor-netdoc: Conditionally expose document fields.Nick Mathewson2022-03-311-0/+5
* Canonicalize and intern protover lines on descriptorsNick Mathewson2022-03-111-6/+8
* Canonicalize and intern family representations to save memory.Nick Mathewson2022-03-111-4/+16
* Refactor tor_netdoc::ErrorNick Mathewson2022-02-141-32/+50
* tor-netdoc: Change an XXX to a TODO.Nick Mathewson2021-12-201-1/+4
* tor-netdoc: Use a more correct error typeNick Mathewson2021-12-201-1/+1
* Remove an XXXX about ed25519 signatures.Nick Mathewson2021-12-201-2/+0
* Run "cargo update" to get latest versions.Nick Mathewson2021-11-291-0/+1
* tor-netdoc: Put the "routerdesc" document type behind a feature.Nick Mathewson2021-11-121-0/+5
* derive 'Default' where possibleDaniel Eades2021-09-111-10/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-9/+10
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+888