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
*
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
*
chanmgr: reconfigure_general: Rename fn and change types
Ian Jackson
2022-08-16
1
-0
/
+11
*
channel params: Rename initial_update (from total_update)
Ian Jackson
2022-08-16
1
-1
/
+1
*
chanmgr: tests: Introsuce new_test_abstract_chanmgr
Ian Jackson
2022-08-16
1
-8
/
+9
*
channel padding: Rename ChannelsParams from ChannelsConfig
Ian Jackson
2022-06-21
1
-9
/
+9
*
channel padding: chanmgr: Clarify a comment
Ian Jackson
2022-06-21
1
-3
/
+3
*
channel padding: Plumb settings from chanmgr
Ian Jackson
2022-06-21
1
-11
/
+35
*
ChanMgr: Return provenance information from get_or_launch
Nick Mathewson
2022-04-07
1
-11
/
+14
*
tor-chanmgr: Do not allocate an Internal error unless we mean it.
Nick Mathewson
2022-03-08
1
-5
/
+5
*
tor-chanmgr: use Bug types.
Nick Mathewson
2022-02-16
1
-4
/
+9
*
Expire channels that have been unused for too long
Yuan Lyu
2022-02-04
1
-5
/
+34
*
chanmgr: get rid of Arc around Channel
Ian Jackson
2022-01-13
1
-26
/
+33
[next]