summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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-202-2/+14
* | 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-201-9/+29
|\
| * Send DosParams conditionally on HsIntro support.Nick Mathewson2023-11-201-4/+11
| * hss: Take intro_dos extension from configuration and send it.Nick Mathewson2023-11-201-4/+5
| * hss: pipe config watchers into ipt_establish.Nick Mathewson2023-11-201-1/+13
* | tor-hsservice: Update MissingHsIdKey docs, remove outdated TODO HSS.Gabriela Moldovan2023-11-201-26/+1