summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/ipt_mgr.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2024-01-081-1/+1
* tor-hsservice: Make IPT logs be persistent (fmt)Ian Jackson2023-12-131-1/+3
* tor-hsservice: Make IPT logs be persistentIan Jackson2023-12-131-7/+72
* tor-hsservice ipt_mgr: Rename STORAGE_RETRY from KEYSTORE_RETRYIan Jackson2023-12-131-2/+2
* tor-hsservice: Plumb state dir and its mistrust into ipt_mgr (fmt)Ian Jackson2023-12-131-5/+2
* tor-hsservice: Plumb state dir and its mistrust into ipt_mgrIan Jackson2023-12-131-2/+16
* tor-hsservice tests: replay: Pass nick to create_storage_handles_from_state_m...Ian Jackson2023-12-131-1/+2
* tor-hsservice tests: replay: Pass nick to create_storage_handles_from_state_mgrIan Jackson2023-12-131-1/+1
* tor-hsservice: Move ReplayLog construction to ipt_mgrIan Jackson2023-12-131-0/+7
* tor-hsservice: Move ShutdownStatus to svc.Gabriela Moldovan2023-12-131-16/+1
* Merge branch 'persist-macro' into 'main'Ian Jackson2023-12-071-1/+1
|\
| * tor-hsservice: IptKeySpecifier: make it ownedIan Jackson2023-12-071-1/+1
* | Add a "Shutdown" status, and clarify places where status should change.Nick Mathewson2023-12-071-0/+1
|/
* tor-hsservice: Stop the KeystoreSweeper task when the service exits (fmt).Gabriela Moldovan2023-12-051-1/+1
* tor-hsservice: Make shutdown a broadcast channel.Gabriela Moldovan2023-12-051-8/+10
* tor-hsservice tests: Add some TODOs re IPT accepting stateIan Jackson2023-12-041-0/+8
* tor-hsservice tests: Check that restart gives us the same IPTs (fmt)Ian Jackson2023-12-041-11/+18
* tor-hsservice tests: Check that restart gives us the same IPTsIan Jackson2023-12-041-2/+24
* tor-hsservice tests: Test restarting the IPT managerIan Jackson2023-12-041-0/+9
* tor-hsservice tests: Break out shutdown_check_no_tasksIan Jackson2023-12-041-4/+7
* tor-hsservice: Use keystore to store and reuse IPT keysIan Jackson2023-12-041-8/+76
* tor-hsservice: ipt_mgr: Prepare for nonfatal IPT creation errorsIan Jackson2023-12-041-4/+32
* tor-hsservice: ipt_mgr: Save and load IPT relays etc.Ian Jackson2023-12-041-6/+16
* tor-hsservice: ipt_set: Have various methods take a RuntimeIan Jackson2023-12-041-2/+2
* tor-hsservice: ipt_set: Have various methods take a Runtime (pre-fmt)Ian Jackson2023-12-041-1/+2
* tor-hsservice tests: Use a real storage manager for IPT manager testsIan Jackson2023-12-041-2/+8
* tor-hsservice tests: Break out MockedIptManager state structIan Jackson2023-12-041-18/+45
* tor-hsservice tests: Use a real keystore for IPT manager testsIan Jackson2023-12-041-54/+4
* tor-hsservice: ipt_set: Make ::channel() fallibleIan Jackson2023-12-041-1/+1
* tor-hsservice: Pass and record storage handlesIan Jackson2023-12-041-1/+15
* tor-hsservice: Introduce IptStoreErrorIan Jackson2023-12-041-4/+11
* tor-hsservice: Add a TODO about state_dir reconfigurationIan Jackson2023-12-041-0/+3
* Merge branch 'hss-notes' into 'main'Ian Jackson2023-11-301-0/+101
|\
| * hssvc-ipt-algorithms.md: Fix moved text syntaxIan Jackson2023-11-291-2/+2
| * hssvc-ipt-algorithms.md: Move some text to ipt_setIan Jackson2023-11-291-0/+67
| * hssvc-ipt-algorithms.md: Move some text to ipt_mgrIan Jackson2023-11-291-0/+33
| * hssvc-ipt-algorithms.md: Delete rendundant textIan Jackson2023-11-291-0/+1
* | Remove RngCompatExt.Nick Mathewson2023-11-291-2/+2
* | Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-1/+1
|/
* Merge branch 'keymgr-derive-builder' into 'main'gabi-2502023-11-281-2/+7
|\
| * tor-keymgr: Derive Builder for KeyMgr (fmt).Gabriela Moldovan2023-11-271-2/+7
| * tor-keymgr: Derive Builder for KeyMgr.Gabriela Moldovan2023-11-271-2/+2
* | Merge branch 'hss-debug-serde' into 'main'Ian Jackson2023-11-281-2/+27
|\ \
| * | tor-hsservice: Bespoke Debug impl for IptRelayIan Jackson2023-11-271-2/+27
| |/
* | tor-hsservice: import_new_expiry_times: Add another xrefIan Jackson2023-11-271-0/+5
* | tor-hsservice: ipt_mgr: Split out start_establisherIan Jackson2023-11-271-13/+46
* | tor-hsservice: Make import_new_expiry_times not take &mut IptManager (fmt)Ian Jackson2023-11-271-3/+1
* | tor-hsservice: Make import_new_expiry_times not take &mut IptManagerIan Jackson2023-11-271-5/+3
* | tor-hsservice: Soup up plumbing for ipt_relay_rotation_timeIan Jackson2023-11-271-10/+1
* | tor-hsservice: ipt_mgr: Move nascent state records into mod persistIan Jackson2023-11-271-27/+2