summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/publish.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* tor-dirclient: Avoid copying bytes that we want to POST.Nick Mathewson2026-05-121-3/+12
* tor-hssrvice: port to web-time-compat.Nick Mathewson2026-03-261-1/+0
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-hsservice: Fix clippy.Wesley Aptekar-Cassels2025-08-131-3/+2
* tor-hsservice: Implement enable_pow option.Wesley Aptekar-Cassels2025-08-131-0/+1
* tor-hsservice: Reenable publisher test in hs-pow-full.Wesley Aptekar-Cassels2025-08-131-2/+1
* tor-hsservice: Add PowManager to OnionServiceStatus.Wesley Aptekar-Cassels2025-08-131-3/+4
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-9/+9
* tor-hsservice: Add consensus params for Prop 362.Wesley Aptekar-Cassels2025-08-051-0/+1
* hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-051-9/+6
* hs*: Include SourceInfo when making HsDesc requests.Nick Mathewson2025-07-101-0/+4
* tor-hsservice: Make PowManager persist state.Wesley Aptekar-Cassels2025-05-271-1/+4
* tor-hsservice: Add ReplayLog to PowManager.Wesley Aptekar-Cassels2025-05-271-1/+13
* tor-hsservice: Add PoW priority queue and checking of solves.Wesley Aptekar-Cassels2025-05-271-1/+2
* tor-hsservice: Initial parts of PowManager.Wesley Aptekar-Cassels2025-05-271-0/+23
* *: use std::io::Error::other in many placesNick Mathewson2025-05-151-1/+1
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-041-1/+1
* tor-hsservice: pass through the `CfgPathResolver`Steven Engler2024-11-181-0/+9
* tor-keymgr: Rename the primary keystore for clarity.Gabriela Moldovan2024-09-231-2/+2
* tor-hsservice: Remove the anonymity setting from the config.Gabriela Moldovan2024-09-121-2/+1
* Merge branch 'bug_1613' into 'main'gabi-2502024-09-121-1/+6
|\
| * tor-keymgr: add an overwrite flag to KeyMgr::insert()Morgan2024-09-101-1/+6
* | tor-hsservice: Remove outdated comment about publisher.Gabriela Moldovan2024-09-091-17/+0
* | tor-hsservice: Fill out the missing descriptor publisher docs.Gabriela Moldovan2024-09-091-1/+4
* | tor-hsservice: Add basic tests for publisher status reporting.Gabriela Moldovan2024-09-091-3/+22
|/
* Rename tor-keys crate to tor-key-forgeDavid Goulet2024-09-041-1/+1
* tor-keymgr: Use tor-keys crate and remove dead codeDavid Goulet2024-09-041-1/+2
* tor-hsservice: Make the reactor take a reference to the config.Gabriela Moldovan2024-08-211-1/+1
* tor-hsservice: Move authorized_clients out of RunningOnionService.Gabriela Moldovan2024-08-131-9/+0
* tor-hsservice: Use the configured authorized clients when encrypting the desc...Gabriela Moldovan2024-08-051-0/+10
* tor-hsservice: Resolve dead code warnings in publisher tests.Gabriela Moldovan2024-07-091-11/+7
* tor-hsservice: Remove unused code (fmt).Gabriela Moldovan2024-07-091-1/+1
* tor-hsservice: Remove unused code.Gabriela Moldovan2024-07-091-1/+1
* tor-hsservice: Remove unused publisher functions.Gabriela Moldovan2024-07-091-8/+0
* tor-hsservice: Remove unnecessary allow.Gabriela Moldovan2024-07-091-1/+0
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run rustfmtIan Jackson2024-03-051-3/+3
* tor-hsservice: prelude: Promote imports from reactor.rsIan Jackson2024-03-051-0/+3
* tor-hsservice: prelude: Promote imports from descriptor.rsIan Jackson2024-03-051-0/+1
* tor-hsservice: prelude: Move imports from publish.rsIan Jackson2024-03-051-13/+1
* tor-hsservice: Move svc.rs contents into lib.rsIan Jackson2024-03-051-1/+1
* tor-hsservice: Hide IptLocalId field, and provide test constructorIan Jackson2024-03-051-2/+2
* tor-hsservice: Move publish out of svcIan Jackson2024-03-051-0/+665