summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/ipt_establish.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-1/+0
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-0/+4
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* Update code for Edition 2024Nick Mathewson2025-08-071-1/+1
* tunnel: Implement start_conversation() for all tunnel typesDavid Goulet2025-08-051-1/+1
* hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-051-13/+13
* 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
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-291-0/+1
* tor-proto: Update the TunnelMutableState when a circuit is removed.Gabriela Moldovan2025-05-151-3/+11
* Merge branch 'named_protovers' into 'main'David Goulet2025-03-201-2/+3
|\
| * Use named subprotocol versions throughout arti.Nick Mathewson2025-03-121-2/+3
* | squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
|/
* tor-hsservice: Make ReplayLog generic.Wesley Aptekar-Cassels2025-02-101-4/+4
* proto: Remove ConversationInHandlerDavid Goulet2025-02-041-5/+1
* tor-proto: Rewrite circuit reactor run_once() loop to use select!.Gabriela Moldovan2025-01-291-1/+1
* tor-netdir: Add timeliness param to wait_for_netdir_to_list.Wesley Aptekar-Cassels2024-11-251-1/+1
* Move helpers from tor-hsservice to tor-netdir.Wesley Aptekar-Cassels2024-11-251-7/+8
* hss: Make the limit for streams configurable.Nick Mathewson2024-03-261-0/+1
* Run rustfmtIan Jackson2024-03-051-1/+1
* tor-hsservice: prelude: Move most imports from ipt_estanblish.rsIan Jackson2024-03-051-36/+3
* tor-hsservice: Move svc.rs contents into lib.rsIan Jackson2024-03-051-1/+1
* tor-hsservice: Move ipt_establish.rs out of svcIan Jackson2024-03-051-0/+1024