summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
|/
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-chanmgr: remove immediately awaited async block expressionSteven Engler2024-11-271-23/+15
* tor-chanmgr: use `Defer` in `AbstractChanMgr` to handle cancellationsSteven Engler2024-11-271-18/+23
* tor-chanmgr: add `util::defer` moduleSteven Engler2024-11-273-0/+79
* tor-chanmgr: change `RequestCancelled` retry from `Never` to `Immediate`Steven Engler2024-11-211-1/+1
* tor-chanmgr: fix reconfigure bug when given `CheckAllOrNothing`Steven Engler2024-11-121-2/+9
* tor-chanmgr: remove panics in debug buildsSteven Engler2024-11-112-7/+1
* tor-chanmgr: rename `replace_pending_channel` to `upgrade_pending_channel_to_...Steven Engler2024-10-242-9/+10
* tor-chanmgr: `remove_pending` now takes a `PendingChannelHandle`Steven Engler2024-10-241-18/+8
* tor-chanmgr: improve cleanup procedure of pending channelsSteven Engler2024-10-242-47/+92
* Revert "tor-chanmgr: `PendingChannelHandle` removes the channel when dropped"Steven Engler2024-10-212-56/+34
* Merge branch 'chanmgr-select-docs' into 'main'David Goulet2024-10-171-0/+25
|\
| * tor-chanmgr: update comments about selecting pending channelsSteven Engler2024-10-161-0/+25
* | tor-chanmgr: remove `handle_build_outcome`Steven Engler2024-10-151-28/+19
* | tor-chanmgr: `PendingChannelHandle` removes the channel when droppedSteven Engler2024-10-152-27/+56
* | tor-chanmgr: added `PendingChannelHandle`Steven Engler2024-10-152-36/+64
* | tor-chanmgr: refactor so we don't need `with_channels{,_and_params}`Steven Engler2024-10-152-78/+76
* | tor-chanmgr: fix some incorrect commentsSteven Engler2024-10-152-5/+3
* | tor-chanmgr: removed use of `with_channels` within `request_channel`Steven Engler2024-10-151-61/+66
* | tor-chanmgr: refactored `AbstractChanMgr::choose_action`Steven Engler2024-10-152-109/+145
|/
* memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>Ian Jackson2024-10-152-1/+3
* tor-chanmgr: fix `unused_imports` warning on `ChannelAccount`Steven Engler2024-10-091-1/+3
* tor-chanmgr: note API causes deadlocks under some conditionsSteven Engler2024-10-092-3/+16
* tor-chanmgr: minor code cleanupSteven Engler2024-10-091-5/+5
* tor-chanmgr: remove unused code pathSteven Engler2024-10-091-11/+3
* tor-proto: Make circuit->channel queues participate in memquotaIan Jackson2024-10-031-1/+12
* tor-proto: Plumb the ChannelAccount through to queue creation siteIan Jackson2024-10-034-10/+20
* tor-proto: Plumb the ChannelAccount through to queue creation site (pre-fmt)Ian Jackson2024-10-031-1/+3
* tor-chanmgr: Make a memquota::ChannelAcocunt per channelIan Jackson2024-10-035-6/+20
* tor-chanmgr: Make a memquota::ChannelAcocunt per channel (pre-fmt)Ian Jackson2024-10-031-1/+4
* memquota: Add a toplevel account in tor-chanmgrIan Jackson2024-10-033-1/+17
* memquota: Add a toplevel account in tor-chanmgr (pre-fmt)Ian Jackson2024-10-031-1/+2
* tor-chanmgr: Provide a variant for memquota errorsIan Jackson2024-10-031-0/+8
* tor-chanmgr: minor doc improvementsSteven Engler2024-10-011-3/+3
* tor-chanmgr: add unit testsSteven Engler2024-10-011-0/+416
* tor-chanmgr: change `choose_best_channel` to take `IntoIterator`Steven Engler2024-10-011-1/+3
* tor-chanmgr: don't allow pending channels with no relay idsSteven Engler2024-10-011-1/+7
* tor-chanmgr: move channel selection logic to a new moduleSteven Engler2024-10-012-162/+172
* tor-chanmgr: improve readability of `choose_best_channel`Steven Engler2024-10-011-13/+45
* tor-socksproto: Handle 0-byte reads (EOF) correctlyIan Jackson2024-10-011-1/+1
* tor-chanmgr: Use new tor-socksproto API (fmt)Ian Jackson2024-10-011-2/+1
* tor-chanmgr: Use new tor-socksproto APIIan Jackson2024-10-011-56/+16
* Apply deferred rustfmt churnIan Jackson2024-10-011-3/+2
* tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-011-0/+1
* Revert "socks users: detect closed sockets."Ian Jackson2024-10-011-11/+1
* Revert "socks users: copy the correct amount in our drain logic."Ian Jackson2024-10-011-1/+1
* Merge branch 'misc' into 'main'Ian Jackson2024-10-011-3/+6
|\