index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-ptmgr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
add TODO about Arti#2634
pryty26
2026-08-10
1
-0
/
+4
*
Added #[cfg(...)] to remove the unnecessary #[allow(dead_code)]
pryty26
2026-07-21
2
-11
/
+22
*
Remove now-unneeded allow(clippy::cognitive_complexity)
Jim Newsome
2026-07-15
1
-3
/
+0
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
Merge branch 'fix/MissingOneOf' into 'main'
Nick Mathewson
2026-07-01
1
-3
/
+3
|
\
|
*
did TODO/Changed MissingFieled into MissingOneOf
pryty26
2026-06-20
1
-3
/
+3
*
|
removed unnecessary PinBox wrapper
pryty26
2026-06-24
1
-5
/
+1
*
|
ptmgr: Remove string slicing.
Nick Mathewson
2026-06-10
1
-11
/
+11
|
/
*
everywhere: Add #[allow(clippy::string_slice)]
Clara Engler
2026-06-09
1
-0
/
+2
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
2
-0
/
+2
*
ptmgr: Defer proxy protocol string conversion
Nihal
2026-05-26
2
-5
/
+9
*
ptmgr: pass outbound_proxy to managed PT processes
Nihal
2026-05-26
2
-3
/
+12
*
tor-ptmgr: port to web-time-compat.
Nick Mathewson
2026-03-26
1
-4
/
+4
*
ptmgr: Migrate to derive_deftly(TorConfig)
Nick Mathewson
2026-02-17
1
-12
/
+11
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
1
-1
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
chanmgr: Get rid of the builder outbound_chan_type
David Goulet
2026-01-13
1
-3
/
+1
*
chanmgr: Add ChannelType to channel manager config
David Goulet
2026-01-13
1
-1
/
+3
*
chanmgr: Remove KeyMgr from constructor
David Goulet
2026-01-13
1
-1
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
2
-2
/
+2
*
all: run cargo fmt
Steven Engler
2025-11-04
1
-1
/
+1
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
chanmgr: Add KeyMgr to channel builder
David Goulet
2025-08-20
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
4
-12
/
+22
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
ptmgr: Use simpler expression to extract a HashMap's keys.
Nick Mathewson
2025-05-29
1
-1
/
+1
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
1
-0
/
+1
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
update `CfgPath::path` to use a `CfgPathResolver`
Steven Engler
2024-11-18
1
-5
/
+7
*
tor-ptmgr: pass through the `CfgPathResolver`
Steven Engler
2024-11-18
2
-3
/
+17
*
tor-config: removed re-export of `CfgPath`
Steven Engler
2024-11-04
2
-2
/
+3
*
Use mpsc_channel_no_memquota next to a TODO
Ian Jackson
2024-10-15
1
-3
/
+2
*
memquota: Note a TODO about PT channels
Ian Jackson
2024-10-02
1
-0
/
+1
*
ptmgr: Forbid managed pts on non-localhost
Nick Mathewson
2024-09-25
1
-0
/
+7
*
ptmgr: Warn on non-local unmanaged PTs
Nick Mathewson
2024-09-25
2
-0
/
+12
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
2
-3
/
+4
*
tor-ptmgr: added a 'managed-pts' default feature
Steven Engler
2024-08-21
3
-81
/
+120
*
tor-ptmgr: break out `spawn_transport` into separate function
Steven Engler
2024-08-20
1
-33
/
+38
*
tor-ptmgr: moved `PtClientMethod` from ipc to crate module
Steven Engler
2024-08-20
2
-22
/
+24
*
tor-ptmgr: move some code to a new 'managed' module
Steven Engler
2024-08-20
3
-312
/
+331
*
tor-ptmgr: fix warnings when 'tor-channel-factory' isn't enabled
Steven Engler
2024-08-20
2
-3
/
+7
*
tor-ptmgr: added the `TransportOptions` enum
Steven Engler
2024-08-20
2
-43
/
+99
*
Add test for PtStatus containing TRANSPORT field.
Alexander Færøy
2024-08-01
1
-0
/
+10
*
Don't require TRANSPORT for PT STATUS messages.
Alexander Færøy
2024-08-01
1
-18
/
+4
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
ptmgr: Use impl_standard_builder for TransportConfig
Nick Mathewson
2024-04-02
1
-1
/
+3
[next]