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-chanmgr
/
src
/
mgr.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
Make Channel non-Clone.
Nick Mathewson
2024-05-16
1
-2
/
+2
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
1
-10
/
+10
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-chanmgr
Ian Jackson
2023-10-11
1
-1
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
1
-0
/
+1
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
|
rng ranges: Use gen_range_checked().expect() in obvious cases (fmt)
Ian Jackson
2023-07-10
1
-2
/
+3
*
|
rng ranges: Use gen_range_checked().expect() in obvious cases
Ian Jackson
2023-07-10
1
-2
/
+3
|
/
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
chanmgr: remove a now-stale TODO.
Nick Mathewson
2022-11-29
1
-2
/
+0
*
tor-chanmgr: Introduce the BootstrapReporter API, publicize ChanBuilder
eta
2022-11-28
1
-3
/
+20
*
ChanMgr: Fix a few more conditional-compilation issues
Nick Mathewson
2022-11-23
1
-0
/
+1
*
ChanMgr: Implement functions that replace channel factories.
Nick Mathewson
2022-11-23
1
-0
/
+8
*
ChanMgr: move the AbstractChanFactory into MgrState.
Nick Mathewson
2022-11-22
1
-8
/
+6
*
chanmgr::mgr::*: misc spelling fixes and normali[sz]ations
Nick Mathewson
2022-11-16
1
-1
/
+1
*
Fix up documentation that referred to a ChannelMap.
Nick Mathewson
2022-11-16
1
-1
/
+4
*
ChanMgr: Rename map.rs to state.rs
Nick Mathewson
2022-11-16
1
-9
/
+9
*
ChanMgr: Rename ChannelMap to MgrState
Nick Mathewson
2022-11-16
1
-2
/
+2
*
Suppress two clippy::large_enum_variant warnings
Nick Mathewson
2022-11-03
1
-0
/
+1
*
chanmgr: Add an error case if a final_attempt neither succeeds or fails
Nick Mathewson
2022-10-18
1
-0
/
+2
*
Refactor flow control in get_or_launch.
Nick Mathewson
2022-10-18
1
-51
/
+94
*
chanmgr: Split get_or_launch into sub-functions.
Nick Mathewson
2022-10-18
1
-92
/
+95
*
chanmgr: Refactor choose_action code into its own function.
Nick Mathewson
2022-10-18
1
-86
/
+92
*
Comments to explain effects of return in closure.
Nick Mathewson
2022-10-18
1
-2
/
+6
*
chanmgr: Remove "Ident" from AbstractChannel
Nick Mathewson
2022-10-18
1
-33
/
+16
*
chanmgr: replace the HashMap<> with a ByRelayIds.
Nick Mathewson
2022-10-18
1
-62
/
+167
*
chanmgr: Add identities to pending state in map.
Nick Mathewson
2022-10-18
1
-7
/
+14
*
chanmgr: Require HasRelayIds for AbstractChannel::BuildSpec
Nick Mathewson
2022-10-18
1
-21
/
+40
*
chanmgr: Require HasRelayIds for AbstractChannel.
Nick Mathewson
2022-10-18
1
-1
/
+22
*
chanmgr: Remove the Poisoned state from the map type.
Nick Mathewson
2022-10-18
1
-10
/
+0
*
Rename mgr::ChannelFactory to mgr::AbstractChannelFactory
Nick Mathewson
2022-10-12
1
-15
/
+18
*
channel usage: Rename CU::UserTraffic from CU::Exit
Ian Jackson
2022-08-17
1
-14
/
+26
*
channel engage_padding_activities: swap docs to tor0proto
Ian Jackson
2022-08-17
1
-10
/
+2
*
Rename ChannelsParams types to ChannelPaddingInstructions (fmt)
Ian Jackson
2022-08-17
1
-2
/
+8
*
Rename ChannelsParams types to ChannelPaddingInstructions
Ian Jackson
2022-08-17
1
-5
/
+5
*
Channel: Make mutable() and engage_padding_activities infallible
Ian Jackson
2022-08-17
1
-5
/
+3
*
Move ChannelUsage from tor_proto to tor_chanmgr
Ian Jackson
2022-08-17
1
-7
/
+25
*
chanmgr: Use NetDirProvider::params and Arc<dyn..Netparameters>
Ian Jackson
2022-08-17
1
-11
/
+21
*
chanmgr testing: FakeChannel: retain the ChannelsParamsUpdates
Ian Jackson
2022-08-16
1
-1
/
+4
*
chanmgr configuration: Avoid sending needless initial update(s)
Ian Jackson
2022-08-16
1
-2
/
+5
*
chanmgr configuration: Hadle lack of a NetDir
Ian Jackson
2022-08-16
1
-9
/
+1
*
Introduce ChannelConfig
Ian Jackson
2022-08-16
1
-4
/
+17
*
Provide ChannelUsage and plumb it all the way down
Ian Jackson
2022-08-16
1
-13
/
+23
*
chanmgr: Introduce get_or_launch_internal
Ian Jackson
2022-08-16
1
-0
/
+10
*
channel reparameterize: Change error type
Ian Jackson
2022-08-16
1
-5
/
+3
*
dormancy: Plumb through to chanmgr reconfigure_general
Ian Jackson
2022-08-16
1
-6
/
+19
[next]