summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-hsservice: Persist suggested_effort.Wesley Aptekar-Cassels2025-08-051-6/+14
| * tor-hsservice: Add consensus params for Prop 362.Wesley Aptekar-Cassels2025-08-054-26/+102
* | Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
|/
* hsservice: Do not send the REND1 to the virtual hop.Gabriela Moldovan2025-08-051-2/+5
* hsservice, hsclient: Enable tor-circmgr/send-control-msg too.Gabriela Moldovan2025-08-051-1/+1
* tunnel: Implement start_conversation() for all tunnel typesDavid Goulet2025-08-052-2/+2
* hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-056-78/+69
* Bump version of tor-basic-utilsIan Jackson2025-08-051-1/+1
* Version bumps for 1.4.6Ian Jackson2025-08-051-30/+30
* Bump derive-deftly to 1.2.0Ian Jackson2025-08-041-1/+1
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-312-3/+3
* tor-hsservice: Fix doccomment link.Wesley Aptekar-Cassels2025-07-231-1/+1
* tor-hsservice: Add monotonic request id to RendRequestOrdByEffort.Wesley Aptekar-Cassels2025-07-231-4/+23
* tor-hsservice: Add note about SUGGESTED_EFFORT_DEADZONE.Wesley Aptekar-Cassels2025-07-231-0/+4
* tor-hsservice: Fix typo.Wesley Aptekar-Cassels2025-07-231-4/+4
* tor-hsservice: Remove remaining `as` casts from suggested effort update.Wesley Aptekar-Cassels2025-07-231-12/+23
* tor-hsservice: Remove another use of `as`.Wesley Aptekar-Cassels2025-07-232-3/+8
* tor-hsservice: Convert as into checked conversion.Wesley Aptekar-Cassels2025-07-231-1/+1
* tor-hsservice: Make num_dequeued u32 instead of usize.Wesley Aptekar-Cassels2025-07-231-2/+2
* tor-hsservice: Fix typos.Wesley Aptekar-Cassels2025-07-231-6/+6
* tor-hsservice: Use Mutex for suggested_effort.Wesley Aptekar-Cassels2025-07-231-16/+16
* tor-hsservice: Add tests for PowManager control loop.Wesley Aptekar-Cassels2025-07-231-21/+244
* tor-hsservice: Make PowManager generic over RendRequests.Wesley Aptekar-Cassels2025-07-231-12/+15
* tor-hsservice: Initial work towards mocking RendRequest.Wesley Aptekar-Cassels2025-07-231-24/+39
* tor-hsservice: Allow mocking PowManager.Wesley Aptekar-Cassels2025-07-231-4/+16
* tor-hsservice: Enforce maximum RendRequest queue size.Wesley Aptekar-Cassels2025-07-231-0/+12
* tor-hsservice: Update suggested effort in PowManager main loop.Wesley Aptekar-Cassels2025-07-231-1/+51
* tor-hsservice: Add suggested effort update function.Wesley Aptekar-Cassels2025-07-231-0/+63
* tor-hsservice: Give PowManager reference to RendRequestReceiver.Wesley Aptekar-Cassels2025-07-231-3/+8
* tor-hsservice: Allow constructing RendRequestReceiver without spawning.Wesley Aptekar-Cassels2025-07-231-19/+21
* tor-hsservice: Add state for prop362 update loop.Wesley Aptekar-Cassels2025-07-231-1/+45
* tor-hsservice: Change storage of PoW suggested_effort.Wesley Aptekar-Cassels2025-07-231-4/+21
* tor-hsservice: Implement PoW queue with BTreeSet.Wesley Aptekar-Cassels2025-07-231-6/+6
* tor-hsservice: RendRequestOrdByEffort use time as tiebreaker.Wesley Aptekar-Cassels2025-07-231-5/+15
* Merge branch 'prop360-combined' into 'main'Nick Mathewson2025-07-104-8/+67
|\
| * netdoc, hsservice: Respect maximum descriptor sizesNick Mathewson2025-07-103-4/+19
| * hs*: Define some HsDesc errors as _suspicious_.Nick Mathewson2025-07-101-2/+32
| * hs*: Include SourceInfo when making HsDesc requests.Nick Mathewson2025-07-102-2/+16
* | Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-093-5/+5
|/
* 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