aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/status.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-hsservice: Remove outdated comment.Wesley Aptekar-Cassels2025-08-131-5/+0
* tor-hsservice: Rename InternalPowError to PowError.Wesley Aptekar-Cassels2025-08-131-1/+1
* tor-hsservice: Reenable publisher test in hs-pow-full.Wesley Aptekar-Cassels2025-08-131-10/+2
* tor-hsservice: Add PowManager to OnionServiceStatus.Wesley Aptekar-Cassels2025-08-131-15/+56
* tor-hsservice: Add PoW priority queue and checking of solves.Wesley Aptekar-Cassels2025-05-271-3/+3
* tor-hsservice: Add is_fully_reachable() methodClara Engler2025-03-131-0/+10
* tor-hsservice: Change the error type in Problem::DescriptorUpload.Gabriela Moldovan2024-09-091-2/+23
* tor-hsservice: Add basic tests for publisher status reporting.Gabriela Moldovan2024-09-091-1/+30
* tor-hsservice: Add Degraded{Unr,R}eachable onion svc states.Gabriela Moldovan2024-09-091-2/+15
* tor-hsservice: Remove dead_code allows.Gabriela Moldovan2024-09-091-4/+1
* Fix some rustdoc warnings.Nick Mathewson2024-03-121-2/+2
* fix: fix typosDimitris Apostolou2024-03-091-1/+1
* tor-hsservice: prelude: Move most imports from status.rsIan Jackson2024-03-051-10/+1
* tor-hsservice: Replace placeholder IptError with the real IptError type.Gabriela Moldovan2024-02-191-1/+1
* tor-hsservice: Clarify what State::Recovering means.Gabriela Moldovan2024-02-191-10/+9
* tor-hsservice: Expand on State::Broken reachability notes.Gabriela Moldovan2024-02-191-1/+1
* tor-hsservice: Expand on reachability notes.Ian Jackson2024-02-191-2/+2
* tor-hsservice: Add an IptError type for status reporting.Gabriela Moldovan2024-02-191-1/+4
* tor-hsservice: Document the `State`s in which the service is reachable.Gabriela Moldovan2024-02-191-0/+30
* tor-hsservice: Add a Degraded onion service status.Gabriela Moldovan2024-02-191-0/+14
* tor-hsservice: Rename note_<status> to send_<status>.Gabriela Moldovan2024-02-191-7/+7
* tor-hsservice: Remove extraneous blank line.Gabriela Moldovan2024-02-191-1/+0
* tor-hsservice: Fix a broken doc link.Gabriela Moldovan2024-01-251-1/+1
* tor-hsservice: Implement {Publisher, IptMgr}StatusSender.Gabriela Moldovan2024-01-241-23/+54
* tor-hsservice: Implement OnionServiceStatus::current_problem.Gabriela Moldovan2024-01-241-1/+9
* tor-hsservice: Rename OnionServiceStatus fields.Gabriela Moldovan2024-01-241-7/+7
* tor-hsservice: Remove outdated TODO.Gabriela Moldovan2024-01-241-2/+0
* tor-hsservice: Add separate status structs for the svc subsystems.Gabriela Moldovan2024-01-241-7/+48
* tor-hsservice: Replace StartupError with Problem.Gabriela Moldovan2024-01-241-10/+16
* tor-hsservice: Reassign a TODO to #1194.Gabriela Moldovan2024-01-241-2/+2
* tor-hsservice: Remove unused field.Gabriela Moldovan2024-01-241-4/+0
* tor-hsservice: Add separate StatusSender types for the publisher and IPT mgr.Gabriela Moldovan2024-01-241-0/+10
* hsservice: Downgrade TODO HSS about having a type not be Clone.Nick Mathewson2024-01-121-1/+1
* hsservice: Convert TODOs about status to "TODO (#1083)"Nick Mathewson2024-01-121-5/+5
* tor-hsservice: Add functions to update the IPT mgr/publisher states.Gabriela Moldovan2023-12-111-7/+21
* tor-hsservice: Derive service state from the state of its components.Gabriela Moldovan2023-12-111-1/+20
* tor-hsservice: Trim trailing whitespace.Gabriela Moldovan2023-12-111-1/+1
* Add a "Shutdown" status, and clarify places where status should change.Nick Mathewson2023-12-071-2/+8
* Add a status API to OnionService.Nick Mathewson2023-12-071-5/+147
* hsservice: Adapt data structures from onion-service-notes.mdNick Mathewson2023-07-311-0/+6
* Downgrade every "TODO HS" in tor-hsserviceNick Mathewson2023-06-201-1/+1
* Sketch an API for onion services.Nick Mathewson2023-01-241-0/+4