aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr
Commit message (Expand)AuthorAgeFilesLines
* add TODO about Arti#2634pryty262026-08-101-0/+4
* Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-12/+12
* Require derive-deftly 1.11.4Ian Jackson2026-07-231-1/+1
* Added #[cfg(...)] to remove the unnecessary #[allow(dead_code)]pryty262026-07-212-11/+22
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-3/+0
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* Merge branch 'upgrade-itertools' into 'main'Nick Mathewson2026-07-011-1/+1
|\
| * Upgrade to itertools 0.15.0Nick Mathewson2026-07-011-1/+1
* | Merge branch 'fix/MissingOneOf' into 'main'Nick Mathewson2026-07-011-3/+3
|\ \ | |/ |/|
| * did TODO/Changed MissingFieled into MissingOneOfpryty262026-06-201-3/+3
* | Version bumps for 2.5.0Nick Mathewson2026-06-301-15/+15
* | removed unnecessary PinBox wrapperpryty262026-06-241-5/+1
* | Merge branch 'msrv-1.91' into 'main'gabi-2502026-06-181-1/+1
|\ \
| * | Bump MSRV to 1.91Clara Engler2026-06-151-1/+1
| |/
* / ptmgr: Remove string slicing.Nick Mathewson2026-06-101-11/+11
|/
* Merge branch 'clippy-string-slice' into 'main'Nick Mathewson2026-06-102-0/+4
|\
| * everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-091-0/+2
| * maint: Run maint/add_warning to deny string slicesClara Engler2026-06-092-0/+2
* | Bump derive-deftly to 1.11.3Ian Jackson2026-06-091-1/+1
|/
* Upgrade tokio to LTS 1.47.1Neel Chauhan2026-06-031-1/+1
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-12/+12
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-06-011-1/+1
* ptmgr: Defer proxy protocol string conversionNihal2026-05-262-5/+9
* ptmgr: pass outbound_proxy to managed PT processesNihal2026-05-262-3/+12
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-12/+12
* Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`Ian Jackson2026-04-021-1/+1
* Update to derive-deftly 0.10.0.Ian Jackson2026-03-311-1/+1
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-12/+12
* Plumb web-time-compat/full dependency through everywhere.Ian Jackson2026-03-301-0/+1
* tor-ptmgr: port to web-time-compat.Nick Mathewson2026-03-262-4/+5
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-12/+12
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-2/+2
* ptmgr: Migrate to derive_deftly(TorConfig)Nick Mathewson2026-02-172-12/+12
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* relay: Add a TLS acceptor in the ChanBuilderDavid Goulet2026-02-091-1/+1
* Set package.metadata.docs.rs.all-features to true for all cratesNiel Duysters2026-02-091-0/+3
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-12/+12
* release: run fixup-features.Wesley Aptekar-Cassels2026-01-291-0/+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-132-1/+4
* chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-131-1/+1
* cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-11/+11
* Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-11/+11
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2025-12-021-1/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-062-2/+2
* 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