aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc/publish.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-hsservice: Introduce helpers for implementing a backoff schedule.Gabriela Moldovan2023-09-131-0/+1
* tor-hsservice: Remove unused Event struct (fmt).Gabriela Moldovan2023-09-061-2/+2
* tor-hsservice: Remove unused Event struct.Gabriela Moldovan2023-09-061-16/+4
* tor-hsservice: Use a postage::watch channel to watch for config changes.Gabriela Moldovan2023-09-061-0/+3
* tor-hsservice: Use the new IPT change notifier API (fmt).Gabriela Moldovan2023-09-061-3/+11
* tor-hsservice: Use the new IPT change notifier API.Gabriela Moldovan2023-09-061-2/+3
* tor-hsservice: Move PublishIptSet and its pieces into a new moduleIan Jackson2023-09-061-23/+1
* tor-hsservice: publish: Add type alias for PublishIptSetIan Jackson2023-09-051-3/+13
* tor-hsservice: Fix type of descriptor lifetime in IptSetIan Jackson2023-08-301-2/+2
* tor-hsservice: Have the manager be in charge of expiry timeIan Jackson2023-08-291-0/+4
* tor-hsservice: Allow the manager to tell the publisher to pauseIan Jackson2023-08-291-1/+3
* tor-hsservice: Dispose of a done TODO commentIan Jackson2023-08-291-3/+0
* tor-hsservice: Change publisher doc comment re intro point changesIan Jackson2023-08-291-1/+1
* tor-hsservice: Reconcile types between manager and publisherIan Jackson2023-08-291-2/+8
* tor-hsservice: Add partial descriptor publisher reactor implementation.Gabriela Moldovan2023-08-251-10/+31
* tor-hsservice: Move PublisherError to a separate module, tweak publisher API.Gabriela Moldovan2023-08-251-5/+13
* Use "typos-cli" to fix a bunch of typos.Nick Mathewson2023-08-221-1/+1
* hsservice: Add a sketched API for HsDir publishers.Nick Mathewson2023-07-311-0/+98