summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'publisher_consts' into 'main'gabi-2502024-01-252-34/+66
|\ \
| * | Typo fixes.gabi-2502024-01-241-2/+2
| * | hss: Use estimator to determine a timeout for an hsdir uploadNick Mathewson2024-01-242-5/+29
| * | hss: Revise timeout code for upload attemptsNick Mathewson2024-01-241-30/+34
| * | hss: Downgrade comments on some publisher constants.Nick Mathewson2024-01-241-5/+9
* | | Merge branch 'onion-svc-status' into 'main'gabi-2502024-01-243-46/+94
|\ \ \
| * | | tor-hsservice: Explain why the publisher never transitions to Recovering.Gabriela Moldovan2024-01-241-0/+48
| * | | tor-hsservice: Remove Publisher::status().Gabriela Moldovan2024-01-241-14/+0
| * | | tor-hsservice: Change TODO to reference #1194.Gabriela Moldovan2024-01-241-2/+2
| * | | tor-hsservice: Map the publisher status to a State variant.Gabriela Moldovan2024-01-241-1/+8
| * | | tor-hsservice: Update the publisher state on shutdown.Gabriela Moldovan2024-01-241-2/+10
| * | | tor-hsservice: Make UploadError public.Gabriela Moldovan2024-01-242-1/+2
| * | | tor-hsservice: Implement Into<RetryError<E>> for BackoffError.Gabriela Moldovan2024-01-241-0/+11
| * | | tor-hsservice: Remove unused BackoffError variants.Gabriela Moldovan2024-01-241-31/+1
| * | | tor-hsservice: Give the publisher a StatusSender.Gabriela Moldovan2024-01-242-0/+17
| |/ /
* | | Merge branch 'hss_errorkinds' into 'main'Nick Mathewson2024-01-242-40/+42
|\ \ \ | |/ / |/| / | |/
| * hss: Report errors from keep_intro_established.Nick Mathewson2024-01-241-3/+3
| * hss: Refactor keep_intro_established to avoid needing NetDirNick Mathewson2024-01-241-22/+9
| * hss: Change ticket about ErrorKind for IntroPointNotListedNick Mathewson2024-01-241-1/+1
| * hss: Clean up errors while expecting intro_establishedNick Mathewson2024-01-241-11/+25
| * hss: Correct the Kind for EstablishTimeout.Nick Mathewson2024-01-241-1/+1
| * hss: Return summarized errorkind for RendCirc error.Nick Mathewson2024-01-231-2/+3
* | tor-hsservice: key expiry: Do publisher expiry from reactorIan Jackson2024-01-242-114/+9
* | tor-hsservice: key expiry: Break out KeystoreSweeper::expire_keysIan Jackson2024-01-241-43/+7
* | tor-netdir: Make hs_dirs_{upload, download} take separate args instead of tuple.Gabriela Moldovan2024-01-242-2/+2
* | tor-netdir, tor-hscrypto: Add function for computing SRV period offset.Gabriela Moldovan2024-01-241-6/+8
* | tor-hsservice: Generate revision counter using the start of SRV period (fmt).Gabriela Moldovan2024-01-241-2/+1
* | tor-hsservice: Generate revision counter using the start of SRV period.Gabriela Moldovan2024-01-241-18/+17
* | tor-netdir: Simplify `hs_dirs_upload` by only returning the `Relay`.Gabriela Moldovan2024-01-242-3/+3
* | tor-hsservice: Store HsDirParams in the publisher's TimePeriodContext.Gabriela Moldovan2024-01-241-10/+19
* | tor-netdir: Make hs_all_time_periods return HsDirParams.Gabriela Moldovan2024-01-242-8/+10
|/
* tor-hsservice: Move compute_subcredentials to RendRequestContext.Gabriela Moldovan2024-01-222-99/+5
* tor-hsservice: Do not store the subcredentials in RendRequestContext.Gabriela Moldovan2024-01-222-12/+13
* tor-hsservice: Add an error type for subcredential lookup failures.Gabriela Moldovan2024-01-221-0/+5
* Document when (most) spawned tasks will be canceled.Nick Mathewson2024-01-181-0/+2
* Clarify IptEstablisher shutdown rulesNick Mathewson2024-01-181-8/+11
* Do not reject INTRO_ESTABLISHED messages with extensionsNick Mathewson2024-01-181-17/+12
* Merge branch 'publisher-shut-down' into 'main'Nick Mathewson2024-01-181-7/+12
|\
| * tor-hsservice: The publisher should exit when the IPT manager says so.Gabriela Moldovan2024-01-181-7/+12
* | tor-hsservice: Reference #1226 instead of #1219 in a TODO.Gabriela Moldovan2024-01-181-1/+1
|/
* Merge branch 'is_ipt_failure' into 'main'Nick Mathewson2024-01-171-3/+39
|\
| * Add a note about torspec#249.Nick Mathewson2024-01-171-1/+4
| * Implement is_ipt_failure better.Nick Mathewson2024-01-171-2/+35
* | hsservice: Document circ lifetime in OpenSession.Nick Mathewson2024-01-171-4/+7
|/
* Typo fixesgabi-2502024-01-151-2/+2
* Downgrade a TODO about dropping unlisted ipts to #1239Nick Mathewson2024-01-131-1/+1
* hsservice: Replace TODO comment about intro_established checking with #1238.Nick Mathewson2024-01-131-1/+1
* Rename IptEstablisher::{new => launch}Nick Mathewson2024-01-131-2/+1
* hsservice: Turn TODOs about ipt_establisher error handling to #1237Nick Mathewson2024-01-131-6/+6
* hsservice: Remove TODO HSS about a type that is already Arc.Nick Mathewson2024-01-131-2/+0