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
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-0
/
+2
*
Merge branch 'relay-bin-4' into 'main'
opara
2025-11-11
1
-3
/
+5
|
\
|
*
tor-chanmgr: wrap the peer address in `Sensitive`
Steven Engler
2025-11-05
1
-3
/
+5
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
|
/
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
1
-0
/
+6
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-1
/
+1
*
tor-chanmgr: Add reparameterize_kist to AbstractChannel trait.
Gabriela Moldovan
2025-01-15
1
-0
/
+10
*
tor-chanmgr: remove immediately awaited async block expression
Steven Engler
2024-11-27
1
-23
/
+15
*
tor-chanmgr: use `Defer` in `AbstractChanMgr` to handle cancellations
Steven Engler
2024-11-27
1
-18
/
+23
*
tor-chanmgr: remove panics in debug builds
Steven Engler
2024-11-11
1
-4
/
+1
*
tor-chanmgr: rename `replace_pending_channel` to `upgrade_pending_channel_to_...
Steven Engler
2024-10-24
1
-5
/
+5
*
tor-chanmgr: improve cleanup procedure of pending channels
Steven Engler
2024-10-24
1
-30
/
+48
*
Revert "tor-chanmgr: `PendingChannelHandle` removes the channel when dropped"
Steven Engler
2024-10-21
1
-2
/
+13
*
tor-chanmgr: remove `handle_build_outcome`
Steven Engler
2024-10-15
1
-28
/
+19
*
tor-chanmgr: `PendingChannelHandle` removes the channel when dropped
Steven Engler
2024-10-15
1
-6
/
+2
*
tor-chanmgr: added `PendingChannelHandle`
Steven Engler
2024-10-15
1
-18
/
+12
*
tor-chanmgr: refactor so we don't need `with_channels{,_and_params}`
Steven Engler
2024-10-15
1
-53
/
+5
*
tor-chanmgr: fix some incorrect comments
Steven Engler
2024-10-15
1
-4
/
+2
*
tor-chanmgr: refactored `AbstractChanMgr::choose_action`
Steven Engler
2024-10-15
1
-107
/
+27
*
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
1
-0
/
+1
*
tor-chanmgr: note API causes deadlocks under some conditions
Steven Engler
2024-10-09
1
-3
/
+4
*
tor-chanmgr: minor code cleanup
Steven Engler
2024-10-09
1
-5
/
+5
*
tor-chanmgr: remove unused code path
Steven Engler
2024-10-09
1
-11
/
+3
*
tor-proto: Plumb the ChannelAccount through to queue creation site
Ian Jackson
2024-10-03
1
-1
/
+1
*
tor-chanmgr: Make a memquota::ChannelAcocunt per channel
Ian Jackson
2024-10-03
1
-5
/
+9
*
memquota: Add a toplevel account in tor-chanmgr
Ian Jackson
2024-10-03
1
-0
/
+9
*
tor-chanmgr: move channel selection logic to a new module
Steven Engler
2024-10-01
1
-162
/
+4
*
tor-chanmgr: improve readability of `choose_best_channel`
Steven Engler
2024-10-01
1
-13
/
+45
*
tor-chanmgr: support multiple channels for a relay ID
Steven Engler
2024-09-30
1
-111
/
+243
*
tor-chanmgr: add experimental `ChanMgr::handle_incoming`
Steven Engler
2024-09-11
1
-1
/
+38
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
Make Channel non-Clone.
Nick Mathewson
2024-05-16
1
-2
/
+2
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
1
-10
/
+10
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-chanmgr
Ian Jackson
2023-10-11
1
-1
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
1
-0
/
+1
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
|
rng ranges: Use gen_range_checked().expect() in obvious cases (fmt)
Ian Jackson
2023-07-10
1
-2
/
+3
*
|
rng ranges: Use gen_range_checked().expect() in obvious cases
Ian Jackson
2023-07-10
1
-2
/
+3
|
/
*
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
[next]