summaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-142-8/+75
* Rename ManagedTransportConfig to TransportConfig.Nick Mathewson2024-03-142-10/+10
* Merge branch 'encapsulate_config_rs' into 'main'Nick Mathewson2024-03-132-2/+4
|\
| * ptmgr: Use Itertools directly.Nick Mathewson2024-03-132-1/+2
| * ptmgr: reformat Cargo.tomlNick Mathewson2024-03-131-1/+2
* | Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
|/
* Use tor_basic_utils::PathExt::display_lossyIan Jackson2024-03-052-1/+3
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | tor-ptmgr: Bump minor version.Gabriela Moldovan2024-03-041-1/+1
* | Bump the minor version, for crates with breaking changes.Gabriela Moldovan2024-03-041-1/+1
|/