summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/microdesc.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Merge branch 'test-lints' into 'main'eta2023-01-061-0/+8
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* | Use parse_rfc3339() in the tor-netdoc crateNeel Chauhan2022-12-161-2/+2
|/
* add feature annotation to fields made visible through visible::StructFieldstrinity-1686a2022-08-241-0/+6
* microdesc: make sure we recover from an error in the final md.Nick Mathewson2022-06-071-1/+7
* netdoc: test case for microdesc with no ed25519 id.Nick Mathewson2022-06-071-0/+1
* Re-order attributes so that we can build with Rust 1.53.Nick Mathewson2022-03-311-1/+1
* tor-netdoc: Conditionally expose document fields.Nick Mathewson2022-03-311-0/+5
* Canonicalize and intern family representations to save memory.Nick Mathewson2022-03-111-3/+7
* Refactor tor_netdoc::ErrorNick Mathewson2022-02-141-11/+16
* fix nightly clippy errorsTrinity Pointard2021-12-091-4/+1
* Add comments about the absence of tap_key in microdesc.Nick Mathewson2021-11-301-1/+4
* Parse RSA public keyNeel Chauhan2021-11-291-2/+9
* Remove unused tap_onion_key and tap_keyNeel Chauhan2021-11-281-12/+1
* derive 'Default' where possibleDaniel Eades2021-09-111-7/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-4/+5
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+534