summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-20/+20
|\
| * Bump minor versions of crates with new APIs/implsIan Jackson2024-10-301-1/+1
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-19/+19
* | cargo: Run fixup-features (formatting)Ian Jackson2024-10-301-1/+2
* | cargo: Run fixup-featuresIan Jackson2024-10-301-1/+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
* | Merge branch 'orport' into 'main'David Goulet2024-10-172-224/+309
|\ \
| * | 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
| |/
* / Apply `default-features = false` to all tor-memquota depsIan Jackson2024-10-161-1/+1
|/
* 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-032-0/+9
* 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
|\
| * tor-proto: Reformat a doc commentIan Jackson2024-09-261-3/+6
* | Merge branch 'orport' into 'main'opara2024-09-303-133/+298
|\ \
| * | tor-chanmgr: support multiple channels for a relay IDSteven Engler2024-09-302-133/+292