summaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr
Commit message (Expand)AuthorAgeFilesLines
...
* Version bumps to 0.27.0Ian Jackson2025-02-061-11/+11
* fs-mistrust: bump minor version, and in-tree depsIan Jackson2025-02-061-1/+1
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-11/+11
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* Upgrade to itertools 0.14.0Nick Mathewson2025-01-061-1/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-11/+11
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-1/+1
* Run fixup-features in preparation for release (fmt).Gabriela Moldovan2024-12-021-1/+4
* Run fixup-features in preparation for release.Gabriela Moldovan2024-12-021-1/+1
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-5/+7
* tor-ptmgr: pass through the `CfgPathResolver`Steven Engler2024-11-182-3/+17
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-043-2/+4
* Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-10/+10
* Use mpsc_channel_no_memquota next to a TODOIan Jackson2024-10-151-3/+2
* memquota: Note a TODO about PT channelsIan Jackson2024-10-021-0/+1
* Merge branch 'warn_on_nonlocal' into 'main'Nick Mathewson2024-10-013-0/+19
|\
| * ptmgr: Forbid managed pts on non-localhostNick Mathewson2024-09-251-0/+7
| * ptmgr: Warn on non-local unmanaged PTsNick Mathewson2024-09-252-0/+12
* | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-10/+10
* | Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-2/+2
* | Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
|/
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-10/+10
* oneshot-fused-workaround: Set the initial version to 0.1.0.Gabriela Moldovan2024-09-031-1/+1
* Run fixup-features in preparation for release.Gabriela Moldovan2024-09-031-1/+1
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-283-3/+5
* tor-ptmgr: added a 'managed-pts' default featureSteven Engler2024-08-214-82/+124
* 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-202-22/+24
* tor-ptmgr: move some code to a new 'managed' moduleSteven Engler2024-08-203-312/+331
* tor-ptmgr: fix warnings when 'tor-channel-factory' isn't enabledSteven Engler2024-08-202-3/+7
* tor-ptmgr: added the `TransportOptions` enumSteven Engler2024-08-202-43/+99
* Add test for PtStatus containing TRANSPORT field.Alexander Færøy2024-08-011-0/+10
* Don't require TRANSPORT for PT STATUS messages.Alexander Færøy2024-08-011-18/+4
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-10/+10
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-10/+10
* Update to itertools 0.13.0Ian Jackson2024-06-251-1/+1
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-10/+10
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-10/+10
* ptmgr: Use impl_standard_builder for TransportConfigNick Mathewson2024-04-021-1/+3
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-10/+10
* Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-1/+1
* Run "fixup-features" in preparation for next release.Nick Mathewson2024-03-281-1/+1
* tor-ptmgr: Comment fixesgabi-2502024-03-142-2/+2
* 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-142-4/+8
* Teach get_cmethod_for_transport to handle unmanaged transports.Nick Mathewson2024-03-142-3/+23