aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr/src/managed.rs
Commit message (Expand)AuthorAgeFilesLines
* Added #[cfg(...)] to remove the unnecessary #[allow(dead_code)]pryty262026-07-211-0/+1
* removed unnecessary PinBox wrapperpryty262026-06-241-5/+1
* ptmgr: Defer proxy protocol string conversionNihal2026-05-261-2/+5
* ptmgr: pass outbound_proxy to managed PT processesNihal2026-05-261-3/+6
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-5/+9
* ptmgr: Use simpler expression to extract a HashMap's keys.Nick Mathewson2025-05-291-1/+1
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-5/+7
* tor-ptmgr: pass through the `CfgPathResolver`Steven Engler2024-11-181-2/+13
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+1
* tor-ptmgr: added a 'managed-pts' default featureSteven Engler2024-08-211-3/+0
* tor-ptmgr: move some code to a new 'managed' moduleSteven Engler2024-08-201-0/+319