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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: add `util::defer` module
Steven Engler
2024-11-27
3
-0
/
+79
*
tor-chanmgr: change `RequestCancelled` retry from `Never` to `Immediate`
Steven Engler
2024-11-21
1
-1
/
+1
*
tor-chanmgr: fix reconfigure bug when given `CheckAllOrNothing`
Steven Engler
2024-11-12
1
-2
/
+9
*
tor-chanmgr: remove panics in debug builds
Steven Engler
2024-11-11
2
-7
/
+1
*
tor-chanmgr: rename `replace_pending_channel` to `upgrade_pending_channel_to_...
Steven Engler
2024-10-24
2
-9
/
+10
*
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
2
-47
/
+92
*
Revert "tor-chanmgr: `PendingChannelHandle` removes the channel when dropped"
Steven Engler
2024-10-21
2
-56
/
+34
*
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: 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
2
-27
/
+56
*
|
tor-chanmgr: added `PendingChannelHandle`
Steven Engler
2024-10-15
2
-36
/
+64
*
|
tor-chanmgr: refactor so we don't need `with_channels{,_and_params}`
Steven Engler
2024-10-15
2
-78
/
+76
*
|
tor-chanmgr: fix some incorrect comments
Steven Engler
2024-10-15
2
-5
/
+3
*
|
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
2
-109
/
+145
|
/
*
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
2
-1
/
+3
*
tor-chanmgr: fix `unused_imports` warning on `ChannelAccount`
Steven Engler
2024-10-09
1
-1
/
+3
*
tor-chanmgr: note API causes deadlocks under some conditions
Steven Engler
2024-10-09
2
-3
/
+16
*
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: Make circuit->channel queues participate in memquota
Ian Jackson
2024-10-03
1
-1
/
+12
*
tor-proto: Plumb the ChannelAccount through to queue creation site
Ian Jackson
2024-10-03
4
-10
/
+20
*
tor-proto: Plumb the ChannelAccount through to queue creation site (pre-fmt)
Ian Jackson
2024-10-03
1
-1
/
+3
*
tor-chanmgr: Make a memquota::ChannelAcocunt per channel
Ian Jackson
2024-10-03
5
-6
/
+20
*
tor-chanmgr: Make a memquota::ChannelAcocunt per channel (pre-fmt)
Ian Jackson
2024-10-03
1
-1
/
+4
*
memquota: Add a toplevel account in tor-chanmgr
Ian Jackson
2024-10-03
3
-1
/
+17
*
memquota: Add a toplevel account in tor-chanmgr (pre-fmt)
Ian Jackson
2024-10-03
1
-1
/
+2
*
tor-chanmgr: Provide a variant for memquota errors
Ian Jackson
2024-10-03
1
-0
/
+8
*
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
2
-162
/
+172
*
tor-chanmgr: improve readability of `choose_best_channel`
Steven Engler
2024-10-01
1
-13
/
+45
*
tor-socksproto: Handle 0-byte reads (EOF) correctly
Ian Jackson
2024-10-01
1
-1
/
+1
*
tor-chanmgr: Use new tor-socksproto API (fmt)
Ian Jackson
2024-10-01
1
-2
/
+1
*
tor-chanmgr: Use new tor-socksproto API
Ian Jackson
2024-10-01
1
-56
/
+16
*
Apply deferred rustfmt churn
Ian Jackson
2024-10-01
1
-3
/
+2
*
tor-socksproto: Move `handshake` to be a trait method
Ian Jackson
2024-10-01
1
-0
/
+1
*
Revert "socks users: detect closed sockets."
Ian Jackson
2024-10-01
1
-11
/
+1
*
Revert "socks users: copy the correct amount in our drain logic."
Ian Jackson
2024-10-01
1
-1
/
+1
*
Merge branch 'misc' into 'main'
Ian Jackson
2024-10-01
1
-3
/
+6
|
\
|
*
tor-proto: Reformat a doc comment
Ian Jackson
2024-09-26
1
-3
/
+6
*
|
Merge branch 'orport' into 'main'
opara
2024-09-30
3
-133
/
+298
|
\
\
|
*
|
tor-chanmgr: support multiple channels for a relay ID
Steven Engler
2024-09-30
2
-133
/
+292
|
*
|
tor-linkspec: add `ListByRelayIds`
Steven Engler
2024-09-23
1
-0
/
+6
[next]