summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc/publish.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-hsservice: Downgrade a warn! to debug!.Gabriela Moldovan2024-02-011-2/+2
* tor-hsservice: tests: create_storage_handles: use a real directory (churn)Ian Jackson2024-02-011-1/+1
* tor-hsservice: tests: create_storage_handles: use a real directory (fmt)Ian Jackson2024-02-011-1/+5
* tor-hsservice: tests: create_storage_handles: use a real directoryIan Jackson2024-02-011-4/+6
* Base INTRO_POINT_EXPIRY_SLOP on OVERALL_UPLOAD_TIMEOUT.Nick Mathewson2024-01-251-1/+1
* Merge branch 'publisher_consts' into 'main'gabi-2502024-01-251-0/+5
|\
| * hss: Use estimator to determine a timeout for an hsdir uploadNick Mathewson2024-01-241-0/+5
* | tor-hsservice: Remove Publisher::status().Gabriela Moldovan2024-01-241-14/+0
* | tor-hsservice: Make UploadError public.Gabriela Moldovan2024-01-241-0/+1
* | tor-hsservice: Give the publisher a StatusSender.Gabriela Moldovan2024-01-241-0/+12
|/
* tor-netdir: Make hs_dirs_{upload, download} take separate args instead of tuple.Gabriela Moldovan2024-01-241-1/+1
* tor-netdir: Simplify `hs_dirs_upload` by only returning the `Relay`.Gabriela Moldovan2024-01-241-1/+1
* hsservice::svc: Lower "allows" to publish.rsNick Mathewson2024-01-121-1/+1
* tor-hsservice: Turn a TODO into #1217.Gabriela Moldovan2024-01-111-1/+1
* tor-hsservice: Downgrade some TODO HSS.Gabriela Moldovan2024-01-111-1/+1
* Revert "tor-hsservice: Make descriptor publisher wait for shutdown signal."Gabriela Moldovan2024-01-111-12/+1
* tor-hsservice: Remove no longer relevant TODO HSS.Gabriela Moldovan2024-01-111-3/+0
* tor-hsservice: Turn some TODOs into #1083.Gabriela Moldovan2024-01-111-2/+2
* tor-hsservice: Turn some TODOs into #1120.Gabriela Moldovan2024-01-111-5/+5
* 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