summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc/publish.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-hsservice: Make descriptor publisher wait for shutdown signal.Gabriela Moldovan2023-12-131-1/+12
* tor-keymgr: Store an owned type instead.Gabriela Moldovan2023-12-051-5/+9
* tor-hsservice: ipt_set: Have various methods take a RuntimeIan Jackson2023-12-041-3/+3
* tor-hsservice tests: publish: Make run_test take a runtimeIan Jackson2023-12-041-2/+3
* tor-hsservice: ipt_set: Make ::channel() fallibleIan Jackson2023-12-041-1/+1
* tor-hsservice: Pass and record storage handlesIan Jackson2023-12-041-1/+2
* Remove RngCompatExt.Nick Mathewson2023-11-291-2/+1
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-5/+2
* Merge branch 'keymgr-derive-builder' into 'main'gabi-2502023-11-281-2/+5
|\
| * tor-keymgr: Derive Builder for KeyMgr (fmt).Gabriela Moldovan2023-11-271-1/+4
| * tor-keymgr: Derive Builder for KeyMgr.Gabriela Moldovan2023-11-271-2/+2
* | tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slopIan Jackson2023-11-271-1/+0
* | tor-hsservice: ipt_set: Make PublishIptSet a structIan Jackson2023-11-271-1/+1
* | tor-hsservice: ipt_set: Make initial state in the constructorIan Jackson2023-11-271-1/+1
|/
* tor-hsservice: Define key specifiers using the new helper macro (fmt).Gabriela Moldovan2023-10-301-17/+12
* tor-hsservice: Define key specifiers using the new helper macro.Gabriela Moldovan2023-10-301-30/+11
* tor-keymgr: Move the KeyDenotator trait to tor-keymgr.Gabriela Moldovan2023-10-301-2/+2
* hss::svc::publish: Remove a no-longer-needed TODO HSS.Nick Mathewson2023-10-241-3/+0
* hss::svc::publish: Resolve previously suppressed warnings.Nick Mathewson2023-10-241-3/+0
* tor-hsservice: Rename KeyMetadata to KeyDenotator.Gabriela Moldovan2023-10-191-7/+7
* tor-hsservice: Hoist the key metadata out of HsSvcKeyRole (fmt).Gabriela Moldovan2023-10-191-4/+15
* tor-hsservice: Hoist the key metadata out of HsSvcKeyRole.Gabriela Moldovan2023-10-191-8/+19
* tor-hsservice: Narrow some dead code allowsIan Jackson2023-10-161-0/+1
* tor-hsservice: Fix semantic conflict.Gabriela Moldovan2023-10-041-3/+1
* tor-hsservice: Make the publisher not require callers to specify the hsid.Gabriela Moldovan2023-10-031-12/+16
* tor-hsservice: Add tests for the descriptor publisher.Gabriela Moldovan2023-10-031-1/+444
* tor-hsservice: Log a warning if the publisher reactor shuts down.Gabriela Moldovan2023-10-031-2/+7
* tor-hsservice: Rename the real version of the publisher mockable state.Gabriela Moldovan2023-10-031-1/+1
* tor-hsservice: Make the publisher generic over the mockable state (circpool p...Gabriela Moldovan2023-10-031-11/+13
* tor-hsservice: Remove unused publisher error module.Gabriela Moldovan2023-09-271-1/+0
* tor-hsservice: Make Publisher::launch return a StartupError.Gabriela Moldovan2023-09-271-4/+6
* tor-hsservice: Make Publisher::launch non-async.Gabriela Moldovan2023-09-271-7/+2
* tor-hsservice: Give the publisher a reference to the key manager.Gabriela Moldovan2023-09-221-8/+26
* publish: note a possible behavior change on launch().Nick Mathewson2023-09-211-0/+4
* hss: adjust members of OnionService type.Nick Mathewson2023-09-211-2/+2
* tor-hsservice: Update Publisher::new docs.Gabriela Moldovan2023-09-211-1/+3
* tor-hsservice: Add must_use for Publisher::launch.Gabriela Moldovan2023-09-211-0/+1
* tor-hsservice: Remove outdated TODO.Gabriela Moldovan2023-09-211-1/+0
* tor-hsservice: Give the descriptor publisher a separate launch function.Gabriela Moldovan2023-09-211-24/+44
* tor-hsservice: Fix compile error, make Publisher use Arc<OnionServiceConfig>.Gabriela Moldovan2023-09-201-1/+1
* tor-hsservice: Introduce helpers for implementing a backoff schedule.Gabriela Moldovan2023-09-131-0/+1
* tor-hsservice: Remove unused Event struct (fmt).Gabriela Moldovan2023-09-061-2/+2
* tor-hsservice: Remove unused Event struct.Gabriela Moldovan2023-09-061-16/+4
* tor-hsservice: Use a postage::watch channel to watch for config changes.Gabriela Moldovan2023-09-061-0/+3
* tor-hsservice: Use the new IPT change notifier API (fmt).Gabriela Moldovan2023-09-061-3/+11
* tor-hsservice: Use the new IPT change notifier API.Gabriela Moldovan2023-09-061-2/+3
* tor-hsservice: Move PublishIptSet and its pieces into a new moduleIan Jackson2023-09-061-23/+1
* tor-hsservice: publish: Add type alias for PublishIptSetIan Jackson2023-09-051-3/+13
* tor-hsservice: Fix type of descriptor lifetime in IptSetIan Jackson2023-08-301-2/+2
* tor-hsservice: Have the manager be in charge of expiry timeIan Jackson2023-08-291-0/+4