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
*
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
*
Centralize the "find an identifier for the pt name" logic in one place.
Nick Mathewson
2022-11-29
1
-6
/
+36
*
tor-ptmgr: add PtReactor
eta
2022-11-29
1
-18
/
+205
*
PtMgr: Use a persistent state directory for PT state.
Nick Mathewson
2022-11-28
1
-9
/
+8
*
Revise the API of "PtMgr::reconfigure"
Nick Mathewson
2022-11-28
1
-2
/
+7
*
ptmgr: Note a TODO issue around TempDir.
Nick Mathewson
2022-11-28
1
-0
/
+2
*
ptmgr: Fill in some error-related code; resolve TODOs.
Nick Mathewson
2022-11-28
1
-2
/
+10
*
ptmgr: clear up unused_import exceptions.
Nick Mathewson
2022-11-28
1
-16
/
+15
*
Draft: Pluggable transport manager
eta
2022-11-28
1
-21
/
+207
*
Replace TransportRegistry with AbstractPtMgr
eta
2022-11-22
1
-32
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
tor-ptmgr/ipc: First cut of pluggable transport spawning
eta
2022-10-26
1
-0
/
+2
*
Merge branch 'factory_redux' into 'main'
Nick Mathewson
2022-10-13
1
-3
/
+1
|
\
|
*
chanmgr: Clean up async-ness on factory types.
Nick Mathewson
2022-10-12
1
-3
/
+1
*
|
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
|
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-34
/
+1
|
/
*
Add the skeleton of a tor-ptmgr crate
Nick Mathewson
2022-09-23
1
-0
/
+150