summaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
...
| * | tor-keymgr: KeySpecifierDefault: role: allow runtime valueIan Jackson2023-12-071-15/+72
| | | | | | | | | | | | Make it possible for the role to be a field.
| * | tor-keymgr: KeySpecifierDefault: Use meta as strIan Jackson2023-12-071-3/+6
| | | | | | | | | | | | This saves on some stringify! and improves error checking.
| * | tor-keymgr: KeySpecifierDefault: fixed_path_component featureIan Jackson2023-12-071-0/+29
| | |
| * | tor-keymgr: KeySpecifierDefault: recast field loopIan Jackson2023-12-071-1/+2
| | | | | | | | | | | | | | | We're going to do another per-field thing that doesn't want this condition.
| * | tor-keymgr: KeySpecifierDefault: ctor_path featureIan Jackson2023-12-071-8/+47
| | |
| * | tor-keymgr: KeySpecifierDefault: Document attributes more formallyIan Jackson2023-12-071-1/+20
| | | | | | | | | | | | | | | | | | The `summary` attribute refers to a field in KeyPathInfo but this field isn't public. We can refer to builder, but there should be getters or something.
| * | tor-keymgr: KeySpecifierDefault: Move dead code allowIan Jackson2023-12-071-5/+1
| | |
| * | tor-keymgr: KeyPathInfo: Provide builder() methodIan Jackson2023-12-071-4/+11
| | | | | | | | | | | | Otherwise the KeyPathInfo rustdocs don't have a method for making one.
| * | tor-keymgr: Replace assert_key_specifier_rountrip macro with function (fmt)Ian Jackson2023-12-072-26/+8
| | | | | | | | | | | | Formatting churn at call sites.
| * | tor-keymgr: Replace assert_key_specifier_rountrip macro with functionIan Jackson2023-12-073-45/+50
| | | | | | | | | | | | The new function checks both directions. The (misspelled) macro didn't.
| * | tor-keymgr: provide KeySpecifierComponentViaDisplayFromStr and use itIan Jackson2023-12-073-39/+24
| | | | | | | | | | | | Now the only manual impl is TimePeriod, which is indeed special.
| * | ArtiPaths: derive FromStr for ArtiPath ArtiPathComponent HsNickname (fmt)Ian Jackson2023-12-072-4/+27
| | | | | | | | | | | | Mandatory horrible formatting.
| * | 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 status API to OnionService. See merge request tpo/core/arti!1797
| * | | 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
| |/ / | | | | | | | | | | | | | | | (This doesn't yet send any status events.) Begins work on arti#1083.
* | | Merge branch 'new-toml' into 'main'Nick Mathewson2023-12-079-9/+11
|\ \ \ | |/ / |/| | | | | | | | upgrade to toml 0.8.8 See merge request tpo/core/arti!1794
| * | 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 warnings See merge request tpo/core/arti!1803
| * | tor-keymgr: Fix some docs warningsIan Jackson2023-12-062-5/+6
| | | | | | | | | | | | | | | Fixes cargo doc --locked --workspace --all-features --document-private-items
* | | 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
|/ / | | | | | | | | Logging the current time and the start of the time period might help us debug #1143 (we'll at least know how far off `now` is from `start`).
* | 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
| | | | | | | | | | Not calling it results in an error (it instantiates the plugin registry for our type).
* | 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
| |
* | tor-keymgr: Use a BTreeMap for the extra_info.Gabriela Moldovan2023-12-051-2/+2
| | | | | | | | We probably want these values to be in the same order each time.
* | tor-hsservice: Stop the KeystoreSweeper task when the service exits (fmt).Gabriela Moldovan2023-12-053-57/+62
| |
* | tor-hsservice: Stop the KeystoreSweeper task when the service exits.Gabriela Moldovan2023-12-052-7/+30
| |
* | tor-hsservice: Make shutdown a broadcast channel.Gabriela Moldovan2023-12-052-11/+13
| | | | | | | | | | We will soon need another component to be able to subscribe to the shutdown signal.
* | tor-hsservice: Move remove_if_expired macro inside task (fmt).Gabriela Moldovan2023-12-051-9/+3
| |
* | tor-hsservice: Move remove_if_expired macro inside task.Gabriela Moldovan2023-12-051-37/+22
| |
* | tor-keymgr: Add TODO about allowing users to specify the spec_name.Gabriela Moldovan2023-12-051-2/+1
| | | | | | | | This also removes a TODO that doesn't make sense anymore.
* | tor-keymgr: Update key summary strings to be less verbose.Gabriela Moldovan2023-12-051-5/+5
| |
* | tor-keymgr: Update summary docs based on review.Gabriela Moldovan2023-12-051-1/+3
| |
* | tor-keymgr: Add a cross-reference to register_key_info_extractor.Gabriela Moldovan2023-12-051-0/+4
| |
* | tor-keymgr: s/register_key_validator/register_key_info_extractorGabriela Moldovan2023-12-051-1/+1
| |
* | tor-keymgr: Test the derived TryFrom<&KeyPath> key specifier impl.Gabriela Moldovan2023-12-051-9/+19
| |
* | tor-hsservice: Test the TryFrom<&KeyPath> KeySpecifier impl.Gabriela Moldovan2023-12-054-4/+12
| |
* | tor-keymgr: Add a module for test utilities.Gabriela Moldovan2023-12-053-0/+16
| |
* | tor-hsservice: Add some useful derives for the key specifiers.Gabriela Moldovan2023-12-051-5/+5
| |