summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-keymgr: Introduce InvalidKeyPathComponentValue errorsIan Jackson2023-12-071-1/+7
| * tor-hsservice: Prepare for different denotator error handlingIan Jackson2023-12-071-5/+6
| * tor-keymgr: Have KeySpecifierComponent::from_component take a refIan Jackson2023-12-071-1/+1
* | Add a "Shutdown" status, and clarify places where status should change.Nick Mathewson2023-12-071-1/+1
|/
* tor-hsservice: Add more info to an internal error (fmt).Gabriela Moldovan2023-12-051-6/+7
* tor-hsservice: Add more info to an internal error.Gabriela Moldovan2023-12-051-1/+9
* tor-hsservice: Fix clippy warning.Gabriela Moldovan2023-12-051-1/+1
* tor-hsservice: Wrap some long lines in a helper macro.Gabriela Moldovan2023-12-051-4/+11
* tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent (fmt).Gabriela Moldovan2023-12-051-2/+6
* tor-keymgr: Abolish the KeyDenotator trait in favour of KeyPathComponent.Gabriela Moldovan2023-12-051-2/+4
* tor-hsservice: Stop the KeystoreSweeper task when the service exits (fmt).Gabriela Moldovan2023-12-051-54/+54
* tor-hsservice: Stop the KeystoreSweeper task when the service exits.Gabriela Moldovan2023-12-051-5/+28
* tor-hsservice: Move remove_if_expired macro inside task (fmt).Gabriela Moldovan2023-12-051-9/+3
* tor-hsservice: Move remove_if_expired macro inside task.Gabriela Moldovan2023-12-051-37/+22
* tor-hsservice: Add a helper for removing expired keys.Gabriela Moldovan2023-12-051-0/+138
* tor-keymgr: Store an owned type instead.Gabriela Moldovan2023-12-054-14/+18
* tor-keymgr: Make all arguments of arti_pattern optional.Gabriela Moldovan2023-12-051-1/+1
* tor-keymgr: Change KeyDenotator error type to KeyPathError.Gabriela Moldovan2023-12-051-2/+2
* tor-hsservice: ipt_set: Have various methods take a RuntimeIan Jackson2023-12-042-3/+4
* tor-hsservice: ipt_set: Have various methods take a Runtime (pre-fmt)Ian Jackson2023-12-041-1/+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
* tor-hsservice: Introduce IptStoreErrorIan Jackson2023-12-041-2/+7
* tor-hsservice: Add more details to the last_uploaded docs.Gabriela Moldovan2023-12-041-0/+9
* tor-hsservice: If upload_all fails, retry after 5min.Gabriela Moldovan2023-12-041-13/+33
* tor-hsservice: Update a handful of publisher logs.Gabriela Moldovan2023-12-041-2/+5
* tor-hsservice: Remove unnecessary TODO HSS.Gabriela Moldovan2023-12-041-3/+0
* tor-hsservice: Rename upload_rate_lim_ to reattempt_upload.Gabriela Moldovan2023-12-041-6/+6
* tor-hsservice: Reduce the upload rate limit threshold.Gabriela Moldovan2023-12-041-1/+1
* tor-hsservice: Measure last_uploaded from when the upload was initiated.Gabriela Moldovan2023-12-041-3/+4
* Merge branch 'hss-notes' into 'main'Ian Jackson2023-11-301-0/+12
|\
| * tor-hsclient: ipt_establisher: Fix a broken rustdoc linkIan Jackson2023-11-301-1/+1
| * hssvc-ipt-algorithms.md: Move some text to ipt_mgrIan Jackson2023-11-291-0/+4
| * hssvc-ipt-algorithms.md: Delete rendundant textIan Jackson2023-11-291-0/+8
* | Remove RngCompatExt.Nick Mathewson2023-11-292-5/+3
* | Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-294-11/+10
|/
* 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
* | Merge branch 'hss-debug-serde' into 'main'Ian Jackson2023-11-281-0/+6
|\ \
| * | tor-hsservice: derive Debug for IptParametersIan Jackson2023-11-271-0/+6
| |/
* | Merge branch 'persist-prefix' into 'main'Ian Jackson2023-11-282-7/+5
|\ \
| * | tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slopIan Jackson2023-11-271-1/+0
| * | tor-hsservice: ipt_set: Make note_publication_attempt a method on PublishIptSetIan Jackson2023-11-271-1/+1
| * | tor-hsservice: ipt_set: Make PublishIptSet a structIan Jackson2023-11-272-5/+4
| * | tor-hsservice: ipt_set: Make initial state in the constructorIan Jackson2023-11-271-1/+1
| |/
* | Merge branch 'keymgr-errors' into 'main'gabi-2502023-11-271-2/+2
|\ \ | |/ |/|
| * tor-keymgr: Add a top-level error type.Gabriela Moldovan2023-11-211-2/+2
* | HSS publisher error: lack of netdir: clarify messagegabi-2502023-11-201-1/+1