aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice
Commit message (Expand)AuthorAgeFilesLines
* Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-30/+30
* tor-hsservice: Remove a useless formatIan Jackson2026-07-271-4/+4
* Require derive-deftly 1.11.4Ian Jackson2026-07-231-1/+1
* 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-025-0/+92
* Upgrade to itertools 0.15.0Nick Mathewson2026-07-011-1/+1
* Version bumps for 2.5.0Nick Mathewson2026-06-301-38/+38
* Merge branch 'msrv-1.91' into 'main'gabi-2502026-06-181-1/+1
|\
| * Bump MSRV to 1.91Clara Engler2026-06-151-1/+1
* | proto: Add crate-level exports for two extra stream types (fmt)Gabriela Moldovan2026-06-172-6/+6
|/
* Merge branch 'clippy-string-slice' into 'main'Nick Mathewson2026-06-1013-0/+14
|\
| * maint: Run maint/add_warning to deny string slicesClara Engler2026-06-0913-0/+14
* | Bump derive-deftly to 1.11.3Ian Jackson2026-06-091-1/+1
|/
* metrics: Add descriptions and units for existing metrics.Wesley Aptekar-Cassels2026-06-021-5/+29
* Upgrade metrics to 0.24.6.Wesley Aptekar-Cassels2026-06-021-1/+1
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-30/+30
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-06-011-1/+1
* 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-127-10/+17
* 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
* 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
|\