summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src/authority.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Merge branch 'faravahar-removal' into 'main'Ian Jackson2022-12-061-1/+0
|\
| * dirauth: Remove FaravaharDavid Goulet2022-12-061-1/+0
* | dirauth: New v3 identity key for moria1David Goulet2022-12-061-1/+1
|/
* impl_standard_builder: Use for tor_dirmgr::AuthorityIan Jackson2022-06-161-10/+2
* config derive attrs: Make builders serde, and validated structs notIan Jackson2022-05-051-3/+3
* Change builder list APIIan Jackson2022-05-041-7/+3
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* Document defaults for all the config listsIan Jackson2022-04-251-1/+4
* Use better syntax for doc comment attributeIan Jackson2022-04-251-3/+1
* Introduce AuthorityListBuilder in NetworkConfigBuilderIan Jackson2022-04-251-9/+21
* Fix error return type of AuthorityBuilderIan Jackson2022-04-251-0/+2
* Authority: make v3ident public under experimental-apiChristian Grigis2022-04-221-0/+5
* dirmgr: Authority: Abolish v3ident accessorIan Jackson2022-03-181-10/+2
* dirmgr: Authority: Move a method used only for testingIan Jackson2022-03-181-6/+9
* dirmgr: Authority: Abolish two unused accessorsIan Jackson2022-03-181-9/+1
* Derive Deserialize for derive-builder-generated config buildersIan Jackson2022-03-071-0/+1
* Use RsaIdentity::from_hex() and hex::decode_to_slice in more placesNick Mathewson2022-03-041-3/+2
* Make every Config type implement Eq.Nick Mathewson2021-11-211-1/+1
* Fix most warnings from nightly.Nick Mathewson2021-10-191-0/+4
* Use derive_builder for Authority and FallbackDir.Nick Mathewson2021-09-101-38/+4
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-4/+5
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+160