index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-ptmgr
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
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
1
-3
/
+9
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
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
*
tor-ptmgr: pass through the `CfgPathResolver`
Steven Engler
2024-11-18
1
-1
/
+4
*
ptmgr: Warn on non-local unmanaged PTs
Nick Mathewson
2024-09-25
1
-0
/
+7
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-2
/
+3
*
tor-ptmgr: added a 'managed-pts' default feature
Steven Engler
2024-08-21
1
-72
/
+92
*
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
1
-1
/
+23
*
tor-ptmgr: move some code to a new 'managed' module
Steven Engler
2024-08-20
1
-311
/
+11
*
tor-ptmgr: fix warnings when 'tor-channel-factory' isn't enabled
Steven Engler
2024-08-20
1
-1
/
+4
*
tor-ptmgr: added the `TransportOptions` enum
Steven Engler
2024-08-20
1
-25
/
+22
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
tor-ptmgr: Comment fixes
gabi-250
2024-03-14
1
-1
/
+1
*
Move comment from factory_for_transport.
Nick Mathewson
2024-03-14
1
-21
/
+21
*
Clean up parts of the ptmgr docs that assume managed pts
Nick Mathewson
2024-03-14
1
-2
/
+2
*
Teach get_cmethod_for_transport to handle unmanaged transports.
Nick Mathewson
2024-03-14
1
-3
/
+9
*
Lightly refactor get_cmethod_for_transport
Nick Mathewson
2024-03-14
1
-40
/
+41
*
Rename cmethods => managed_cmethods
Nick Mathewson
2024-03-14
1
-7
/
+11
*
Extract cmethod lookup from factory_for_transport.
Nick Mathewson
2024-03-14
1
-59
/
+77
*
Adapt TransportConfig to support unmanaged transports.
Nick Mathewson
2024-03-14
1
-5
/
+17
*
Rename ManagedTransportConfig to TransportConfig.
Nick Mathewson
2024-03-14
1
-8
/
+8
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-ptmgr
Ian Jackson
2023-10-11
1
-1
/
+1
*
Add initial support for running a PT in server mode
Saksham Mittal
2023-08-24
1
-10
/
+22
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-3
/
+3
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Use ErrorReport for errors in error! in tor-ptmgr
Ian Jackson
2023-01-30
1
-1
/
+2
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
ptmgr: Add more logs when looking/creating a PT.
Nick Mathewson
2023-01-06
1
-24
/
+46
*
Hang onto a PT object after it is launched
Nick Mathewson
2022-11-30
1
-0
/
+1
*
ptmgr todo: Remove dead code allow
Ian Jackson
2022-11-30
1
-2
/
+0
*
ptmgr: No need for state_dir in PtMgr
Ian Jackson
2022-11-30
1
-4
/
+1
*
ptmgr todo: Tolerate exposing the Vec for now
Ian Jackson
2022-11-30
1
-1
/
+1
*
Merge branch 'no_empty_select' into 'main'
eta
2022-11-30
1
-1
/
+9
|
\
|
*
ptmgr: Do not construct an empty select_all future.
Nick Mathewson
2022-11-30
1
-1
/
+9
*
|
ptmgr: change error UnconfiguredTransportDueToConcurrentReconfiguration
Ian Jackson
2022-11-30
1
-1
/
+1
|
/
*
ptmgr: report an error if PT transports don't match requested.
Nick Mathewson
2022-11-29
1
-1
/
+9
*
Register transport in pt reactor even if it has no pending requests
Nick Mathewson
2022-11-29
1
-1
/
+1
*
ptmgr: Use PluggableTransport::identity in logs.
Nick Mathewson
2022-11-29
1
-2
/
+2
[next]