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
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
*
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
*
Merge branch 'chanmgr-select-docs' into 'main'
David Goulet
2024-10-17
1
-0
/
+25
|
\
|
*
tor-chanmgr: update comments about selecting pending channels
Steven Engler
2024-10-16
1
-0
/
+25
*
|
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
|
/
*
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
1
-1
/
+2
*
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
2
-1
/
+6
*
memquota: Add a toplevel account in tor-chanmgr
Ian Jackson
2024-10-03
1
-0
/
+2
*
tor-chanmgr: minor doc improvements
Steven Engler
2024-10-01
1
-3
/
+3
*
tor-chanmgr: add unit tests
Steven Engler
2024-10-01
1
-0
/
+416
*
tor-chanmgr: change `choose_best_channel` to take `IntoIterator`
Steven Engler
2024-10-01
1
-1
/
+3
*
tor-chanmgr: don't allow pending channels with no relay ids
Steven Engler
2024-10-01
1
-1
/
+7
*
tor-chanmgr: move channel selection logic to a new module
Steven Engler
2024-10-01
1
-0
/
+168
*
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
2
-0
/
+21
*
tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.
Gabriela Moldovan
2024-09-09
1
-2
/
+2
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
2
-9
/
+11
*
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
[next]