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
/
state.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-1
/
+2
*
Merge branch 'relay-bin-4' into 'main'
opara
2025-11-11
1
-1
/
+3
|
\
|
*
tor-chanmgr: wrap the peer address in `Sensitive`
Steven Engler
2025-11-05
1
-1
/
+3
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
|
/
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-5
/
+5
*
Add a missing backtick.
Nick Mathewson
2025-07-09
1
-1
/
+1
*
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
tor-chanmgr: Update NetParamsExtract docs (fmt).
Gabriela Moldovan
2025-01-15
1
-1
/
+2
*
tor-chanmgr: Update NetParamsExtract docs.
Gabriela Moldovan
2025-01-15
1
-4
/
+1
*
tor-chanmgr: Move KIST and padding params to ChannelParams.
Gabriela Moldovan
2025-01-15
1
-11
/
+22
*
tor-proto: Remove dependency on tor-netdir.
Gabriela Moldovan
2025-01-15
1
-5
/
+41
*
tor-chanmgr: Add a TODO about a possible renaming.
Gabriela Moldovan
2025-01-15
1
-0
/
+3
*
tor-changmgr: Update the KIST params whenever the consensus/config changes.
Gabriela Moldovan
2025-01-15
1
-8
/
+34
*
tor-chanmgr: Add reparameterize_kist to AbstractChannel trait.
Gabriela Moldovan
2025-01-15
1
-0
/
+3
*
tor-chanmgr: remove panics in debug builds
Steven Engler
2024-11-11
1
-3
/
+0
*
tor-chanmgr: rename `replace_pending_channel` to `upgrade_pending_channel_to_...
Steven Engler
2024-10-24
1
-4
/
+5
*
tor-chanmgr: `remove_pending` now takes a `PendingChannelHandle`
Steven Engler
2024-10-24
1
-18
/
+8
*
tor-chanmgr: improve cleanup procedure of pending channels
Steven Engler
2024-10-24
1
-17
/
+44
*
Revert "tor-chanmgr: `PendingChannelHandle` removes the channel when dropped"
Steven Engler
2024-10-21
1
-54
/
+21
*
tor-chanmgr: `PendingChannelHandle` removes the channel when dropped
Steven Engler
2024-10-15
1
-21
/
+54
*
tor-chanmgr: added `PendingChannelHandle`
Steven Engler
2024-10-15
1
-18
/
+52
*
tor-chanmgr: refactor so we don't need `with_channels{,_and_params}`
Steven Engler
2024-10-15
1
-25
/
+71
*
tor-chanmgr: fix some incorrect comments
Steven Engler
2024-10-15
1
-1
/
+1
*
tor-chanmgr: removed use of `with_channels` within `request_channel`
Steven Engler
2024-10-15
1
-61
/
+66
*
tor-chanmgr: refactored `AbstractChanMgr::choose_action`
Steven Engler
2024-10-15
1
-2
/
+118
*
tor-chanmgr: note API causes deadlocks under some conditions
Steven Engler
2024-10-09
1
-0
/
+12
*
tor-chanmgr: Make a memquota::ChannelAcocunt per channel
Ian Jackson
2024-10-03
1
-0
/
+3
*
tor-chanmgr: support multiple channels for a relay ID
Steven Engler
2024-09-30
1
-22
/
+49
*
tor-chanmgr: add experimental `ChanMgr::handle_incoming`
Steven Engler
2024-09-11
1
-0
/
+11
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
1
-5
/
+5
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
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
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
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
*
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
1
-0
/
+1
*
tor-chanmgr: Introduce the BootstrapReporter API, publicize ChanBuilder
eta
2022-11-28
1
-1
/
+6
*
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
1
-7
/
+47
*
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
1
-0
/
+744