summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-hsservice: derive Debug for IptParametersIan Jackson2023-11-271-0/+6
| * | tor-hsservice: IptLocalId: test serde and DisplayIan Jackson2023-11-271-0/+48
| * | tor-hsservice: IptLocalId: bespoke serde implIan Jackson2023-11-271-2/+29
| * | tor-hsservice: IptLocalId: impl DisplayIan Jackson2023-11-271-0/+11
| * | tor-hsservice: IptLocalId: provide dummy (test) constructorIan Jackson2023-11-271-0/+10
| |/
* | Merge branch 'persist-prefix' into 'main'Ian Jackson2023-11-287-171/+285
|\ \
| * | tor-hsservice: ipt_set: Fix broken doc linksIan Jackson2023-11-271-3/+3
| * | 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-272-10/+11
| * | tor-hsservice: ipt_mgr: Move nascent state records into mod persistIan Jackson2023-11-272-27/+35
| * | tor-hsservice: Use Instant for planned_retirementIan Jackson2023-11-271-6/+4
| * | tor-hsservice: Mockable: Don't pass an explicit keymgr any more (fmt)Ian Jackson2023-11-271-5/+1
| * | tor-hsservice: Mockable: Don't pass an explicit keymgr any moreIan Jackson2023-11-271-7/+2
| * | tor-hsservice: ipt_mgr: Move KeyMgr to ImmutableIan Jackson2023-11-271-7/+6
| * | tor-hsservice: Remove a done TODOIan Jackson2023-11-271-2/+0
| * | tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slop (fmt)Ian Jackson2023-11-272-5/+9
| * | tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slopIan Jackson2023-11-273-52/+125
| * | tor-hsservice: ipt_set: Make note_publication_attempt a method on PublishIptSetIan Jackson2023-11-272-7/+9
| * | tor-hsservice: ipt_set: Make PublishIptSet a structIan Jackson2023-11-274-30/+35
| * | tor-hsservice: ipt_set: Make initial state in the constructorIan Jackson2023-11-274-5/+6
| |/
* | Merge branch 'keymgr-errors' into 'main'gabi-2502023-11-272-5/+4
|\ \ | |/ |/|
| * tor-keymgr: Add a top-level error type.Gabriela Moldovan2023-11-212-5/+4
* | HSS publisher error: lack of netdir: clarify messagegabi-2502023-11-201-1/+1
* | HSS publisher: do not crash reactor if netdir unavailableIan Jackson2023-11-201-7/+19
* | HSS errors: expose and sort out NetdirProviderShutdown error type (fmt)Ian Jackson2023-11-201-1/+1
* | HSS errors: expose and sort out NetdirProviderShutdown error typeIan Jackson2023-11-204-3/+16
* | HSS publisher errors: Declare that we want to abolish ReactorErrorIan Jackson2023-11-201-2/+23
* | HSS publisher: Remove a redundant debug messageIan Jackson2023-11-201-2/+0
|/
* Merge branch 'send_dos_params' into 'main'Nick Mathewson2023-11-203-18/+85
|\
| * Send DosParams conditionally on HsIntro support.Nick Mathewson2023-11-201-4/+11
| * Improve documentation in/around DosParams extensionNick Mathewson2023-11-201-1/+8
| * hss: Take intro_dos extension from configuration and send it.Nick Mathewson2023-11-202-4/+44
| * hss: pipe config watchers into ipt_establish.Nick Mathewson2023-11-202-9/+22
* | tor-hsservice: Update MissingHsIdKey docs, remove outdated TODO HSS.Gabriela Moldovan2023-11-202-32/+2
* | tor-hsservice: Rename MissingKey to MissingHsIdKeypair.Gabriela Moldovan2023-11-204-9/+11
* | tor-hsservice: Remove unused macro.Gabriela Moldovan2023-11-201-83/+1
* | tor-hsservice: Derive the service key specifier implementations (fmt).Gabriela Moldovan2023-11-201-54/+54
* | tor-hsservice: Derive the service key specifier implementations.Gabriela Moldovan2023-11-201-24/+43
|/
* Merge branch 'publisher-todo' into 'main'Ian Jackson2023-11-203-5/+3
|\
| * tor-hsservice: Downgrade a couple of TODO HSS to TODO.Gabriela Moldovan2023-11-162-2/+2
| * tor-hsservice: Remove TODO HSS that does not make sense.Gabriela Moldovan2023-11-151-2/+0
| * tor-hsservice: Downgrade TODO HSS to TODO.Gabriela Moldovan2023-11-151-1/+1
* | tor-keymgr: Remove unnecessary borrow.Gabriela Moldovan2023-11-161-2/+2
* | tor-hsservice: Reuse read_blind_id_keypair when building descriptors.Gabriela Moldovan2023-11-161-14/+6
* | tor-hsservice: Extract read_blind_id_keypair out of Reactor (fmt).Gabriela Moldovan2023-11-161-36/+34
* | tor-hsservice: Extract read_blind_id_keypair out of Reactor.Gabriela Moldovan2023-11-161-12/+10
* | tor-hsservice: Pass the current time as an argument to generate_revision_coun...Gabriela Moldovan2023-11-161-3/+4