summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'semver-breaking-upgrade-of-the-daleks' into 'main'Nick Mathewson2023-11-291-12/+7
|\
| * llcrypto: Hide the members of ExpandedKeypair.Nick Mathewson2023-11-291-2/+2
| * Remove RngCompatExt.Nick Mathewson2023-11-291-2/+1
| * Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-8/+4
* | tor-hsservice: test_temp_dir: Rename to used_byIan Jackson2023-11-291-1/+1
* | tor-hsservice: test_temp_dir: Rename to TestTempDirGuardIan Jackson2023-11-291-2/+2
* | tor-hsservice tests: create_keymgr: add a doc commentIan Jackson2023-11-291-0/+1
* | tor-hsservice tests: Make create_keymgr pub(crate)Ian Jackson2023-11-281-2/+2
* | tor-hsservice tests: Change create_keymgr to use TestTempDirIan Jackson2023-11-281-24/+26
|/
* Merge branch 'keymgr-derive-builder' into 'main'gabi-2502023-11-281-2/+7
|\
| * tor-keymgr: Derive Builder for KeyMgr (fmt).Gabriela Moldovan2023-11-271-1/+6
| * tor-keymgr: Derive Builder for KeyMgr.Gabriela Moldovan2023-11-271-2/+2
* | tor-hsservice: Remove a done TODOIan Jackson2023-11-271-2/+0
* | tor-hsservice: ipt_set: Make initial state in the constructorIan Jackson2023-11-271-1/+1
|/
* HSS errors: expose and sort out NetdirProviderShutdown error typeIan Jackson2023-11-201-1/+1
* tor-hsservice: Define key specifiers using the new helper macro (fmt).Gabriela Moldovan2023-10-301-1/+1
* tor-hsservice: Define key specifiers using the new helper macro.Gabriela Moldovan2023-10-301-16/+18
* tor-hsservice: Fix hsid being logged inappropriately.Gabriela Moldovan2023-10-191-1/+1
* tor-hsservice: Log newly generated HsIds.Gabriela Moldovan2023-10-191-2/+16
* HSS: Add many must_use annotationsIan Jackson2023-10-191-0/+1
* tor-hsservice: Give IptManager a KeyMgr.Gabriela Moldovan2023-10-191-0/+1
* tor-hsservice: Hoist the key metadata out of HsSvcKeyRole.Gabriela Moldovan2023-10-191-15/+15
* tor-hsservice: Narrow some dead code allowsIan Jackson2023-10-161-0/+1
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-1/+1
* oneshot: Use veneer in tor-hsserviceIan Jackson2023-10-111-1/+1
* tor-hsservice: Add tests for maybe_generate_hsid.Gabriela Moldovan2023-10-091-0/+189
* tor-hsservice: Move hsid generation to a separate function.Gabriela Moldovan2023-10-091-59/+71
* tor-hsservice: Make OnionServices auto-generate the hs_id, if it's missing.Gabriela Moldovan2023-10-091-0/+72
* Note reconfigure limitations.Nick Mathewson2023-10-051-0/+4
* hss: Implement a reconfigure function.Nick Mathewson2023-10-051-3/+17
* Merge branch 'configure_onion_service' into 'main'Nick Mathewson2023-10-031-1/+6
|\
| * Add/clarify comments about name duplication.Nick Mathewson2023-10-031-0/+5
| * hss: Rename the "name" config field to "nickname".Nick Mathewson2023-10-031-1/+1
* | tor-hsservice: Remove a fixed TODO.Gabriela Moldovan2023-10-031-1/+0
* | tor-hsservice: Make the publisher not require callers to specify the hsid.Gabriela Moldovan2023-10-031-7/+2
* | tor-hsservice: Rename the real version of the publisher mockable state.Gabriela Moldovan2023-10-031-3/+2
* | tor-hsservice: Make the publisher generic over the mockable state (circpool p...Gabriela Moldovan2023-10-031-2/+3
|/
* hss: helper to get a stream of StreamReq from a stream of RendReq.Nick Mathewson2023-09-271-0/+3
* hss: actually provide a stream of RendRequest from launch().Nick Mathewson2023-09-271-12/+22
* tor-hsservice: Make Publisher::launch return a StartupError.Gabriela Moldovan2023-09-271-3/+1
* tor-hsservice: Make Launchable a non-async trait.Gabriela Moldovan2023-09-271-7/+4
* tor-hsservice: Make Publisher::launch non-async.Gabriela Moldovan2023-09-271-1/+0
* hss: Make launch() non-consuming.Nick Mathewson2023-09-261-1/+1
* tor-hsservice: Make keys.rs a top-level module.Gabriela Moldovan2023-09-221-1/+0
* tor-hsservice: Add key specifier for blinded_id keypairs.Gabriela Moldovan2023-09-221-0/+1
* tor-hsservice: Give the publisher a reference to the key manager.Gabriela Moldovan2023-09-221-0/+1
* hss: Un-parameterize OnionService.Nick Mathewson2023-09-211-20/+31
* hss: remove an "#[allow(...)]".Nick Mathewson2023-09-211-2/+0
* hss: adjust members of OnionService type.Nick Mathewson2023-09-211-21/+11
* hss: fix error return from OnionService::launch()Nick Mathewson2023-09-211-1/+5