summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | tor-linkspec: add `ListByRelayIds`Steven Engler2024-09-231-0/+6
* | | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-18/+18
* | | Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-2/+2
* | | Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\ \ \
| * | | Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
| | |/ | |/|
* | | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-262-4/+4
|\ \ \ | |/ / |/| |
| * | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-252-4/+4
* | | socks users: copy the correct amount in our drain logic.Nick Mathewson2024-09-241-1/+1
* | | socks users: detect closed sockets.Nick Mathewson2024-09-241-1/+11
|/ /
* | rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-244-12/+12
* | rtcompat: Remove accept() from TcpListenerNick Mathewson2024-09-241-1/+7
|/
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* tor-chanmgr: add experimental `ChanMgr::handle_incoming`Steven Engler2024-09-117-4/+153
* tor-chanmgr: make `CompoundFactory` generic over `ChannelFactory`Steven Engler2024-09-112-30/+21
* tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.Gabriela Moldovan2024-09-091-2/+2