summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-30/+30
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-6/+6
* tor-hsservice: Suppress false-positive clippy::useless_concat.Gabriela Moldovan2025-07-071-1/+4
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Merge branch 'arti-1.4.5-prep' into 'main'gabi-2502025-07-071-1/+1
|\
| * Upgrade to derive-deftly 1.1.0.Gabriela Moldovan2025-07-071-1/+1
* | hspow: Add a clippy::cognitive_complexity exceptionNick Mathewson2025-07-031-0/+1
|/
* hsservice: Stop using HopNum and use TargetHopDavid Goulet2025-06-261-1/+1
* proto: Make send_raw_msg() use a TargetHopDavid Goulet2025-06-261-1/+1
* hs: Remove the use of HopNum and instead use TargetHopDavid Goulet2025-06-261-4/+1
* proto: Add a control command to get the binding keyDavid Goulet2025-06-261-1/+3
* proto: Move NegotiatedHopSettings to a higher levelNick Mathewson2025-06-101-1/+5
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-30/+30
* release: Bump crates non-arti/non-tor crates with functional changes.Alexander Hansen Færøy2025-06-051-1/+1
* Sort dependencies to make cargo sort happy.Alexander Hansen Færøy2025-06-041-10/+11
* Fix various missing incorrect feature entries as prep for release.Alexander Hansen Færøy2025-06-031-1/+1
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-294-0/+6
* tor-hsservice: Fix typo.Wesley Aptekar-Cassels2025-05-271-1/+1
* tor-hsservice: Warn instead of panic on KeyMgr error in PowManager.Wesley Aptekar-Cassels2025-05-271-4/+8
* tor-hsservice: Refactor PoW error handling.Wesley Aptekar-Cassels2025-05-272-17/+35
* tor-hsservice: Make PoW publisher_update_tx closed a warning.Wesley Aptekar-Cassels2025-05-271-4/+3
* tor-hsservice: Make PowManager persist state.Wesley Aptekar-Cassels2025-05-275-13/+75
* tor-hsservice: Add ReplayLog to PowManager.Wesley Aptekar-Cassels2025-05-274-15/+71
* tor-hsservice: Add PowNonceReplayLog.Wesley Aptekar-Cassels2025-05-272-0/+37
* tor-hsservice: Explicitly don't use memquota for publisher update queue.Wesley Aptekar-Cassels2025-05-271-1/+5
* tor-hsservice: Add PoW priority queue and checking of solves.Wesley Aptekar-Cassels2025-05-273-25/+242
* Add methods for getting proof-of-work extension from intro request.Wesley Aptekar-Cassels2025-05-272-1/+6
* tor-hsservice: Use Pin<Box<dyn Stream>>> instead of mpsc::Receiver.Wesley Aptekar-Cassels2025-05-274-8/+9
* tor-hsservice: Initial parts of PowManager.Wesley Aptekar-Cassels2025-05-278-8/+523
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-6/+8
* *: use std::io::Error::other in many placesNick Mathewson2025-05-151-1/+1
* tor-proto: Update the TunnelMutableState when a circuit is removed.Gabriela Moldovan2025-05-151-3/+11
* Resolve clippy warnings from 1.83Nick Mathewson2025-05-131-2/+1
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-29/+29
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Include "bug" in all bug error messagesNick Mathewson2025-04-281-2/+2
* Merge branch 'todos-msrv' into 'main'Jim Newsome2025-04-241-1/+1
|\
| * tor-hsservice: standardized MSRV TODOhashcatHitman2025-04-161-1/+1
* | protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-1/+2
* | Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+2
* | New functions to report supported subprotocolsNick Mathewson2025-04-161-0/+21
|/
* Remove semver.md files post-release.Gabriela Moldovan2025-04-011-1/+0
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-29/+29
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-3/+3
* Upgrade strum dependency to 0.27.1.Gabriela Moldovan2025-03-271-1/+1
* Use an EntropicRng trait to enforce key generation rules.Nick Mathewson2025-03-242-2/+6
* Use CautiousRng for keys going into the KeyMgr.Nick Mathewson2025-03-242-3/+2
* Merge branch 'named_protovers' into 'main'David Goulet2025-03-201-2/+3
|\
| * Use named subprotocol versions throughout arti.Nick Mathewson2025-03-121-2/+3