summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src
Commit message (Expand)AuthorAgeFilesLines
* proto: Add crate-level exports for two extra stream types (fmt)Gabriela Moldovan2026-06-172-6/+6
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-0913-0/+14
* metrics: Add descriptions and units for existing metrics.Wesley Aptekar-Cassels2026-06-021-5/+29
* config: Add a method to fill in a builder with unset defaultsNick Mathewson2026-05-271-0/+1
* 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-126-8/+15
* dirclient, hsservice: Use Arc<str> for hsdesc publishing.Nick Mathewson2026-05-121-2/+3
* tor-dirclient: Avoid copying bytes that we want to POST.Nick Mathewson2026-05-121-3/+12
* hsservice, llcrypto, SecurityResponse: use cfg({true,false})Nick Mathewson2026-05-071-2/+2
* hsclient, hsservice: Use unquoted paths in ctor_path attrGabriela Moldovan2026-04-161-2/+2
* hsservice: Use unquoted type in keypair_specifier attrGabriela Moldovan2026-04-161-2/+2
* tor-hssrvice: port to web-time-compat.Nick Mathewson2026-03-267-18/+19
* Fix typosTobias Stoeckmann2026-03-242-4/+4
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* hsservice: Port to use derive_deftly(TorConfig)Nick Mathewson2026-02-173-31/+46
* Merge branch 'circ-sync-view-streams' into 'main'gabi-2502026-02-161-1/+1
|\
| * proto: Rename CircSyncView to CircHopSyncViewGabriela Moldovan2026-02-161-1/+1
* | Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
|/
* hsservice: Allow clippy::unused_asyncGabriela Moldovan2026-01-281-0/+1
* Revert "hsservice: Make RendRequest::reject() synchronous"Gabriela Moldovan2026-01-281-1/+1
* hsservice: Make RendRequest::reject() synchronousGabriela Moldovan2026-01-271-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
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* hsclient, hsservice: Remove no longer needed conversion functionsGabriela Moldovan2026-01-061-58/+0
* keymgr: Use d-d to generate CTorPath<->KeySpecifier conversionsGabriela Moldovan2026-01-061-2/+2
* keymgr: Make CTorPath more like the client/service specifiers (fmt)Gabriela Moldovan2026-01-061-6/+2
* keymgr: Make CTorPath more like the client/service specifiersGabriela Moldovan2026-01-061-9/+5
* keymgr: Push error handling into the from_ctor_path() functionsGabriela Moldovan2026-01-061-8/+16
* keymgr: Remove redundant ArtiPath from error context (fmt)Gabriela Moldovan2026-01-061-4/+2
* keymgr: Remove redundant ArtiPath from error contextGabriela Moldovan2026-01-061-5/+3
* keymgr: Split out ArtiPathError from KeyPathError (fmt)Gabriela Moldovan2026-01-061-16/+19
* keymgr: Split out ArtiPathError from KeyPathErrorGabriela Moldovan2026-01-061-7/+12
* keymgr: Specify ctor conversion functions as moduleGabriela Moldovan2026-01-061-42/+46
* keymgr: Extend KeySpecifier macro to support CTorPath conversionsGabriela Moldovan2026-01-061-2/+38
* fix: use wallclock timestamps in all push_timed callsNihal2025-12-171-1/+8
* refactor: convert Extend to inherent method, forbid push/extend, fix rend_han...Nihal2025-12-171-1/+11
* refactor: clean codeNihal2025-12-172-2/+2
* feat(retry-error): add timestamps to retry errorsNihal2025-12-172-2/+2
* Refactor common code that builds circtargets for HS.Nick Mathewson2025-12-042-63/+35
* tor-hsservice: make `build_unvalidated()` privateSteven Engler2025-11-261-1/+1
* Merge branch 'intro-dos' into 'main'gabi-2502025-11-251-1/+1
|\
| * hsservice: Fix typo in rate_limit_at_intro docsGabriela Moldovan2025-11-251-1/+1
* | Merge branch 'max-concurrent-streams' into 'main'Nick Mathewson2025-11-251-0/+5
|\ \ | |/ |/|
| * hsservice: Clarify what max_concurrent_streams_per_circuit doesGabriela Moldovan2025-11-251-0/+5
* | opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-242-0/+6
|/
* Merge branch 'disable-hidden-service' into 'main'wesleyac2025-11-122-2/+17
|\
| * arti(-client)/tor-hsservice: return None for disabled servicehashcatHitman2025-10-162-9/+5
| * arti/tor-hsservice: don't warn on autostarthashcatHitman2025-10-162-13/+4
| * tor-hsservice: TODO - allow changing "enabled"hashcatHitman2025-10-161-0/+2