summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice
Commit message (Expand)AuthorAgeFilesLines
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-30/+30
* release: Bump safelog version to 0.8.2.Wesley Aptekar-Cassels2026-05-061-1/+1
* 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
* Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`Ian Jackson2026-04-021-1/+1
* Update to derive-deftly 0.10.0.Ian Jackson2026-03-311-1/+1
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-30/+30
* Bump versions: minor, with dependenciesIan Jackson2026-03-301-1/+1
* Bump versions: patchlevel, with dependenciesIan Jackson2026-03-301-1/+1
* Plumb web-time-compat/full dependency through everywhere.Ian Jackson2026-03-301-0/+1
* tor-hssrvice: port to web-time-compat.Nick Mathewson2026-03-268-18/+20
* hsservice: Remove obsolete "Limitations" sectionGabriela Moldovan2026-03-251-17/+0
* Fix typosTobias Stoeckmann2026-03-242-4/+4
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* Bump strum to 0.28Gabriela Moldovan2026-03-041-1/+1
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-30/+30
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-7/+7
* 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
* | Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
|/
* Set package.metadata.docs.rs.all-features to true for all cratesNiel Duysters2026-02-091-0/+3
* release: Bump `slotmap-careful` to 0.6.0.Wesley Aptekar-Cassels2026-02-021-1/+1
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-30/+30
* hsservice: Allow clippy::unused_asyncGabriela Moldovan2026-01-281-0/+1
* Revert "hsservice: Make RendRequest::reject() synchronous"Gabriela Moldovan2026-01-282-2/+1
* hsservice: Make RendRequest::reject() synchronousGabriela Moldovan2026-01-272-1/+2
* 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
* meta: Remove all semver.md files post-releaseClara Engler2026-01-131-1/+0
* cargo: Bump all non arti/tor cratesClara Engler2026-01-121-1/+1
* cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-30/+30
* 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
* Merge branch 'ticket1223' into 'main'Nick Mathewson2025-12-043-63/+36
|\