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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
2
-0
/
+2
*
ChannelState::ready_to_expire: return true when rem time is zero
Jim Newsome
2023-12-13
1
-0
/
+5
*
ChannelState::ready_to_expire: refactor using let-else
Jim Newsome
2023-12-13
1
-18
/
+14
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
2
-0
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
2
-0
/
+2
*
Add exceptions for some cases of diverging_sub_expression
Nick Mathewson
2023-07-10
1
-0
/
+2
*
chanmgr: fix a unit-default warning from clippy nightly.
Nick Mathewson
2023-05-18
1
-1
/
+1
*
chanmgr: remove a needless mut.
Nick Mathewson
2023-05-11
1
-1
/
+1
*
tor-netdir: Update tests to parse the descriptor, make test consensus lifetim...
Gabriela Moldovan
2023-05-03
1
-1
/
+2
*
Errors: Mark the type of an error, for clarity
Ian Jackson
2023-01-30
1
-2
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
2
-0
/
+2
*
tor-chanmgr: Introduce the BootstrapReporter API, publicize ChanBuilder
eta
2022-11-28
2
-3
/
+19
*
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
-4
/
+6
*
ChanMgr: move the AbstractChanFactory into MgrState.
Nick Mathewson
2022-11-22
2
-7
/
+48
*
chanmgr: rename new_test_channel_map to new_test_state.
Nick Mathewson
2022-11-16
1
-5
/
+5
*
chanmgr::mgr::*: misc spelling fixes and normali[sz]ations
Nick Mathewson
2022-11-16
1
-5
/
+5
*
Fix up documentation that referred to a ChannelMap.
Nick Mathewson
2022-11-16
1
-17
/
+13
*
ChanMgr: Rename map.rs to state.rs
Nick Mathewson
2022-11-16
2
-0
/
+0
*
ChanMgr: Rename ChannelMap to MgrState
Nick Mathewson
2022-11-16
1
-5
/
+5
*
Fix various typos (using typos tool and hand-inspection)
Nick Mathewson
2022-10-18
2
-3
/
+3
*
Refactor flow control in get_or_launch.
Nick Mathewson
2022-10-18
1
-3
/
+3
*
Clarify a comment about the desired structure of ChanMgr
Nick Mathewson
2022-10-18
1
-1
/
+2
*
chanmgr: Remove "Ident" from AbstractChannel
Nick Mathewson
2022-10-18
2
-29
/
+2
*
chanmgr: replace the HashMap<> with a ByRelayIds.
Nick Mathewson
2022-10-18
1
-246
/
+123
*
chanmgr: Add identities to pending state in map.
Nick Mathewson
2022-10-18
1
-1
/
+32
*
chanmgr: Require HasRelayIds for AbstractChannel::BuildSpec
Nick Mathewson
2022-10-18
1
-3
/
+10
*
chanmgr: Require HasRelayIds for AbstractChannel.
Nick Mathewson
2022-10-18
1
-0
/
+21
*
chanmgr: Remove the Poisoned state from the map type.
Nick Mathewson
2022-10-18
1
-38
/
+12
*
Rename mgr::ChannelFactory to mgr::AbstractChannelFactory
Nick Mathewson
2022-10-12
1
-2
/
+2
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
2
-0
/
+2
*
ChanMgr: new (unimplemented) APIs for pluggable transports
Nick Mathewson
2022-09-23
1
-0
/
+8
*
fix nightly lints
trinity-1686a
2022-08-24
1
-1
/
+1
*
channel padding: Move initial config of ChannelPaddingInstructions
Ian Jackson
2022-08-17
1
-1
/
+1
*
channel usage: Rename CU::UserTraffic from CU::Exit
Ian Jackson
2022-08-17
1
-4
/
+4
*
chanmgr padding: Correct docs for padding_parameters*
Ian Jackson
2022-08-17
1
-2
/
+5
*
Fix typo in comment
Nick Mathewson
2022-08-17
1
-1
/
+1
*
tor-chanmgr tests: Fix a minimal-versions failure (actually)
Ian Jackson
2022-08-17
1
-1
/
+1
*
tor-chanmgr tests: Fix a minimal-versions failure
Ian Jackson
2022-08-17
1
-2
/
+2
*
channel padding: Correctly always send the timer parameters
Ian Jackson
2022-08-17
1
-5
/
+5
*
Rename ChannelsParams types to ChannelPaddingInstructions (fmt)
Ian Jackson
2022-08-17
1
-3
/
+6
*
Rename ChannelsParams types to ChannelPaddingInstructions
Ian Jackson
2022-08-17
2
-13
/
+13
*
chanmgr: Fix typo
Ian Jackson
2022-08-17
1
-1
/
+1
*
chanmgr parameterize: Correct doc comment
Ian Jackson
2022-08-17
1
-1
/
+4
*
chamgr NetParamsExtract: Replace direct nf_ito access
Ian Jackson
2022-08-17
1
-4
/
+23
*
Channel: Make mutable() and engage_padding_activities infallible
Ian Jackson
2022-08-17
2
-4
/
+2
*
Move ChannelUsage from tor_proto to tor_chanmgr
Ian Jackson
2022-08-17
2
-4
/
+4
*
tor-chanmgr: Expand docs for map::Inner dormancy field
Ian Jackson
2022-08-17
1
-0
/
+4
*
chanmgr padding_parameters: Use Option
Ian Jackson
2022-08-17
2
-40
/
+41
*
chanmgr: padding: Split IEFI into named function
Ian Jackson
2022-08-17
1
-19
/
+27
[next]