summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/key_specifier.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'keyspec' into 'main'Ian Jackson2024-01-081-345/+128
|\
| * tor-keymgr: KeySpecifierPattern: fix grammarIan Jackson2024-01-081-1/+1
| * tor-keymgr: KeySpecifierPattern: fix docsIan Jackson2024-01-081-3/+3
| * tor-keymgr: Fix typosgabi-2502024-01-081-1/+1
| * KeyPathInfo: Add role fieldIan Jackson2024-01-041-0/+11
| * KeySpecifier d-a macro: Populate extra_infoIan Jackson2024-01-041-2/+7
| * KeySpecifier d-a macro: Use dyn for describingIan Jackson2024-01-041-1/+0
| * KeySpecifier d-a macro: Add a test for describingIan Jackson2024-01-041-0/+16
| * KeyPathError::PatternNotMatched: Remove pattern from errorIan Jackson2024-01-041-2/+2
| * KeySpecifier: Make KeySpecifierPattern a traitIan Jackson2024-01-041-0/+17
| * KeySpecifier d-a macro: Abolish prefix fnsIan Jackson2024-01-041-14/+0
| * KeySpecifier d-a macro: Introduce SomeSpecifierPattern and use dynIan Jackson2024-01-041-6/+15
| * KeySpecifier tests: add a TimePeriod testIan Jackson2024-01-041-2/+36
| * KeySpecifierComponent: Add .fmt_pretty() methodIan Jackson2024-01-041-1/+21
| * KeySpecifier d-a macro: Move to its own moduleIan Jackson2024-01-041-318/+4
| * KeySpecifier d-a macro: insist on structsIan Jackson2024-01-031-1/+1
| * KeySpecifier d-a macro: rename from KeySpecifierDefaultIan Jackson2024-01-031-10/+10
* | Remove an unneeded allowIan Jackson2024-01-021-2/+0
|/
* tor-keymgr: ArtiPath[Component]: Add some more test aspectsIan Jackson2023-12-071-1/+10
* tor-keymgr: ArtiPath tests: Add a test for a multi-component pathIan Jackson2023-12-071-2/+6
* tor-keymgr: ArtiPath tests: separate path from component testsIan Jackson2023-12-071-2/+4
* tor-keymgr: arti_path tests: Add two TODOsIan Jackson2023-12-071-0/+3
* tor-keymgr: path errors: Add some xrefsIan Jackson2023-12-071-0/+3
* tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathError (fmt)Ian Jackson2023-12-071-8/+40
* tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathErrorIan Jackson2023-12-071-22/+21
* tor-keymgr: Move ArtiPath etc. into new moduleIan Jackson2023-12-071-189/+4
* tor-keymgr: KeySpecifierComponent::to_component: rename from as_componentIan Jackson2023-12-071-7/+7
* tor-keymgr: Make KeySpecifierComponent::as_component fallible (fmt)Ian Jackson2023-12-071-3/+8
* tor-keymgr: Make KeySpecifierComponent::as_component fallibleIan Jackson2023-12-071-28/+35
* tor-keymgr: Introduce InvalidKeyPathComponentValue errors (fmt)Ian Jackson2023-12-071-2/+1
* tor-keymgr: Introduce InvalidKeyPathComponentValue errorsIan Jackson2023-12-071-8/+60
* tor-keymgr: Have KeySpecifierComponent::from_component take a refIan Jackson2023-12-071-6/+6
* tor-keymgr: KeySpecifierDefault: role: allow runtime valueIan Jackson2023-12-071-15/+72
* tor-keymgr: KeySpecifierDefault: Use meta as strIan Jackson2023-12-071-3/+6
* tor-keymgr: KeySpecifierDefault: fixed_path_component featureIan Jackson2023-12-071-0/+29
* tor-keymgr: KeySpecifierDefault: recast field loopIan Jackson2023-12-071-1/+2
* tor-keymgr: KeySpecifierDefault: ctor_path featureIan Jackson2023-12-071-8/+47
* tor-keymgr: KeySpecifierDefault: Document attributes more formallyIan Jackson2023-12-071-1/+20
* tor-keymgr: KeySpecifierDefault: Move dead code allowIan Jackson2023-12-071-5/+1
* tor-keymgr: KeyPathInfo: Provide builder() methodIan Jackson2023-12-071-4/+11
* tor-keymgr: Replace assert_key_specifier_rountrip macro with function (fmt)Ian Jackson2023-12-071-14/+5
* tor-keymgr: Replace assert_key_specifier_rountrip macro with functionIan Jackson2023-12-071-21/+11
* tor-keymgr: provide KeySpecifierComponentViaDisplayFromStr and use itIan Jackson2023-12-071-25/+21
* ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNickname (fmt)Ian Jackson2023-12-071-2/+14
* ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNicknameIan Jackson2023-12-071-0/+2
* tor-keymgr: Fix some docs warningsIan Jackson2023-12-061-2/+2
* tor-keymgr: Update wording in TODO.Gabriela Moldovan2023-12-051-1/+1
* tor-keymgr: Mention KeyMgr::describe in the KeyInfoExtractor docs.Gabriela Moldovan2023-12-051-0/+3
* tor-keymgr: Remove outdated references to KeyDenotator.Gabriela Moldovan2023-12-051-6/+6
* tor-keymgr: Explain when KeySpecifierComponent should be implemented.Gabriela Moldovan2023-12-051-0/+6