summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src
Commit message (Expand)AuthorAgeFilesLines
* tor-hsservice: Remove a useless formatIan Jackson2026-07-271-4/+4
* Use new TimeRangeBound name throughout the treeIan Jackson2026-07-161-2/+2
* Merge branch 'remove-lint' into 'main'Jim Newsome2026-07-156-13/+2
|\
| * Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-155-11/+0
| * add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
| * Removed unnecessary lintpryty262026-07-152-2/+2
* | multiple crates: Fix clippy warningshjrgrn2026-07-101-3/+3
|/
* hs: Add a TODO about #2598 refactoringNick Mathewson2026-07-021-0/+3
* Do not incluede negotiate_subproto in subproto_requestNick Mathewson2026-07-021-2/+7
* hsservice: Accept and negotiate protocol extensions.Nick Mathewson2026-07-022-4/+93
* hsservice: Advertise flowctrl and cgo as appropriate.Nick Mathewson2026-07-024-0/+89
* 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