summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-hsservice: IptKeySpecifier: impl KeySpecifier via macroIan Jackson2023-12-071-14/+8
| * | tor-hsservice: IptKeySpecifier: make it ownedIan Jackson2023-12-072-5/+5
| * | tor-hsservice: IptKeySpecifier: reorder fieldsIan Jackson2023-12-071-2/+2
| * | tor-hsservice: IptKeyRole: impl FromStr and KeySpecifierComponentIan Jackson2023-12-071-1/+4
| * | tor-hsservice: IptLocalId: impl KeySpecifierComponentIan Jackson2023-12-071-0/+3
| * | tor-hsservice: IptLocalId: impl FromStr (fmt)Ian Jackson2023-12-071-4/+2
| * | tor-hsservice: IptLocalId: impl FromStrIan Jackson2023-12-072-27/+18
| * | tor-hsservice: Expose SerdeStringOrTransparent to crateIan Jackson2023-12-072-2/+4
| * | tor-keymgr: Make KeySpecifierComponent::as_component fallible (fmt)Ian Jackson2023-12-071-3/+8
| * | tor-keymgr: Make KeySpecifierComponent::as_component fallibleIan Jackson2023-12-072-29/+36
| * | tor-keymgr: Introduce InvalidKeyPathComponentValue errors (fmt)Ian Jackson2023-12-072-11/+9
| * | tor-keymgr: Introduce InvalidKeyPathComponentValue errorsIan Jackson2023-12-073-15/+74
| * | tor-hsservice: Prepare for different denotator error handlingIan Jackson2023-12-071-5/+6
| * | tor-keymgr: Have KeySpecifierComponent::from_component take a refIan Jackson2023-12-072-7/+7
| * | tor-keymgr: Make two errors not be CopyIan Jackson2023-12-071-1/+1
| * | 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-072-26/+8
| * | tor-keymgr: Replace assert_key_specifier_rountrip macro with functionIan Jackson2023-12-073-45/+50
| * | tor-keymgr: provide KeySpecifierComponentViaDisplayFromStr and use itIan Jackson2023-12-073-39/+24
| * | ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNickname (fmt)Ian Jackson2023-12-072-4/+27
| * | ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNicknameIan Jackson2023-12-072-0/+3
* | | Merge branch 'hss_status' into 'main'Nick Mathewson2023-12-075-13/+184
|\ \ \
| * | | Add a "Shutdown" status, and clarify places where status should change.Nick Mathewson2023-12-074-5/+19
| * | | Add a status API to OnionService.Nick Mathewson2023-12-073-11/+168
| |/ /
* | | Merge branch 'new-toml' into 'main'Nick Mathewson2023-12-079-9/+11
|\ \ \ | |/ / |/| |
| * | upgrade to toml 0.8.8Nick Mathewson2023-12-059-9/+11
| |/
* | Merge branch 'warn' into 'main'Ian Jackson2023-12-062-5/+6
|\ \
| * | tor-keymgr: Fix some docs warningsIan Jackson2023-12-062-5/+6
* | | tor-hsservice: Add more info to an internal error (fmt).Gabriela Moldovan2023-12-051-6/+7
* | | tor-hsservice: Add more info to an internal error.Gabriela Moldovan2023-12-051-1/+9
|/ /
* | tor-hsservice: Fix clippy warning.Gabriela Moldovan2023-12-051-1/+1
* | tor-hsservice: Wrap some long lines in a helper macro.Gabriela Moldovan2023-12-051-4/+11
* | tor-keymgr: Update wording in TODO.Gabriela Moldovan2023-12-051-1/+1
* | tor-hsservice: Add a cross-reference to KeystoreSweeper.Gabriela Moldovan2023-12-051-0/+7
* | tor-keymgr: Call inventory::collect in the dummy keymgr too.Gabriela Moldovan2023-12-051-0/+2
* | 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
* | tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent (fmt).Gabriela Moldovan2023-12-053-9/+19
* | tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent.Gabriela Moldovan2023-12-053-68/+29
* | tor-keymgr: Use Bug instead of KeyPathInfoBuild.Gabriela Moldovan2023-12-051-6/+5
* | tor-keymgr: Describe the key, not the specifier in the test key summaries.Gabriela Moldovan2023-12-051-5/+5
* | tor-keymgr: Add some helpers to KeyPathInfoBuilder.Gabriela Moldovan2023-12-051-1/+84