aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* add TODO about Arti#2634pryty262026-08-101-0/+4
* Added #[cfg(...)] to remove the unnecessary #[allow(dead_code)]pryty262026-07-211-11/+21
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* ptmgr: Defer proxy protocol string conversionNihal2026-05-261-3/+4
* ptmgr: pass outbound_proxy to managed PT processesNihal2026-05-261-0/+6
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* relay: Add a TLS acceptor in the ChanBuilderDavid Goulet2026-02-091-1/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* chanmgr: Get rid of the builder outbound_chan_typeDavid Goulet2026-01-131-3/+1
* chanmgr: Add ChannelType to channel manager configDavid Goulet2026-01-131-1/+3
* chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-131-1/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* all: run cargo fmtSteven Engler2025-11-041-1/+1
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* chanmgr: Add KeyMgr to channel builderDavid Goulet2025-08-201-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+9
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-ptmgr: pass through the `CfgPathResolver`Steven Engler2024-11-181-1/+4
* ptmgr: Warn on non-local unmanaged PTsNick Mathewson2024-09-251-0/+7
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-2/+3
* tor-ptmgr: added a 'managed-pts' default featureSteven Engler2024-08-211-72/+92
* tor-ptmgr: break out `spawn_transport` into separate functionSteven Engler2024-08-201-33/+38
* tor-ptmgr: moved `PtClientMethod` from ipc to crate moduleSteven Engler2024-08-201-1/+23
* tor-ptmgr: move some code to a new 'managed' moduleSteven Engler2024-08-201-311/+11
* tor-ptmgr: fix warnings when 'tor-channel-factory' isn't enabledSteven Engler2024-08-201-1/+4
* tor-ptmgr: added the `TransportOptions` enumSteven Engler2024-08-201-25/+22
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* tor-ptmgr: Comment fixesgabi-2502024-03-141-1/+1
* Move comment from factory_for_transport.Nick Mathewson2024-03-141-21/+21
* Clean up parts of the ptmgr docs that assume managed ptsNick Mathewson2024-03-141-2/+2
* Teach get_cmethod_for_transport to handle unmanaged transports.Nick Mathewson2024-03-141-3/+9
* Lightly refactor get_cmethod_for_transportNick Mathewson2024-03-141-40/+41
* Rename cmethods => managed_cmethodsNick Mathewson2024-03-141-7/+11
* Extract cmethod lookup from factory_for_transport.Nick Mathewson2024-03-141-59/+77
* Adapt TransportConfig to support unmanaged transports.Nick Mathewson2024-03-141-5/+17
* Rename ManagedTransportConfig to TransportConfig.Nick Mathewson2024-03-141-8/+8
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-1/+1
* oneshot: Use veneer in tor-ptmgrIan Jackson2023-10-111-1/+1
* Add initial support for running a PT in server modeSaksham Mittal2023-08-241-10/+22
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-071-3/+3
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2