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
...
*
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
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-3
/
+2
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-1
/
+1
*
Remove all remaining dbg! instances.
Nick Mathewson
2021-11-04
1
-1
/
+0
*
tor-chanmgr: remove PendingChanError as unnecessary.
Nick Mathewson
2021-10-28
1
-18
/
+6
*
Remove #![allow_unused] in tor_chanmgr::mgr
Nick Mathewson
2021-10-21
1
-1
/
+1
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
1
-0
/
+1
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+404
[prev]