aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/publish
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-152-5/+0
* hsservice: Advertise flowctrl and cgo as appropriate.Nick Mathewson2026-07-022-0/+24
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-093-0/+3
* hsservice: Set the current random value for the custom netdirGabriela Moldovan2026-05-211-1/+1
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+5
* dirclient, hsservice: Use Arc<str> for hsdesc publishing.Nick Mathewson2026-05-121-2/+3
* tor-hssrvice: port to web-time-compat.Nick Mathewson2026-03-261-2/+2
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* hsservice: Remove unnecessary wraps from publisher functionGabriela Moldovan2026-01-271-4/+4
* hsservice: Remove unnecessary async from publisher functionGabriela Moldovan2026-01-271-3/+3
* refactor: clean codeNihal2025-12-171-1/+1
* feat(retry-error): add timestamps to retry errorsNihal2025-12-171-1/+1
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-0/+2
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-063-3/+3
* hsservice: Move derive_more::From out of internal_prelude.Nick Mathewson2025-08-191-0/+1
* misc: cleanup now that `_report!` macros support fieldsSteven Engler2025-08-181-1/+1
* Merge branch 'relay-reactor-placeholder' into 'main'David Goulet2025-08-181-1/+1
|\
| * proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-1/+1
* | tor-hsservice: Pass Rng into PoW code where possible.Wesley Aptekar-Cassels2025-08-131-1/+1
* | tor-hsservice: Implement enable_pow option.Wesley Aptekar-Cassels2025-08-131-1/+3
|/
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+6
* hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-051-24/+20
* netdoc, hsservice: Respect maximum descriptor sizesNick Mathewson2025-07-102-4/+14
* hs*: Define some HsDesc errors as _suspicious_.Nick Mathewson2025-07-101-2/+32
* hs*: Include SourceInfo when making HsDesc requests.Nick Mathewson2025-07-101-2/+12
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-292-0/+4
* tor-hsservice: Refactor PoW error handling.Wesley Aptekar-Cassels2025-05-271-1/+8
* tor-hsservice: Initial parts of PowManager.Wesley Aptekar-Cassels2025-05-272-4/+34
* Resolve clippy warnings from 1.83Nick Mathewson2025-05-131-2/+1
* Use an EntropicRng trait to enforce key generation rules.Nick Mathewson2025-03-242-2/+6
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* tor-rt*: Apply deferred formatting churnIan Jackson2025-03-041-1/+1
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-041-1/+1
* Move helpers from tor-hsservice to tor-netdir.Wesley Aptekar-Cassels2024-11-251-2/+5
* tor-hsservice: add clippy allowsSteven Engler2024-11-201-0/+4
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-2/+2
* tor-hsservice: pass through the `CfgPathResolver`Steven Engler2024-11-181-8/+19
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-041-1/+2
* Introduce mpsc_channel_no_memquota and use it in the places it's wantedIan Jackson2024-10-151-1/+2
* tor-hsservice: Remove the anonymity setting from the config.Gabriela Moldovan2024-09-121-2/+2
* Merge branch 'bug_1613' into 'main'gabi-2502024-09-121-1/+1
|\
| * tor-keymgr: add an overwrite flag to KeyMgr::insert()Morgan2024-09-101-1/+1
* | Merge branch 'publisher-svc-status' into 'main'David Goulet2024-09-102-108/+517
|\ \ | |/ |/|
| * tor-hsservice: Add tests for status changes induced by descriptor uploads.Gabriela Moldovan2024-09-091-1/+185
| * tor-hsservice: Include descriptor upload errors in onion service status.Gabriela Moldovan2024-09-091-9/+17
| * tor-hsservice: Change the error type in Problem::DescriptorUpload.Gabriela Moldovan2024-09-091-1/+17
| * tor-hsservice: Remove unused UploadError variant (fmt).Gabriela Moldovan2024-09-091-3/+1
| * tor-hsservice: Remove unused UploadError variant.Gabriela Moldovan2024-09-091-6/+1
| * tor-hsservice: Rename UploadStatus to UploadResult.Gabriela Moldovan2024-09-091-4/+4
| * tor-hsservice: Fill out the missing descriptor publisher docs.Gabriela Moldovan2024-09-091-7/+62